Re: [PATCH v4 1/8] dt-bindings: serial: describe SA8255p

From: Praveen Talari
Date: Sun May 04 2025 - 22:30:58 EST


Hi Krzysztof

On 5/4/2025 10:39 PM, Krzysztof Kozlowski wrote:
On Fri, May 02, 2025 at 10:44:10PM GMT, Praveen Talari wrote:
+required:
+ - compatible
+ - reg
+ - interrupts
+ - power-domains
+ - power-domain-names
+
+unevaluatedProperties: false
+
+examples:
+ - |
+ #include <dt-bindings/interrupt-controller/arm-gic.h>
+
+ serial@990000 {
+ compatible = "qcom,sa8255p-geni-uart";
+ reg = <0x990000 0x4000>;
+ interrupts = <GIC_SPI 531 IRQ_TYPE_LEVEL_HIGH>;
Why isn't here wakeup interrupt? Commit msg also does not help me to
understand why number of interrupts varies.

Currently we are not using wake-irq because it is optional for our current implementation.

this irq configuration is same as sa87750.dtsi.


Thanks,

Praveen talari


Best regards,
Krzysztof