Commit 061d0949 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: s5pv210: Use standard arrays of generic PHYs for EHCI/OHCI device



Move USB PHYs to a standard arrays for S5PV210 EHCI/OHCI devices. This
resolves the conflict between S5PV210 EHCI/OHCI sub-nodes and generic USB
device bindings.

Suggested-by: default avatarMåns Rullgård <mans@mansr.com>
Suggested-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220314181948.246434-3-krzysztof.kozlowski@canonical.com
parent ab92681c
Loading
Loading
Loading
Loading
+4 −14
Original line number Diff line number Diff line
@@ -434,14 +434,9 @@
			interrupt-parent = <&vic1>;
			clocks = <&clocks CLK_USB_HOST>;
			clock-names = "usbhost";
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";

			port@0 {
				reg = <0>;
			phys = <&usbphy 1>;
			};
			phy-names = "host";
			status = "disabled";
		};

		ohci: usb@ec300000 {
@@ -451,14 +446,9 @@
			interrupt-parent = <&vic1>;
			clocks = <&clocks CLK_USB_HOST>;
			clock-names = "usbhost";
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";

			port@0 {
				reg = <0>;
			phys = <&usbphy 1>;
			};
			phy-names = "host";
			status = "disabled";
		};

		mfc: codec@f1700000 {