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

Commit c07f5596 authored by David Keitel's avatar David Keitel
Browse files

ARM: dts: msm: fix SID for USB ID interrupt on MSM8974Pro-AC



On 8974 Pro AC devices the USB ID lives on the MISC
peripheral on PM8941. The SID for this is 2 and not
0.

Fix this by changing the SID to the correct number
in the interrupt map of the qcom,ssusb node usb3.

CRs-Fixed: 536648
Change-Id: I063add1089467ffbfa66697cfdb207e5ae7c4613
Signed-off-by: default avatarDavid Keitel <dkeitel@codeaurora.org>
parent 07ca70b0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -102,6 +102,10 @@
	vbus_dwc3-supply = <&pm8941_mvs1>;
	qcom,misc-ref = <&pm8941_misc>;
	dwc_usb3-adc_tm = <&pm8941_adc_tm>;
	interrupt-map-mask = <0x0 0xffffffff>;
	interrupt-map = <0x0 0 &intc 0 133 0
			0x0 1 &spmi_bus 0x0 0x2 0x9 0x0>;
	interrupt-names = "hs_phy_irq", "pmic_id_irq";
};

/* Correct PM8941 local slave ID 0 to use global SID 4 for all interrupts. */