Skip to content

Commit

Permalink
powerpc/5200: dts: Change combatible strings on localbus
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John Bonesio authored and Grant Likely committed Jan 3, 2011
1 parent 6847317 commit 11946c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/cm5200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,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 0xfc000000 0x2000000>;
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/digsy_mtc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,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 0x1000000>;
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/media5200.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;

Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/motionpro.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11946c8

Please sign in to comment.