Commit 20b6559e authored by Joakim Zhang's avatar Joakim Zhang Committed by Shawn Guo

arm64: dts: imx8m: disable smart eee for FEC PHY

As commit 390b4cad ("net: phy: at803x: add support for configuring SmartEEE")
described, disable PHY smart eee by default.
Signed-off-by: default avatarJoakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e0aa402b
...@@ -116,6 +116,7 @@ ethphy0: ethernet-phy@0 { ...@@ -116,6 +116,7 @@ ethphy0: ethernet-phy@0 {
reg = <0>; reg = <0>;
reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>; reset-assert-us = <10000>;
qca,disable-smarteee;
}; };
}; };
}; };
......
...@@ -99,6 +99,7 @@ ethphy0: ethernet-phy@0 { ...@@ -99,6 +99,7 @@ ethphy0: ethernet-phy@0 {
reg = <0>; reg = <0>;
reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>; reset-assert-us = <10000>;
qca,disable-smarteee;
}; };
}; };
}; };
......
...@@ -169,6 +169,7 @@ ethphy0: ethernet-phy@0 { ...@@ -169,6 +169,7 @@ ethphy0: ethernet-phy@0 {
reg = <0>; reg = <0>;
reset-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>; reset-assert-us = <10000>;
qca,disable-smarteee;
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment