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

ARM: dts: BCM5301X: 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: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Serge Semin and committed by
Florian Fainelli
74abbfe9 1ca5f243

+4 -4
+2 -2
arch/arm/boot/dts/bcm5301x.dtsi
··· 265 265 266 266 interrupt-parent = <&gic>; 267 267 268 - ehci: ehci@21000 { 268 + ehci: usb@21000 { 269 269 #usb-cells = <0>; 270 270 271 271 compatible = "generic-ehci"; ··· 287 287 }; 288 288 }; 289 289 290 - ohci: ohci@22000 { 290 + ohci: usb@22000 { 291 291 #usb-cells = <0>; 292 292 293 293 compatible = "generic-ohci";
+2 -2
arch/arm/boot/dts/bcm53573.dtsi
··· 135 135 #address-cells = <1>; 136 136 #size-cells = <1>; 137 137 138 - ehci: ehci@4000 { 138 + ehci: usb@4000 { 139 139 compatible = "generic-ehci"; 140 140 reg = <0x4000 0x1000>; 141 141 interrupt-parent = <&gic>; ··· 155 155 }; 156 156 }; 157 157 158 - ohci: ohci@d000 { 158 + ohci: usb@d000 { 159 159 #usb-cells = <0>; 160 160 161 161 compatible = "generic-ohci";