ARM: dts: rockchip: change rv1108 gmac nodename
authorJohan Jonker <jbx6244@gmail.com>
Sat, 28 Aug 2021 11:42:40 +0000 (13:42 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 20 Sep 2021 13:22:33 +0000 (15:22 +0200)
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>
arch/arm/boot/dts/rv1108.dtsi

index 24d56849af46a9b16259a333a4d4675ef79904fe..80f4a31a21d3cc4e2b50faaeddc0bb9017855c28 100644 (file)
                status = "disabled";
        };
 
-       gmac: eth@30200000 {
+       gmac: ethernet@30200000 {
                compatible = "rockchip,rv1108-gmac";
                reg = <0x30200000 0x10000>;
                interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,