summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts
diff options
context:
space:
mode:
authorJoakim Zhang <qiangqing.zhang@nxp.com>2021-06-04 15:08:55 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 16:51:02 +0800
commit3d19bab24ad592337ed37acf52d5cf1323a850a0 (patch)
tree31176a4e769b0035a7b31746d88f639540a304f6 /arch/arm64/boot/dts
parent6811411657ec9e1601ff8fd5ba7907b2baa34b89 (diff)
LF-3962-2 arm64: dts: imx8m: 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')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi2
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi2
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mq-ddr4-val.dts2
-rwxr-xr-xarch/arm64/boot/dts/freescale/imx8mq-evk.dts2
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
index 434214258083..e5fa98acc8d9 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mm-evk.dtsi
@@ -268,7 +268,7 @@
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0>;
- at803x,eee-disabled;
+ qca,disable-smarteee;
at803x,vddio-1p8v;
};
};
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
index cf78dd2d131f..1ef3e0d40f2b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi
@@ -208,7 +208,7 @@
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0>;
- at803x,eee-disabled;
+ qca,disable-smarteee;
at803x,vddio-1p8v;
};
};
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-ddr4-val.dts b/arch/arm64/boot/dts/freescale/imx8mq-ddr4-val.dts
index 7d23d10796fb..d06fffceffb9 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-ddr4-val.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-ddr4-val.dts
@@ -198,7 +198,7 @@
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0>;
- at803x,eee-disabled;
+ qca,disable-smarteee;
};
};
};
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-evk.dts b/arch/arm64/boot/dts/freescale/imx8mq-evk.dts
index 8d7050cea5b7..918892f88e6b 100755
--- a/arch/arm64/boot/dts/freescale/imx8mq-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-evk.dts
@@ -329,7 +329,7 @@
ethphy0: ethernet-phy@0 {
compatible = "ethernet-phy-ieee802.3-c22";
reg = <0>;
- at803x,eee-disabled;
+ qca,disable-smarteee;
};
};
};