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

Commit 09a13464 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Fix USB interrupt-map property for MSM8996 ADP"

parents 1068ccd4 02344e85
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -802,13 +802,15 @@

&usb3 {
	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 133 0
			 0x0 1 &intc 0 180 0
			 0x0 2 &spmi_bus 0x0 0x0 0x9 0x0>;
	interrupt-names = "hs_phy_irq", "pwr_event_irq", "pmic_id_irq";
	interrupt-map = <0x0 0 &intc 0 0 347 0
			 0x0 1 &intc 0 0 243 0
			 0x0 2 &intc 0 0 180 0
			 0x0 3 &spmi_bus 0x0 0x0 0x9 0x0>;
	interrupt-names = "hs_phy_irq", "ss_phy_irq", "pwr_event_irq",
				"pmic_id_irq";

	vbus_dwc3-supply = <&usb_otg_switch>;
	vdda33-supply = <&pm8994_l24>;