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

Commit ea27d6f0 authored by Melody Olvera's avatar Melody Olvera
Browse files

ARM: dts: msm: Add interrupt mask offset for EUD for sdxlemur

The EUD driver defaults to using INT1 for its interrupt mask.
However, on sdxlemur, this interrupt does not serve the apps
processor, so add the offset of the interrupt mask to the
device tree entry for EUD on sdxlemur.

Change-Id: I48e36cfead5f3b47ae97f4088cd019994654309e
parent f46e48f2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -412,6 +412,7 @@
		interrupt-names = "eud_irq";
		interrupt-parent = <&pdc>;
		interrupts = <15 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-mask = <0x30>;
		reg = <0xff0000 0x2000>,
			<0xff2000 0x1000>;
		reg-names = "eud_base", "eud_mode_mgr2";