]> git.itanic.dy.fi Git - linux-stable/commitdiff
arc: dts: Harmonize EHCI/OHCI DT nodes name
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Fri, 24 Jun 2022 14:16:17 +0000 (17:16 +0300)
committerVineet Gupta <vgupta@kernel.org>
Mon, 17 Oct 2022 23:32:12 +0000 (16:32 -0700)
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: Alexey Brodkin <abrodkin@synopsys.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Vineet Gupta <vgupta@kernel.org>
arch/arc/boot/dts/axc003.dtsi
arch/arc/boot/dts/axc003_idu.dtsi
arch/arc/boot/dts/axs10x_mb.dtsi
arch/arc/boot/dts/hsdk.dts
arch/arc/boot/dts/vdk_axs10x_mb.dtsi

index cd1edcf4f95efe6b8bc5769db99893941730df9b..3434c8131ecd546911bdbfb03d280d9b158e5a86 100644 (file)
@@ -103,11 +103,11 @@ ethernet@18000 {
                        dma-coherent;
                };
 
-               ehci@40000 {
+               usb@40000 {
                        dma-coherent;
                };
 
-               ohci@60000 {
+               usb@60000 {
                        dma-coherent;
                };
 
index 70779386ca7963ae2f14224eb070e40014ea2ac6..67556f4b70574e6ca0556b5b20141d27eb6759e6 100644 (file)
@@ -110,11 +110,11 @@ ethernet@18000 {
                        dma-coherent;
                };
 
-               ehci@40000 {
+               usb@40000 {
                        dma-coherent;
                };
 
-               ohci@60000 {
+               usb@60000 {
                        dma-coherent;
                };
 
index 99d3e7175bf70a2d8dc9059d149662aed9030751..b644353853049579b07d0d8b5250128dccdff356 100644 (file)
@@ -87,13 +87,13 @@ gmac: ethernet@18000 {
                        mac-address = [00 00 00 00 00 00]; /* Filled in by U-Boot */
                };
 
-               ehci@40000 {
+               usb@40000 {
                        compatible = "generic-ehci";
                        reg = < 0x40000 0x100 >;
                        interrupts = < 8 >;
                };
 
-               ohci@60000 {
+               usb@60000 {
                        compatible = "generic-ohci";
                        reg = < 0x60000 0x100 >;
                        interrupts = < 8 >;
index f48ba03e9b5e7dbf440571ebed1f15a11974abac..6691f42550778853f2917a2d18347fd4c05f0488 100644 (file)
@@ -234,7 +234,7 @@ phy0: ethernet-phy@0 { /* Micrel KSZ9031 */
                        };
                };
 
-               ohci@60000 {
+               usb@60000 {
                        compatible = "snps,hsdk-v1.0-ohci", "generic-ohci";
                        reg = <0x60000 0x100>;
                        interrupts = <15>;
@@ -242,7 +242,7 @@ ohci@60000 {
                        dma-coherent;
                };
 
-               ehci@40000 {
+               usb@40000 {
                        compatible = "snps,hsdk-v1.0-ehci", "generic-ehci";
                        reg = <0x40000 0x100>;
                        interrupts = <15>;
index cbb179770293e784ad88dd4b4f1906dec3b7b309..90a412026e6433cb3e07d97c64e4aec879ef2c20 100644 (file)
@@ -46,7 +46,7 @@ ethernet@18000 {
                        clock-names = "stmmaceth";
                };
 
-               ehci@40000 {
+               usb@40000 {
                        compatible = "generic-ehci";
                        reg = < 0x40000 0x100 >;
                        interrupts = < 8 >;