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

Commit bcb2b30b authored by Azhar Shaikh's avatar Azhar Shaikh
Browse files

ARM: dts: msm: Add pmic-id IRQ for mdmcalifornium to support HOST mode



Add an IRQ for the USB_ID line from PMIC to support USB host mode.

Change-Id: Id0af8576026c8a53f226b087e11038bb4ab7e3d8
Signed-off-by: default avatarAzhar Shaikh <azhars@codeaurora.org>
parent bc75df7d
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -22,13 +22,15 @@
		ranges;

		interrupt-parent = <&usb3>;
		interrupts = <0 1 2>;
		interrupts = <0 1 2 3>;
		#interrupt-cells = <1>;
		interrupt-map-mask = <0x0 0xffffffff>;
		interrupt-map = <0x0 0 &intc 0 202 0
				 0x0 1 &intc 0 203 0
				 0x0 2 &intc 0 180 0>;
		interrupt-names = "hs_phy_irq", "ss_phy_irq", "pwr_event_irq";
				 0x0 2 &intc 0 180 0
				 0x0 3 &spmi_bus 0x0 0x0 0xc4 0x0>;
		interrupt-names = "hs_phy_irq", "ss_phy_irq", "pwr_event_irq",
				"pmic_id_irq";
		USB3_GDSC-supply = <&gdsc_usb30>;
		vdda33-supply = <&pmdcalifornium_l10>;
		vdda18-supply = <&pmdcalifornium_l5>;