]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 4 Dec 2017 10:34:51 +0000 (11:34 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 11 Dec 2017 07:02:21 +0000 (08:02 +0100)
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.

This fixes Ethernet operation after resume from s2ram on Salvator-XS,
where the enable pin of the regulator providing PHY power is connected
to PRESETn, and PSCI powers down the SoC during system suspend.

On Salvator-X, the enable pin 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>
arch/arm64/boot/dts/renesas/salvator-common.dtsi

index b9505a65a793708e05bd6d721526a7ed18bdbcd0..4e800e933944c2b2c0890290f5f7ebfe2e34c01b 100644 (file)
                reg = <0>;
                interrupt-parent = <&gpio2>;
                interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
+               reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
        };
 };