]> git.karo-electronics.de Git - linux-beck.git/commitdiff
powerpc/5200: mpc5200b.dtsi: add spi node address- and size-cells properties
authorAnatolij Gustschin <agust@denx.de>
Mon, 16 May 2011 16:02:43 +0000 (18:02 +0200)
committerAnatolij Gustschin <agust@denx.de>
Thu, 22 Sep 2011 21:13:40 +0000 (23:13 +0200)
Both, #address-cells and #size-cells properties are required
for spi bus node, so add them.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
arch/powerpc/boot/dts/mpc5200b.dtsi

index bc27548e895d2ee48dd9cc5dd50fc9c09d74aab4..7ab286ab5300accb706fb72a2e343153cae85d18 100644 (file)
                };
 
                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>;