Re: [PATCH V11 3/4] arm64: dts: qcom: Add support for ipq9574 SoC and RDP433 variant

From: Devi Priya
Date: Fri Apr 07 2023 - 10:09:53 EST




On 4/7/2023 7:36 PM, Marc Zyngier wrote:
On 2023-04-07 11:21, Devi Priya wrote:
On 4/4/2023 4:33 PM, Marc Zyngier wrote:
On 2023-04-04 11:16, Devi Priya wrote:
+            #address-cells = <1>;
+            #size-cells = <1>;
+            interrupt-controller;
+            #interrupt-cells = <3>;
+            interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;

Missing target CPU encoding.
Okay, will update the interrupts as below. Hope this is the expectation?
Please let us know if we are missing something
interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;

Yup.
Thanks!

        M.