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

Commit 76cb3416 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 857ecdfb ea27d6f0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -40,6 +40,11 @@ properties:
    Value type: <string>
    Definition: Must be "eud_irq"

  interrupt-mask:
    Usage: optional
    Value type: <prop-encoded-array>
    Definition: offset of the interrupt mask for apps if not INT1

  reg-names:
    Usage: optional
    Value type: <string>
+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";