mips: dts: sead3: Harmonize EHCI/OHCI DT nodes name
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Wed, 11 Nov 2020 09:15:42 +0000 (12:15 +0300)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 12 Nov 2020 22:18:41 +0000 (23:18 +0100)
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: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/boot/dts/mti/sead3.dts

index 192c26ff1d3d7076627480f5b9e9cf296b76efe9..1cf6728af8fee1b6f3c03cbbdd915cf8897aaae8 100644 (file)
@@ -56,7 +56,7 @@
                interrupt-parent = <&cpu_intc>;
        };
 
-       ehci@1b200000 {
+       usb@1b200000 {
                compatible = "generic-ehci";
                reg = <0x1b200000 0x1000>;