Skip to content

Commit c8f8785

Browse files
fancervineetgarc
authored andcommitted
arc: dts: Harmonize EHCI/OHCI DT nodes name
In accordance with the Generic EHCI/OHCI bindings the corresponding node name is suppose to comply with the Generic USB HCD DT schema, which requires the USB nodes to have the name acceptable by the regexp: "^usb(@.*)?" . Make sure the "generic-ehci" and "generic-ohci"-compatible nodes are correctly named. Signed-off-by: Serge Semin <[email protected]> Acked-by: Alexey Brodkin <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>
1 parent a1db7ad commit c8f8785

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

arch/arc/boot/dts/axc003.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@
103103
dma-coherent;
104104
};
105105

106-
ehci@40000 {
106+
usb@40000 {
107107
dma-coherent;
108108
};
109109

110-
ohci@60000 {
110+
usb@60000 {
111111
dma-coherent;
112112
};
113113

arch/arc/boot/dts/axc003_idu.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@
110110
dma-coherent;
111111
};
112112

113-
ehci@40000 {
113+
usb@40000 {
114114
dma-coherent;
115115
};
116116

117-
ohci@60000 {
117+
usb@60000 {
118118
dma-coherent;
119119
};
120120

arch/arc/boot/dts/axs10x_mb.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@
8787
mac-address = [00 00 00 00 00 00]; /* Filled in by U-Boot */
8888
};
8989

90-
ehci@40000 {
90+
usb@40000 {
9191
compatible = "generic-ehci";
9292
reg = < 0x40000 0x100 >;
9393
interrupts = < 8 >;
9494
};
9595

96-
ohci@60000 {
96+
usb@60000 {
9797
compatible = "generic-ohci";
9898
reg = < 0x60000 0x100 >;
9999
interrupts = < 8 >;

arch/arc/boot/dts/hsdk.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,15 +234,15 @@
234234
};
235235
};
236236

237-
ohci@60000 {
237+
usb@60000 {
238238
compatible = "snps,hsdk-v1.0-ohci", "generic-ohci";
239239
reg = <0x60000 0x100>;
240240
interrupts = <15>;
241241
resets = <&cgu_rst HSDK_USB_RESET>;
242242
dma-coherent;
243243
};
244244

245-
ehci@40000 {
245+
usb@40000 {
246246
compatible = "snps,hsdk-v1.0-ehci", "generic-ehci";
247247
reg = <0x40000 0x100>;
248248
interrupts = <15>;

arch/arc/boot/dts/vdk_axs10x_mb.dtsi

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

49-
ehci@40000 {
49+
usb@40000 {
5050
compatible = "generic-ehci";
5151
reg = < 0x40000 0x100 >;
5252
interrupts = < 8 >;

0 commit comments

Comments
 (0)