Anton Vorontsov wrote:

> This patch creates localbus node, moves bcsr into it, and adds
> localbus to the probe path.

> Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>

> diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts 
> b/arch/powerpc/boot/dts/mpc8568mds.dts
> index 5439437..296adc3 100644
> --- a/arch/powerpc/boot/dts/mpc8568mds.dts
> +++ b/arch/powerpc/boot/dts/mpc8568mds.dts
> @@ -42,9 +42,17 @@
>               reg = <00000000 10000000>;
>       };
>  
> -     [EMAIL PROTECTED] {
> -             device_type = "board-control";
> -             reg = <f8000000 8000>;
> +     [EMAIL PROTECTED] {
> +             compatible = "fsl,mpc8568mds-localbus";

    Is the entity described as "localbus" indeed so *board* specific?

> +             #address-cells = <2>;
> +             #size-cells = <1>;
> +             reg = <f0000000 10000000>;
> +             ranges = <0 0 f8000000 0008000>;

    Isn't that range a part of "reg"?

> +
> +             [EMAIL PROTECTED],0 {
> +                     device_type = "board-control";
> +                     reg = <0 0 8000>;
> +             };
>       };
>  
>       [EMAIL PROTECTED] {

WBR, Sergei
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to