From c6663919919848ede45e424876b04789f4a8d4be Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Fri, 29 Oct 2021 10:20:17 +0200 Subject: [PATCH] imx8mm-somdevices: arm: dts: Removed not used peripherals and changed phy-reset-gpios. Signed-off-by: Josep Orga --- arch/arm/dts/imx8mm-somdevices-u-boot.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/dts/imx8mm-somdevices-u-boot.dtsi b/arch/arm/dts/imx8mm-somdevices-u-boot.dtsi index 6f7b37cba2..0a08452204 100644 --- a/arch/arm/dts/imx8mm-somdevices-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-somdevices-u-boot.dtsi @@ -168,7 +168,7 @@ }; &fec1 { - phy-reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; + phy-reset-gpios = <&gpio5 29 GPIO_ACTIVE_LOW>; }; ðphy0 { @@ -185,7 +185,6 @@ &usbotg1 { status = "okay"; - extcon = <&ptn5110>; }; &lcdif { -- 2.17.1