ARM: dts: rmobile: Add PHY reset GPIO
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Fri, 15 Sep 2017 19:11:40 +0000 (21:11 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 5 Mar 2018 10:48:53 +0000 (11:48 +0100)
This patch got dropped during the update of DTs to 4.14, re-add it
back. This adds reset GPIOs to the ethernet PHYs.

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

index e95c0060670586ec47b0ea917dee6bc40a0545f7..7b19549d38cca832f38101232e2db6e921fe2727 100644 (file)
        pinctrl-names = "default";
        renesas,no-ether-link;
        phy-handle = <&phy0>;
+       reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
        status = "okay";
 
        phy0: ethernet-phy@0 {
index f232830c74c464371551976c7b1bdcef2ba81437..d21d78b0dad71bc7f431efcc980aed526d517f95 100644 (file)
        pinctrl-names = "default";
        renesas,no-ether-link;
        phy-handle = <&phy0>;
+       reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
        status = "okay";
 
        phy0: ethernet-phy@0 {