[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160201140420.GL10671@tiger>
Date: Mon, 1 Feb 2016 22:04:20 +0800
From: Shawn Guo <shawnguo@...nel.org>
To: Troy Kisky <troy.kisky@...ndarydevices.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, B38611@...escale.com,
fabio.estevam@...escale.com, l.stach@...gutronix.de,
andrew@...n.ch, tremyfr@...il.com, linux@....linux.org.uk,
linux-arm-kernel@...ts.infradead.org, laci@...ndarydevices.com
Subject: Re: [PATCH net-next 40/40] ARM: dts: imx6qdl-nitrogen6_max: add phy
interrupt to eliminate polling
On Thu, Jan 28, 2016 at 02:26:04PM -0700, Troy Kisky wrote:
> Signed-off-by: Troy Kisky <troy.kisky@...ndarydevices.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 = <ðphy>;
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
>
>
Powered by blists - more mailing lists