summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Fang <wei.fang@nxp.com>2022-08-01 16:09:42 +0800
committerWei Fang <wei.fang@nxp.com>2022-08-01 17:13:46 +0800
commit1da5cc2bf7d42c09a9f5441dc5c2cd5b39189756 (patch)
treef286b22804c049c60ecc4c679a06c91f95f31a27
parentb3a4d5869c04b03dcfd242c520892e430aa86b87 (diff)
LF-6712: arm64: imx8ulp: Add ethernet-phy address
The ethernet-phy of FEC is lack of address, which does not meet the requirement of phy node format. Signed-off-by: Wei Fang <wei.fang@nxp.com> Reviewed-by: Jun Li <jun.li@nxp.com>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8ulp-evk.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8ulp-evk.dts b/arch/arm64/boot/dts/freescale/imx8ulp-evk.dts
index 9109e5d7c44c..e19e35ab0474 100644
--- a/arch/arm64/boot/dts/freescale/imx8ulp-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8ulp-evk.dts
@@ -234,7 +234,7 @@
#address-cells = <1>;
#size-cells = <0>;
- ethphy: ethernet-phy {
+ ethphy: ethernet-phy@1 {
reg = <1>;
micrel,led-mode = <1>;
};