powerpc/5200: dts: Change combatible strings on localbus
authorJohn Bonesio <bones@secretlab.ca>
Wed, 17 Nov 2010 23:28:47 +0000 (15:28 -0800)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 3 Jan 2011 23:02:50 +0000 (16:02 -0700)
This patch changes some incorrect compatible strings on the local plus bus node
in dts files for MPC5200b based systems.

Signed-off-by: John Bonesio <bones@secretlab.ca>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/boot/dts/cm5200.dts
arch/powerpc/boot/dts/digsy_mtc.dts
arch/powerpc/boot/dts/media5200.dts
arch/powerpc/boot/dts/motionpro.dts

index d549897b7eb394e199b4c16b144a848a1aba523c..22f7233414ba254ab8cb88c2235d0c1f6cbea3c4 100644 (file)
        };
 
        localbus {
-               compatible = "fsl,mpc5200b-lpb","simple-bus";
+               compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
                #address-cells = <2>;
                #size-cells = <1>;
                ranges = <0 0 0xfc000000 0x2000000>;
index f0592de71bb6c5dbc52bfb402ef173c4494fc61b..3147b9894205780c35008ac5dcb3835e75cbe0e5 100644 (file)
        };
 
        localbus {
-               compatible = "fsl,mpc5200b-lpb","simple-bus";
+               compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
                #address-cells = <2>;
                #size-cells = <1>;
                ranges = <0 0 0xff000000 0x1000000>;
index e027f459c230f1d739a8d34a19fb826738b081f5..861f09ff3a7fe7ace607775667fb1a9f1f243858 100644 (file)
        };
 
        localbus {
-               compatible = "fsl,mpc5200b-lpb","simple-bus";
+               compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
                #address-cells = <2>;
                #size-cells = <1>;
 
index 3ab4666c99446f68682d9abd5b12c7eb92191e6c..97cb08598a4adfc54db3329cb32ec716433994aa 100644 (file)
        };
 
        localbus {
-               compatible = "fsl,mpc5200b-lpb","simple-bus";
+               compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus";
                #address-cells = <2>;
                #size-cells = <1>;
                ranges = <0 0 0xff000000 0x01000000
This page took 0.025854 seconds and 5 git commands to generate.