]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: dts: rmobile: Add PHY reset GPIO
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 15 Sep 2017 19:11:40 +0000 (21:11 +0200)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Sun, 24 Sep 2017 05:12:07 +0000 (14:12 +0900)
The PHY reset GPIOs were missing from the DT, add them.

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 f903957da504a9e02fa910243b60388dc85ec959..abc87c01914d249fa4642a70c4623b7bda96d47d 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 d1a3f3b7a0ab0b97aff29a898813a023a7d5bd3d..e21cf332c9bd12f30f3543e292449a510f9c8f38 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 {