On Tue, Jul 05, 2016 at 06:04:09AM +0200, Andreas Färber wrote:
> +&fec1 {
> +     status = "okay";
> +     phy-handle = <&ethphy1>;

We generally have 'status' at the bottom of property list.

Shawn

> +
> +     mdio {
> +             #address-cells = <1>;
> +             #size-cells = <0>;
> +
> +             ethphy1: ethernet-phy@0 {
> +                     compatible = "ethernet-phy-ieee802.3-c22";
> +                     reg = <0>;
> +             };
> +     };
> +};

Reply via email to