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 <quic_molvera@quicinc.com>
This commit is contained in:
@@ -820,7 +820,8 @@
|
||||
eud: qcom,msm-eud@88e0000 {
|
||||
compatible = "qcom,msm-eud";
|
||||
interrupt-names = "eud_irq";
|
||||
interrupts = <GIC_SPI 756 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-parent = <&pdc>;
|
||||
interrupts = <11 IRQ_TYPE_LEVEL_HIGH>;
|
||||
reg = <0x88e0000 0x2000>,
|
||||
<0x88e2000 0x1000>;
|
||||
reg-names = "eud_base", "eud_mode_mgr2";
|
||||
|
Reference in New Issue
Block a user