From 4d372b053bdb4affaac23f48a02b2cd717b0091d Mon Sep 17 00:00:00 2001 From: Heiko Thiery Date: Wed, 23 Feb 2022 10:48:28 +0100 Subject: [PATCH] ARM: imx: imx8mn-*-evk: add qca, disable-smarteee phy node To be in sync with the linux devicetree add the disable-smarteee property. Signed-off-by: Heiko Thiery Tested-by: Marek Vasut # 8MNANOD4-EVK --- arch/arm/dts/imx8mn-evk.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/dts/imx8mn-evk.dtsi b/arch/arm/dts/imx8mn-evk.dtsi index ed86544..fd253f0 100644 --- a/arch/arm/dts/imx8mn-evk.dtsi +++ b/arch/arm/dts/imx8mn-evk.dtsi @@ -65,6 +65,7 @@ reg = <0>; reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; reset-assert-us = <10000>; + qca,disable-smarteee; vddio-supply = <&vddio>; vddio: vddio-regulator { -- 2.7.4