Skip to content

Commit

Permalink
powerpc/5200: mpc5200b.dtsi: add spi node address- and size-cells pro…
Browse files Browse the repository at this point in the history
…perties

Both, #address-cells and #size-cells properties are required
for spi bus node, so add them.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
  • Loading branch information
Anatolij Gustschin committed Sep 22, 2011
1 parent a120db0 commit 6cf1d0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/boot/dts/mpc5200b.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
};

spi@f00 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,mpc5200b-spi","fsl,mpc5200-spi";
reg = <0xf00 0x20>;
interrupts = <2 13 0 2 14 0>;
Expand Down

0 comments on commit 6cf1d0b

Please sign in to comment.