diff options
author | Kristian Evensen <kristian.evensen@gmail.com> | 2019-11-07 17:34:18 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-11-07 22:51:37 +0100 |
commit | 6ab84579c6a393301d18ab9bbc2b89c3363c937d (patch) | |
tree | aa98b5acb1f822d568e173a111e8cee355d05b6a | |
parent | 8db44964434d0ab82d9fef8e0218d08c94039bda (diff) | |
download | upstream-6ab84579c6a393301d18ab9bbc2b89c3363c937d.tar.gz upstream-6ab84579c6a393301d18ab9bbc2b89c3363c937d.tar.bz2 upstream-6ab84579c6a393301d18ab9bbc2b89c3363c937d.zip |
ipq40xx: u4019: use reset-gpios instead of phy-reset-gpio
Use reset-gpio instead of the custom phy-reset-gpio property to do phy
reset on the U4019. phy-reset-gpio was incorrectly introduced when we
added support for the U4019, and will be deprecated.
Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com>
-rw-r--r-- | target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4019-unielec-u4019.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4019-unielec-u4019.dtsi b/target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4019-unielec-u4019.dtsi index cf67fddd2b..c768e25ca0 100644 --- a/target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4019-unielec-u4019.dtsi +++ b/target/linux/ipq40xx/files-4.19/arch/arm/boot/dts/qcom-ipq4019-unielec-u4019.dtsi @@ -17,7 +17,8 @@ status = "okay"; pinctrl-0 = <&mdio_pins>; pinctrl-names = "default"; - phy-reset-gpio = <&tlmm 47 0>; + reset-gpios = <&tlmm 47 GPIO_ACTIVE_LOW>; + reset-delay-us = <2000>; }; ess-psgmii@98000 { |