diff options
author | Johan Jonker <jbx6244@gmail.com> | 2021-08-28 14:42:40 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-09-20 16:22:33 +0300 |
commit | f0f56c11447b7c77ba07f05fb07ddb00c3ae42b1 (patch) | |
tree | a80f1f98843b99b83428b728dbed2a3552e9c4f1 /arch/arm/boot/dts/rv1108.dtsi | |
parent | d7197d56c9cf3620ec086550386df3be2c90ae4d (diff) | |
download | linux-f0f56c11447b7c77ba07f05fb07ddb00c3ae42b1.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/rv1108.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rv1108.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi index 24d56849af46..80f4a31a21d3 100644 --- a/arch/arm/boot/dts/rv1108.dtsi +++ b/arch/arm/boot/dts/rv1108.dtsi @@ -557,7 +557,7 @@ status = "disabled"; }; - gmac: eth@30200000 { + gmac: ethernet@30200000 { compatible = "rockchip,rv1108-gmac"; reg = <0x30200000 0x10000>; interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>, |