Commit 52d53d93 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: exynos: add USB DWC3 supplies to Arndale



Add required voltage regulators for USB DWC3 block on Exynos5250 Arndale
board.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20220123111644.25540-3-krzysztof.kozlowski@canonical.com
parent 21fc7322
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -632,3 +632,8 @@ i2c_ddc: i2c-10 {
		#size-cells = <0>;
	};
};

&usbdrd {
	vdd10-supply = <&ldo15_reg>;
	vdd33-supply = <&ldo12_reg>;
};
+1 −1
Original line number Diff line number Diff line
@@ -634,7 +634,7 @@ i2s2: i2s@12d70000 {
			#sound-dai-cells = <1>;
		};

		usb_dwc3 {
		usbdrd: usb3 {
			compatible = "samsung,exynos5250-dwusb3";
			clocks = <&clock CLK_USB3>;
			clock-names = "usbdrd30";