Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <Sergey.Semin@baikalelectronics.ru>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Vineet Gupta <vgupta@kernel.org>

authored by

Serge Semin and committed by
Vineet Gupta
c8f87858 a1db7ad3

+9 -9
+2 -2
arch/arc/boot/dts/axc003.dtsi
··· 103 103 dma-coherent; 104 104 }; 105 105 106 - ehci@40000 { 106 + usb@40000 { 107 107 dma-coherent; 108 108 }; 109 109 110 - ohci@60000 { 110 + usb@60000 { 111 111 dma-coherent; 112 112 }; 113 113
+2 -2
arch/arc/boot/dts/axc003_idu.dtsi
··· 110 110 dma-coherent; 111 111 }; 112 112 113 - ehci@40000 { 113 + usb@40000 { 114 114 dma-coherent; 115 115 }; 116 116 117 - ohci@60000 { 117 + usb@60000 { 118 118 dma-coherent; 119 119 }; 120 120
+2 -2
arch/arc/boot/dts/axs10x_mb.dtsi
··· 87 87 mac-address = [00 00 00 00 00 00]; /* Filled in by U-Boot */ 88 88 }; 89 89 90 - ehci@40000 { 90 + usb@40000 { 91 91 compatible = "generic-ehci"; 92 92 reg = < 0x40000 0x100 >; 93 93 interrupts = < 8 >; 94 94 }; 95 95 96 - ohci@60000 { 96 + usb@60000 { 97 97 compatible = "generic-ohci"; 98 98 reg = < 0x60000 0x100 >; 99 99 interrupts = < 8 >;
+2 -2
arch/arc/boot/dts/hsdk.dts
··· 234 234 }; 235 235 }; 236 236 237 - ohci@60000 { 237 + usb@60000 { 238 238 compatible = "snps,hsdk-v1.0-ohci", "generic-ohci"; 239 239 reg = <0x60000 0x100>; 240 240 interrupts = <15>; ··· 242 242 dma-coherent; 243 243 }; 244 244 245 - ehci@40000 { 245 + usb@40000 { 246 246 compatible = "snps,hsdk-v1.0-ehci", "generic-ehci"; 247 247 reg = <0x40000 0x100>; 248 248 interrupts = <15>;
+1 -1
arch/arc/boot/dts/vdk_axs10x_mb.dtsi
··· 46 46 clock-names = "stmmaceth"; 47 47 }; 48 48 49 - ehci@40000 { 49 + usb@40000 { 50 50 compatible = "generic-ehci"; 51 51 reg = < 0x40000 0x100 >; 52 52 interrupts = < 8 >;