diff options
author | John Bonesio <bones@secretlab.ca> | 2010-11-18 02:28:47 +0300 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-01-04 02:02:50 +0300 |
commit | 11946c826d02a16521edc777d88470a6a0fe1441 (patch) | |
tree | 6bad41316b2cfc71dfea5a8d4a9af21572133076 /arch/powerpc/boot/dts/media5200.dts | |
parent | 6847317377c871c6e7a8d54e5849bcd0f9b11eb4 (diff) | |
download | linux-11946c826d02a16521edc777d88470a6a0fe1441.tar.xz |
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/media5200.dts')
-rw-r--r-- | arch/powerpc/boot/dts/media5200.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/media5200.dts b/arch/powerpc/boot/dts/media5200.dts index e027f459c230..861f09ff3a7f 100644 --- a/arch/powerpc/boot/dts/media5200.dts +++ b/arch/powerpc/boot/dts/media5200.dts @@ -270,7 +270,7 @@ }; localbus { - compatible = "fsl,mpc5200b-lpb","simple-bus"; + compatible = "fsl,mpc5200b-lpb","fsl,mpc5200-lpb","simple-bus"; #address-cells = <2>; #size-cells = <1>; |