diff options
author | John Bonesio <bones@secretlab.ca> | 2010-11-17 18:28:47 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-01-03 18:02:50 -0500 |
commit | 11946c826d02a16521edc777d88470a6a0fe1441 (patch) | |
tree | 6bad41316b2cfc71dfea5a8d4a9af21572133076 /arch/powerpc/boot/dts/digsy_mtc.dts | |
parent | 6847317377c871c6e7a8d54e5849bcd0f9b11eb4 (diff) |
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/digsy_mtc.dts')
-rw-r--r-- | arch/powerpc/boot/dts/digsy_mtc.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/digsy_mtc.dts b/arch/powerpc/boot/dts/digsy_mtc.dts index f0592de71bb6..3147b9894205 100644 --- a/arch/powerpc/boot/dts/digsy_mtc.dts +++ b/arch/powerpc/boot/dts/digsy_mtc.dts | |||
@@ -218,7 +218,7 @@ | |||
218 | }; | 218 | }; |
219 | 219 | ||
220 | localbus { | 220 | localbus { |
221 | compatible = "fsl,mpc5200b-lpb","simple-bus"; | 221 | compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus"; |
222 | #address-cells = <2>; | 222 | #address-cells = <2>; |
223 | #size-cells = <1>; | 223 | #size-cells = <1>; |
224 | ranges = <0 0 0xff000000 0x1000000>; | 224 | ranges = <0 0 0xff000000 0x1000000>; |