ARM: dts: BCM5310X: Harmonize xHCI DT nodes name
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Tue, 20 Oct 2020 11:59:46 +0000 (14:59 +0300)
committerFlorian Fainelli <f.fainelli@gmail.com>
Thu, 12 Nov 2020 04:38:14 +0000 (20:38 -0800)
In accordance with the Generic xHCI 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-xhci"-compatible nodes are
correctly named.

Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm5301x.dtsi

index 3ec6673f6c1e2b4950dcbaab99d0ba89922de64c..fcfaad4ffcb36d7be99b5c242d4b8815b05d5411 100644 (file)
 
                        interrupt-parent = <&gic>;
 
-                       xhci: xhci@23000 {
+                       xhci: usb@23000 {
                                #usb-cells = <0>;
 
                                compatible = "generic-xhci";