[PATCH 1/2] ARM: i.MX8MM: fix phy-reset gpio

Marco Felsch m.felsch at pengutronix.de
Thu Jun 16 07:02:45 PDT 2022


Drop the Barebox local property since the upstream/linux device-tree is
handling it now within the phy and we get an error:

   ERROR: gpiolib: _gpio_request: gpio-118 (ethernet-phy at 0) status -16
   ERROR: miibus0: failed to request reset gpio for: ethernet-phy at 0

Signed-off-by: Marco Felsch <m.felsch at pengutronix.de>
---
 arch/arm/dts/imx8mm-evk.dts | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/dts/imx8mm-evk.dts b/arch/arm/dts/imx8mm-evk.dts
index 304f150307..854e9db869 100644
--- a/arch/arm/dts/imx8mm-evk.dts
+++ b/arch/arm/dts/imx8mm-evk.dts
@@ -24,10 +24,6 @@
 	};
 };
 
-&fec1 {
-	phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
-};
-
 &usdhc2 {
 	#address-cells = <1>;
 	#size-cells = <1>;
-- 
2.30.2




More information about the barebox mailing list