summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8q-val.dtsi
diff options
context:
space:
mode:
authorJoakim Zhang <qiangqing.zhang@nxp.com>2021-06-04 15:11:35 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 16:52:57 +0800
commit5d631e2335c75341694644db26a36b5a2c948978 (patch)
tree9bf11f392269b23ec3cba50a230ed5c4ffcf18f9 /arch/arm64/boot/dts/freescale/imx8q-val.dtsi
parent9b3ddcf0b63ee84afb7c40eb7757693074dbc529 (diff)
LF-3962-3 arm64: dts: imx8: change at803x,eee-disabled to qca,disable-smarteee
Since commit 390b4cad8148 ("net: phy: at803x: add support for configuring SmartEEE") Change downstream property "at803x,eee-disabled" to upstream property "qca,disable-smarteee". Use below command: sed -i "s/at803x,eee-disabled/qca,disable-smarteee/g" `grep at803x,eee-disabled -rl arch/arm64/` Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8q-val.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8q-val.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8q-val.dtsi b/arch/arm64/boot/dts/freescale/imx8q-val.dtsi
index bdf689ed58fd..41564dbbefe2 100644
--- a/arch/arm64/boot/dts/freescale/imx8q-val.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8q-val.dtsi
@@ -577,14 +577,14 @@
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0>;
- at803x,eee-disabled;
+ qca,disable-smarteee;
at803x,vddio-1p8v;
};
ethphy1: ethernet-phy@1 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <1>;
- at803x,eee-disabled;
+ qca,disable-smarteee;
at803x,vddio-1p8v;
status = "disabled";
};