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

Commit edef3e13 authored by Arun KS's avatar Arun KS
Browse files

ARM: dts: msm: Add new GDSC device for usb30



New GDSC device of usb3.0 supported which could be requested from
usb clients.

Change-Id: If5ebe7f7022f3f35747b5943e8d9e01a0b9f88f5
Signed-off-by: default avatarArun KS <arunks@codeaurora.org>
parent 8c550138
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -81,4 +81,11 @@
		reg = <0x185904c 0x4>;
		status = "disabled";
	};

	gdsc_usb30: qcom,gdsc@183f078 {
		compatible = "qcom,gdsc";
		regulator-name = "gdsc_usb30";
		reg = <0x183f078 0x4>;
		status = "disabled";
	};
};