summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-11-14 02:04:00 +0300
committerShawn Guo <shawnguo@kernel.org>2023-12-06 04:53:53 +0300
commit190efda73985767e6408e5a15577d428b9c80b27 (patch)
tree6ecab4fde0a373d88208303cd4fdee566b393b8b /arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts
parent1a95c9090bbc1fbf74c03ef01eb51bd2902025b2 (diff)
downloadlinux-190efda73985767e6408e5a15577d428b9c80b27.tar.xz
arm64: dts: imx8mp-debix-model-a: Use phy-mode
The property 'phy-connection-type' can be used to describe the interface type between the Ethernet device and the Ethernet PHY device. However, snps,dwmac.yaml gives the following warning: imx8mp-debix-model-a.dtb: ethernet@30bf0000: 'phy-mode' is a required property from schema $id: http://devicetree.org/schemas/net/snps,dwmac.yaml# To avoid the warning, switch to the more commonly used, 'phy-mode' property instead. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts b/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts
index 267ceffc02d8..2c19766ebf09 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mp-debix-model-a.dts
@@ -75,7 +75,7 @@
&eqos {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_eqos>;
- phy-connection-type = "rgmii-id";
+ phy-mode = "rgmii-id";
phy-handle = <&ethphy0>;
status = "okay";