34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
From f0f56c11447b7c77ba07f05fb07ddb00c3ae42b1 Mon Sep 17 00:00:00 2001
|
|
From: Johan Jonker <jbx6244@gmail.com>
|
|
Date: Sat, 28 Aug 2021 13:42:40 +0200
|
|
Subject: [PATCH 065/478] 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>
|
|
---
|
|
arch/arm/boot/dts/rv1108.dtsi | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
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 @@ sfc: spi@301c0000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
- gmac: eth@30200000 {
|
|
+ gmac: ethernet@30200000 {
|
|
compatible = "rockchip,rv1108-gmac";
|
|
reg = <0x30200000 0x10000>;
|
|
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>,
|
|
--
|
|
2.35.3
|
|
|