blob: fb3a6a3806b6d31f13ad0f6e9497bc842ba13014 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001From 92606b5e0000c25f5daae6c17b0ab71e9fb4c3b4 Mon Sep 17 00:00:00 2001
2From: Stefan Wahren <wahrenst@gmx.net>
3Date: Wed, 25 Dec 2019 15:55:29 +0100
4Subject: [PATCH] ARM: dts: bcm2838: Backport node names from upstream
5
6According to devicetree specification the node name should describe
7the general class of device like ethernet or interrupt-controller.
8
9Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
10---
11 arch/arm/boot/dts/bcm2838.dtsi | 6 +++---
12 1 file changed, 3 insertions(+), 3 deletions(-)
13
14--- a/arch/arm/boot/dts/bcm2838.dtsi
15+++ b/arch/arm/boot/dts/bcm2838.dtsi
16@@ -27,7 +27,7 @@
17 reg = <0x40000000 0x100>;
18 };
19
20- gicv2: gic400@40041000 {
21+ gicv2: interrupt-controller@40041000 {
22 interrupt-controller;
23 #interrupt-cells = <3>;
24 compatible = "arm,gic-400";
25@@ -346,7 +346,7 @@
26 status = "okay";
27 };
28
29- genet: genet@7d580000 {
30+ genet: ethernet@7d580000 {
31 compatible = "brcm,genet-v5";
32 reg = <0x0 0x7d580000 0x10000>;
33 status = "okay";
34@@ -362,7 +362,7 @@
35 compatible = "brcm,genet-mdio-v5";
36 reg = <0xe14 0x8>;
37 reg-names = "mdio";
38- phy1: genet-phy@0 {
39+ phy1: ethernet-phy@0 {
40 compatible =
41 "ethernet-phy-ieee802.3-c22";
42 /* No interrupts - use PHY_POLL */