arm64: dts: imx8m: disable smart eee for FEC PHY
authorJoakim Zhang <qiangqing.zhang@nxp.com>
Tue, 23 Nov 2021 08:05:02 +0000 (16:05 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 8 Dec 2021 12:25:24 +0000 (20:25 +0800)
As commit 390b4cad8148 ("net: phy: at803x: add support for configuring SmartEEE")
described, disable PHY smart eee by default.

Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
arch/arm64/boot/dts/freescale/imx8mq-evk.dts

index e033d02..50b3bbb 100644 (file)
                        reg = <0>;
                        reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
                        reset-assert-us = <10000>;
+                       qca,disable-smarteee;
                };
        };
 };
index 30e7c9d..342f57e 100644 (file)
@@ -99,6 +99,7 @@
                        reg = <0>;
                        reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
                        reset-assert-us = <10000>;
+                       qca,disable-smarteee;
                };
        };
 };
index b83df77..a9e3354 100644 (file)
                        reg = <0>;
                        reset-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
                        reset-assert-us = <10000>;
+                       qca,disable-smarteee;
                };
        };
 };