Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: rockchip: change rv1108 gmac nodename

The rv1108 gmac node is checked with rockchip-dwmac.yaml,
snps,dwmac.yaml and ethernet-controller.yaml.
The nodename should have a pattern: "^ethernet(@.*)?$",
so change to nodename.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210828114240.12231-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Johan Jonker and committed by
Heiko Stuebner
f0f56c11 d7197d56

+1 -1
+1 -1
arch/arm/boot/dts/rv1108.dtsi
··· 557 557 status = "disabled"; 558 558 }; 559 559 560 - gmac: eth@30200000 { 560 + gmac: ethernet@30200000 { 561 561 compatible = "rockchip,rv1108-gmac"; 562 562 reg = <0x30200000 0x10000>; 563 563 interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,