Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdc38668 authored by Jaewon Kim's avatar Jaewon Kim Committed by Kukjin Kim
Browse files

ARM: dts: Enable USB node for exynos3250-rinato



This patch enables hsotg and usbphy node to use USB 2.0 Device.

Signed-off-by: default avatarJaewon Kim <jaewon02.kim@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent e0c6e929
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -125,6 +125,16 @@
	};
};

&exynos_usbphy {
	status = "okay";
};

&hsotg {
	vusb_d-supply = <&ldo15_reg>;
	vusb_a-supply = <&ldo12_reg>;
	status = "okay";
};

&i2c_0 {
	#address-cells = <1>;
	#size-cells = <0>;