diff options
| author | Heiko Thiery <[email protected]> | 2022-02-23 10:48:28 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-04-12 15:36:17 +0200 |
| commit | 4d372b053bdb4affaac23f48a02b2cd717b0091d (patch) | |
| tree | 96678fb6ae8120641905d9aa831a35db4904e7e7 | |
| parent | 83fdfa64e45c97c24fc563f6850bec5b544ba452 (diff) | |
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 <[email protected]>
Tested-by: Marek Vasut <[email protected]> # 8MNANOD4-EVK
| -rw-r--r-- | arch/arm/dts/imx8mn-evk.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mn-evk.dtsi b/arch/arm/dts/imx8mn-evk.dtsi index ed865444da5..fd253f0042e 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 { |
