Commit 74abbfe9 authored by Serge Semin's avatar Serge Semin Committed by Florian Fainelli
Browse files

ARM: dts: BCM5301X: 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 avatarFlorian Fainelli <f.fainelli@gmail.com>
Acked-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 1ca5f243
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ usb2: usb2@21000 {

			interrupt-parent = <&gic>;

			ehci: ehci@21000 {
			ehci: usb@21000 {
				#usb-cells = <0>;

				compatible = "generic-ehci";
@@ -287,7 +287,7 @@ ehci_port2: port@2 {
				};
			};

			ohci: ohci@22000 {
			ohci: usb@22000 {
				#usb-cells = <0>;

				compatible = "generic-ohci";
+2 −2
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ usb2: usb2@4000 {
			#address-cells = <1>;
			#size-cells = <1>;

			ehci: ehci@4000 {
			ehci: usb@4000 {
				compatible = "generic-ehci";
				reg = <0x4000 0x1000>;
				interrupt-parent = <&gic>;
@@ -155,7 +155,7 @@ ehci_port2: port@2 {
				};
			};

			ohci: ohci@d000 {
			ohci: usb@d000 {
				#usb-cells = <0>;

				compatible = "generic-ohci";