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

Commit 47864d87 authored by Jack Pham's avatar Jack Pham
Browse files

ARM: dts: msm: Enable USB VBUS detection on APQ8084 Liquid



APQ8084 Liquid routes USB0 port to a TPD4S214 chip to do VBUS
detection. This will enable USB cable connect/disconnect detection
on this platform. This differs from CDP/MTP targets which have an
SMB349 charger IC and is handled by a separate driver.

Change-Id: I071641bb5ad6389365466fbef3d919f5aa54f7b1
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent 543e4d4f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -73,6 +73,14 @@
		enable-active-high;
		gpio = <&pma8084_gpios 8 0>;
	};

	usb_detect {
		compatible = "qcom,qpnp-usbdetect";
		interrupt-parent = <&spmi_bus>;
		interrupts = <0x0 0xca 0x0>;  /* PMA8084 GPIO 11 */
		interrupt-names = "vbus_det_irq";
		vin-supply = <&vbus_det_vreg>;
	};
};

/include/ "dsi-panel-jdi-1080p-video.dtsi"