]> git.sur5r.net Git - u-boot/commitdiff
ARM: dts: rmobile: Move the PHY reset GPIO back
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 17 Jun 2018 05:38:50 +0000 (07:38 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Tue, 19 Jun 2018 04:15:55 +0000 (06:15 +0200)
The current state of RAVB driver expects the PHY reset GPIO in the
RAVB mode, move it back from the PHY node to avoid breakage.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/dts/salvator-common.dtsi

index a36e0ebca0763c98b2f23775022bae7485ceaa92..21dbb21184a48cbba21995391b95e352e61a4db6 100644 (file)
        pinctrl-names = "default";
        phy-handle = <&phy0>;
        phy-mode = "rgmii-txid";
+       reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
        status = "okay";
 
        phy0: ethernet-phy@0 {
                reg = <0>;
                interrupt-parent = <&gpio2>;
                interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
-               reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
        };
 };