[PATCH 4/5] powerpc/5200: dts: Change combatible strings on localbus
Grant Likely
grant.likely at secretlab.ca
Tue Jan 4 12:29:59 EST 2011
On Wed, Nov 17, 2010 at 03:28:47PM -0800, John Bonesio wrote:
> 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 at secretlab.ca>
> ---
Applied, thanks.
g.
>
> arch/powerpc/boot/dts/cm5200.dts | 2 +-
> arch/powerpc/boot/dts/digsy_mtc.dts | 2 +-
> arch/powerpc/boot/dts/media5200.dts | 2 +-
> arch/powerpc/boot/dts/motionpro.dts | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/powerpc/boot/dts/cm5200.dts b/arch/powerpc/boot/dts/cm5200.dts
> index d549897..22f7233 100644
> --- a/arch/powerpc/boot/dts/cm5200.dts
> +++ b/arch/powerpc/boot/dts/cm5200.dts
> @@ -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>;
> diff --git a/arch/powerpc/boot/dts/digsy_mtc.dts b/arch/powerpc/boot/dts/digsy_mtc.dts
> index f0592de..3147b98 100644
> --- a/arch/powerpc/boot/dts/digsy_mtc.dts
> +++ b/arch/powerpc/boot/dts/digsy_mtc.dts
> @@ -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>;
> diff --git a/arch/powerpc/boot/dts/media5200.dts b/arch/powerpc/boot/dts/media5200.dts
> index e027f45..861f09f 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>;
>
> diff --git a/arch/powerpc/boot/dts/motionpro.dts b/arch/powerpc/boot/dts/motionpro.dts
> index 3ab4666..97cb085 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
>
More information about the devicetree-discuss
mailing list