From 714298d684e13548b1cedfa7e190f08d06a77c93 Mon Sep 17 00:00:00 2001 From: Melody Olvera Date: Mon, 20 Nov 2023 08:57:14 -0800 Subject: [PATCH] ARM: dts: msm: qcom: Update EUD dt node to route through pdc EUD node was set to bypass the pdc since the pdc node was unavailable. Now that it's available, set the interrupt parent to the pdc and adjust the EUD node accordingly. Change-Id: I2516315753a3452d66b9cad3e6bdc089bb8dcd6c Signed-off-by: Melody Olvera --- qcom/sun.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index b0df993d..607bbb9a 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -820,7 +820,8 @@ eud: qcom,msm-eud@88e0000 { compatible = "qcom,msm-eud"; interrupt-names = "eud_irq"; - interrupts = ; + interrupt-parent = <&pdc>; + interrupts = <11 IRQ_TYPE_LEVEL_HIGH>; reg = <0x88e0000 0x2000>, <0x88e2000 0x1000>; reg-names = "eud_base", "eud_mode_mgr2";