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

Commit 0d192184 authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

ARM: dts: msm: Use the PDC interrupt parent for EUD



Update the EUD interrupt property to use the pdc controller as EUD is
wakeup capable.

Change-Id: Ieffa9a0d7c6eada4f1ef83ad6b5fd1609046b12f
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 364475ab
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2407,7 +2407,8 @@
	qcom,msm-eud@ff0000 {
		compatible = "qcom,msm-eud";
		interrupt-names = "eud_irq";
		interrupts = <GIC_SPI 491 IRQ_TYPE_LEVEL_HIGH>;
		interrupt-parent = <&pdc>;
		interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
		reg = <0x088E0000 0x2000>,
			<0x088E2000 0x1000>;
		reg-names = "eud_base", "eud_mode_mgr2";