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

index eee5236..c1afdfd 100644 (file)
                clocks = <&cgu JZ4740_CLK_DMA>;
        };
 
-       uhc: uhc@13030000 {
+       uhc: usb@13030000 {
                compatible = "ingenic,jz4740-ohci", "generic-ohci";
                reg = <0x13030000 0x1000>;
 
index 018721a..05c00b9 100644 (file)
                interrupts = <23>;
        };
 
-       uhc: uhc@13430000 {
+       uhc: usb@13430000 {
                compatible = "generic-ohci";
                reg = <0x13430000 0x1000>;