diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-05-20 16:58:36 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-05-23 08:27:11 +0300 |
commit | 1c147690231b65a1e56840453cc8e2f92950e076 (patch) | |
tree | 91540ef6b97b3edf403173381366b0b49d48fc56 /arch/arm/boot/dts/imx53-ard.dts | |
parent | 77e6025c2416c3c7d98f8c07befc722ada4429ea (diff) | |
download | linux-1c147690231b65a1e56840453cc8e2f92950e076.tar.xz |
ARM: dts: imx53-ard: Correct Ethernet node name
make dtbs_check:
lan9220@f4000000: $nodename:0: 'lan9220@f4000000' does not match '^ethernet(@.*)?$'
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-ard.dts')
-rw-r--r-- | arch/arm/boot/dts/imx53-ard.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-ard.dts b/arch/arm/boot/dts/imx53-ard.dts index 9a2e1fde7128..6208fbb2e741 100644 --- a/arch/arm/boot/dts/imx53-ard.dts +++ b/arch/arm/boot/dts/imx53-ard.dts @@ -24,7 +24,7 @@ reg = <0xf4000000 0x3ff0000>; ranges; - lan9220@f4000000 { + ethernet@f4000000 { compatible = "smsc,lan9220", "smsc,lan9115"; reg = <0xf4000000 0x2000000>; phy-mode = "mii"; |