Commit c8f87858 authored by Serge Semin's avatar Serge Semin Committed by Vineet Gupta
Browse files

arc: dts: Harmonize EHCI/OHCI DT nodes name



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: default avatarSerge Semin <Sergey.Semin@baikalelectronics.ru>
Acked-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
Acked-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarVineet Gupta <vgupta@kernel.org>
parent a1db7ad3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -103,11 +103,11 @@
			dma-coherent;
		};

		ehci@40000 {
		usb@40000 {
			dma-coherent;
		};

		ohci@60000 {
		usb@60000 {
			dma-coherent;
		};

+2 −2
Original line number Diff line number Diff line
@@ -110,11 +110,11 @@
			dma-coherent;
		};

		ehci@40000 {
		usb@40000 {
			dma-coherent;
		};

		ohci@60000 {
		usb@60000 {
			dma-coherent;
		};

+2 −2
Original line number Diff line number Diff line
@@ -87,13 +87,13 @@
			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 >;
+2 −2
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@
			};
		};

		ohci@60000 {
		usb@60000 {
			compatible = "snps,hsdk-v1.0-ohci", "generic-ohci";
			reg = <0x60000 0x100>;
			interrupts = <15>;
@@ -242,7 +242,7 @@
			dma-coherent;
		};

		ehci@40000 {
		usb@40000 {
			compatible = "snps,hsdk-v1.0-ehci", "generic-ehci";
			reg = <0x40000 0x100>;
			interrupts = <15>;
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@
			clock-names = "stmmaceth";
		};

		ehci@40000 {
		usb@40000 {
			compatible = "generic-ehci";
			reg = < 0x40000 0x100 >;
			interrupts = < 8 >;