diff mbox series

ARM: dts: rockchip: change rv1108 gmac nodename

Message ID 20210828114240.12231-1-jbx6244@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: rockchip: change rv1108 gmac nodename | expand

Commit Message

Johan Jonker Aug. 28, 2021, 11:42 a.m. UTC
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>
---
 arch/arm/boot/dts/rv1108.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Heiko Stübner Sept. 20, 2021, 2:28 p.m. UTC | #1
On Sat, 28 Aug 2021 13:42:40 +0200, Johan Jonker wrote:
> 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.

Applied, thanks!

[1/1] ARM: dts: rockchip: change rv1108 gmac nodename
      commit: f0f56c11447b7c77ba07f05fb07ddb00c3ae42b1

Best regards,
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi
index 140434384..668fb1513 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>,