ARM: dts: BCM5301X: Harmonize EHCI/OHCI DT nodes name
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Tue, 20 Oct 2020 11:59:37 +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 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>
arch/arm/boot/dts/bcm5301x.dtsi
arch/arm/boot/dts/bcm53573.dtsi

index ac3a99cf20793aa3559e0e63398f4196857cf9f2..3ec6673f6c1e2b4950dcbaab99d0ba89922de64c 100644 (file)
 
                        interrupt-parent = <&gic>;
 
-                       ehci: ehci@21000 {
+                       ehci: usb@21000 {
                                #usb-cells = <0>;
 
                                compatible = "generic-ehci";
                                };
                        };
 
-                       ohci: ohci@22000 {
+                       ohci: usb@22000 {
                                #usb-cells = <0>;
 
                                compatible = "generic-ohci";
index 4af8e3293cff4a059d7284ad1a73a6328efa4845..51546fccc61688482b49c24283f6db3173df7dfb 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <1>;
 
-                       ehci: ehci@4000 {
+                       ehci: usb@4000 {
                                compatible = "generic-ehci";
                                reg = <0x4000 0x1000>;
                                interrupt-parent = <&gic>;
                                };
                        };
 
-                       ohci: ohci@d000 {
+                       ohci: usb@d000 {
                                #usb-cells = <0>;
 
                                compatible = "generic-ohci";