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

Commit f2259d87 authored by Jack Pham's avatar Jack Pham
Browse files

ARM: dts: msm: Add PMIC ID IRQ to USB on apq8084



Add an entry for PMIC ID IRQ which is used for
USB host mode detection.

Change-Id: Iec9dfe6e40c8d5a027564146e054916d78319658
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent d420c132
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -769,8 +769,15 @@
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;
		interrupts = <0 133 0>;
		interrupt-names = "hs_phy_irq";

		interrupt-parent = <&usb3>;
		interrupts = <0 1>;
		#interrupt-cells = <1>;
		interrupt-map-mask = <0x0 0xffffffff>;
		interrupt-map = <0x0 0 &intc 0 133 0
				 0x0 1 &spmi_bus 0x0 0x0 0x9 0x0>;
		interrupt-names = "hs_phy_irq", "pmic_id_irq";

		USB3_GDSC-supply = <&gdsc_usb30>;
		ssusb_vdd_dig-supply = <&pma8084_s1>;
		SSUSB_1p8-supply = <&pma8084_l6>;
@@ -779,6 +786,8 @@
		HSUSB_3p3-supply = <&pma8084_l24>;
		qcom,dwc-usb3-msm-dbm-eps = <4>;
		qcom,vdd-voltage-level = <0 900000 1050000>;
		qcom,otg-capability;
		qcom,misc-ref = <&pma8084_misc>;

		dwc3@f9200000 {
			compatible = "synopsys,dwc3";