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

Commit fafce3d3 authored by Ashay Jaiswal's avatar Ashay Jaiswal
Browse files

ARM: msm: dts: Add a USB OTG regulator for APQ8084 liquid



USB OTG is powered via a TPD4S214 chip. This is enabled via
PMIC gpio 8. Add device definition for this.

Add additional USB specific handle for hdmi_vreg.

Change-Id: I4a742571251f12f5c9d1b20065996d2292e6cdbf
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent 66619aa7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -65,6 +65,14 @@
		enable-active-high;
		gpio = <&pma8084_mpps 7 0>;
	};

	usb0_vreg: usb0_vreg {
		compatible = "regulator-fixed";
		regulator-name = "usb0_vreg";
		startup-delay-us = <18000>; /* the on time of TPD4S214 */
		enable-active-high;
		gpio = <&pma8084_gpios 8 0>;
	};
};

/include/ "dsi-panel-jdi-1080p-video.dtsi"
+1 −1
Original line number Diff line number Diff line
@@ -516,7 +516,7 @@
		gpio = <&pma8084_gpios 20 0>;
	};

	hdmi_vreg: hdmi_vreg {
	vbus_det_vreg: hdmi_vreg: hdmi_vreg {
		compatible = "regulator-fixed";
		regulator-name = "hdmi_vreg";
		startup-delay-us = <400>;