Skip to content

Commit dda1d84

Browse files
krzkarndb
authored andcommitted
ARM: dts: st: spear: Use generic "ethernet" as node name
Common name for Ethernet controllers is "ethernet", not "eth", also recommended by Devicetree specification in "Generic Names Recommendation". Verified lack of impact using dtx_diff. Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Viresh Kumar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent a4bb91d commit dda1d84

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

arch/arm/boot/dts/st/spear1310-evb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
};
160160
};
161161

162-
gmac0: eth@e2000000 {
162+
gmac0: ethernet@e2000000 {
163163
phy-mode = "gmii";
164164
status = "okay";
165165
};

arch/arm/boot/dts/st/spear1310.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
status = "disabled";
129129
};
130130

131-
gmac1: eth@5c400000 {
131+
gmac1: ethernet@5c400000 {
132132
compatible = "st,spear600-gmac";
133133
reg = <0x5c400000 0x8000>;
134134
interrupts = <0 95 0x4>;
@@ -137,7 +137,7 @@
137137
status = "disabled";
138138
};
139139

140-
gmac2: eth@5c500000 {
140+
gmac2: ethernet@5c500000 {
141141
compatible = "st,spear600-gmac";
142142
reg = <0x5c500000 0x8000>;
143143
interrupts = <0 96 0x4>;
@@ -146,7 +146,7 @@
146146
status = "disabled";
147147
};
148148

149-
gmac3: eth@5c600000 {
149+
gmac3: ethernet@5c600000 {
150150
compatible = "st,spear600-gmac";
151151
reg = <0x5c600000 0x8000>;
152152
interrupts = <0 97 0x4>;
@@ -155,7 +155,7 @@
155155
status = "disabled";
156156
};
157157

158-
gmac4: eth@5c700000 {
158+
gmac4: ethernet@5c700000 {
159159
compatible = "st,spear600-gmac";
160160
reg = <0x5c700000 0x8000>;
161161
interrupts = <0 98 0x4>;

arch/arm/boot/dts/st/spear1340-evb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
};
158158
};
159159

160-
gmac0: eth@e2000000 {
160+
gmac0: ethernet@e2000000 {
161161
phy-mode = "rgmii";
162162
status = "okay";
163163
};

arch/arm/boot/dts/st/spear13xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
status = "disabled";
150150
};
151151

152-
gmac0: eth@e2000000 {
152+
gmac0: ethernet@e2000000 {
153153
compatible = "st,spear600-gmac";
154154
reg = <0xe2000000 0x8000>;
155155
interrupts = <0 33 0x4>,

arch/arm/boot/dts/st/spear300-evb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
status = "okay";
7070
};
7171

72-
gmac: eth@e0800000 {
72+
gmac: ethernet@e0800000 {
7373
status = "okay";
7474
};
7575

arch/arm/boot/dts/st/spear310-evb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
status = "okay";
8989
};
9090

91-
gmac: eth@e0800000 {
91+
gmac: ethernet@e0800000 {
9292
status = "okay";
9393
};
9494

arch/arm/boot/dts/st/spear320-evb.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
status = "okay";
8585
};
8686

87-
gmac: eth@e0800000 {
87+
gmac: ethernet@e0800000 {
8888
status = "okay";
8989
};
9090

arch/arm/boot/dts/st/spear3xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
status = "disabled";
4747
};
4848

49-
gmac: eth@e0800000 {
49+
gmac: ethernet@e0800000 {
5050
compatible = "snps,dwmac-3.40a";
5151
reg = <0xe0800000 0x8000>;
5252
interrupts = <23 22>;

0 commit comments

Comments
 (0)