On Thu, Jan 28, 2016 at 02:26:04PM -0700, Troy Kisky wrote:
> Signed-off-by: Troy Kisky <troy.ki...@boundarydevices.com>
> ---
>  arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi 
> b/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi
> index a35d54f..771f650 100644
> --- a/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi
> @@ -386,6 +386,15 @@
>       interrupts-extended = <&gpio1 6 IRQ_TYPE_LEVEL_HIGH>,
>                             <&intc 0 119 IRQ_TYPE_LEVEL_HIGH>;
>       status = "okay";
> +     phy-handle = <&ethphy>;

Please keep 'status' at the bottom of the property list.

Shawn

> +     mdio {
> +             #address-cells = <0>;
> +             #size-cells = <1>;
> +             ethphy: ethernet-phy@6 {
> +                     reg = <6>;
> +                     interrupts-extended = <&gpio1 28 IRQ_TYPE_LEVEL_LOW>;
> +             };
> +     };
>  };
>  
>  &hdmi {
> -- 
> 2.5.0
> 
> 

Reply via email to