diff options
author | Andrew Lunn <andrew@lunn.ch> | 2017-07-17 22:25:04 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-07-25 17:05:29 +0800 |
commit | a0b835e4b864ed160b5bc55add8249d2fcfa1ad4 (patch) | |
tree | f28daf6788087a6fa30843823a77ecf65939220e /arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | |
parent | f64992d1a916c1c1caa9d87c6a31ca75e47c2071 (diff) | |
download | linux-a0b835e4b864ed160b5bc55add8249d2fcfa1ad4.tar.bz2 |
ARM: dts: imx6: RDU2: Add Micrel PHY interrupt
The Micrel PHY has its interrupt pin connected to a GPIO line. Wire
this up in the device tree.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Chris Healy <cphealy@gmail.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi index 83f311a51cca..eeb7679fd348 100644 --- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi @@ -61,7 +61,11 @@ &gpio6 4 GPIO_ACTIVE_HIGH>; phy: ethernet-phy@0 { + pinctrl-0 = <&pinctrl_rmii_phy_irq>; + pinctrl-names = "default"; reg = <0>; + interrupt-parent = <&gpio3>; + interrupts = <30 IRQ_TYPE_LEVEL_LOW>; }; }; |