Re: [PATCH 2/3] ARM: dts: imx6sx: Add UDOO Neo support

From: Shawn Guo
Date: Mon Aug 08 2016 - 10:05:02 EST


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>;
> + };
> + };
> +};