diff options
author | John Bonesio <bones@secretlab.ca> | 2010-11-18 00:28:47 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-01-04 00:02:50 +0100 |
commit | 11946c826d02a16521edc777d88470a6a0fe1441 (patch) | |
tree | 6bad41316b2cfc71dfea5a8d4a9af21572133076 /arch/powerpc/boot/dts/motionpro.dts | |
parent | powerpc/5200: dts: remove unused properties (diff) | |
download | linux-11946c826d02a16521edc777d88470a6a0fe1441.tar.xz linux-11946c826d02a16521edc777d88470a6a0fe1441.zip |
powerpc/5200: dts: Change combatible strings on localbus
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>
Diffstat (limited to 'arch/powerpc/boot/dts/motionpro.dts')
-rw-r--r-- | arch/powerpc/boot/dts/motionpro.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/motionpro.dts b/arch/powerpc/boot/dts/motionpro.dts index 3ab4666c9944..97cb08598a4a 100644 --- a/arch/powerpc/boot/dts/motionpro.dts +++ b/arch/powerpc/boot/dts/motionpro.dts @@ -236,7 +236,7 @@ }; 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 |