[openwrt/openwrt] ipq40xx: Remove phy reset gpio from Cisco Meraki MR33

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 23 12:44:55 PDT 2018


mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/1fcd625c0a8d6efb851583ae518e8621497c2eb4

commit 1fcd625c0a8d6efb851583ae518e8621497c2eb4
Author: Sven Eckelmann <sven at narfation.org>
AuthorDate: Mon Mar 19 21:10:14 2018 +0100

    ipq40xx: Remove phy reset gpio from Cisco Meraki MR33
    
    There is currently no code to read the phy reset gpios for the ethernet
    PHY. It would also have been better to use the more common name
    "phy-reset-gpios" for this property.
    
    Signed-off-by: Sven Eckelmann <sven at narfation.org>
---
 target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4029-mr33.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4029-mr33.dts b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4029-mr33.dts
index ef62301..a709ae9 100644
--- a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4029-mr33.dts
+++ b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4029-mr33.dts
@@ -60,7 +60,6 @@
 			status = "okay";
 			pinctrl-0 = <&mdio_pins>;
 			pinctrl-names = "default";
-			phy-reset-gpio = <&tlmm 47 GPIO_ACTIVE_HIGH>;
 			/delete-node/ ethernet-phy at 0;
 			/delete-node/ ethernet-phy at 2;
 			/delete-node/ ethernet-phy at 3;



More information about the lede-commits mailing list