mips: dts: ralink: mt7628a: Harmonize EHCI/OHCI DT nodes name
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Wed, 11 Nov 2020 09:15:43 +0000 (12:15 +0300)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 12 Nov 2020 22:18:58 +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/ralink/mt7628a.dtsi

index 892e8ab..45bf96a 100644 (file)
                reset-names = "host", "device";
        };
 
-       ehci@101c0000 {
+       usb@101c0000 {
                compatible = "generic-ehci";
                reg = <0x101c0000 0x1000>;