On Mon, Oct 15, 2007 at 10:56:50PM +0800, Li Yang wrote:
> Signed-off-by: Li Yang <[EMAIL PROTECTED]>

[snip]
> +             [EMAIL PROTECTED] {
> +                     device_type = "mdio";
> +                     compatible = "gianfar";
> +                     reg = <24520 20>;
> +                     #address-cells = <1>;
> +                     #size-cells = <0>;
> +                     phy2: [EMAIL PROTECTED] {
> +                             interrupt-parent = < &ipic >;
> +                             interrupts = <11 8>;
> +                             reg = <2>;
> +                             device_type = "ethernet-phy";
> +                     };
> +                     phy3: [EMAIL PROTECTED] {
> +                             interrupt-parent = < &ipic >;
> +                             interrupts = <12 8>;
> +                             reg = <3>;
> +                             device_type = "ethernet-phy";
> +                     };
> +             };
> +
> +             [EMAIL PROTECTED] {
> +                     device_type = "network";
> +                     model = "eTSEC";
> +                     compatible = "gianfar";

This isn't a problem with *this* patch per se, but we have *got* to
fix that fucked up binding which gives both the mdio and ethernet
devices the same compatible property.

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to