aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2017-12-04 05:34:52 -0500
committerSimon Horman <horms+renesas@verge.net.au>2017-12-11 02:03:24 -0500
commitef4a3bc8dab721a3dbea871f35e0217643aa860c (patch)
tree48aca21e9ee7f2d6074bd18c7583cdec2b3e108f
parentf5bbcd533a9d1af97b8a0862a421bb8455f1bf6d (diff)
arm64: dts: renesas: ulcb: Add EthernetAVB PHY reset
Describe the GPIO used to reset the Ethernet PHY for EthernetAVB. This allows the driver to reset the PHY during probe and after system resume. On ULCB, the enable pin of the regulator providing PHY power is always pulled high, but the driver may still need to reset the PHY if this wasn't done by the bootloader before. Inspired by patches in the BSP for the individual Salvator-X/XS boards by Kazuya Mizuguchi. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm64/boot/dts/renesas/ulcb.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi
index 0d85b315ce71..be91016e0b48 100644
--- a/arch/arm64/boot/dts/renesas/ulcb.dtsi
+++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi
@@ -154,6 +154,7 @@
154 reg = <0>; 154 reg = <0>;
155 interrupt-parent = <&gpio2>; 155 interrupt-parent = <&gpio2>;
156 interrupts = <11 IRQ_TYPE_LEVEL_LOW>; 156 interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
157 reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
157 }; 158 };
158}; 159};
159 160