[PATCH 2/5] dt-bindings: interrupt-controller: qcom,pdc: Document reg and QMP

From: Maulik Shah

Date: Thu Mar 12 2026 - 12:05:04 EST


Document PDC reg to configure pass through or secondary controller mode
for GPIO IRQs.
Document QMP handle for action concerning global resources.

Signed-off-by: Maulik Shah <maulik.shah@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
index 5ad68b2c6fc630fb4044c7224e6791d3bf4c2937..00eb9b28170c29c811c17b1f02f1f4f14779752f 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
@@ -62,6 +62,7 @@ properties:
items:
- description: PDC base register region
- description: Edge or Level config register for SPI interrupts
+ - description: PDC config for pass through or secondary IRQ mode for GPIOs

'#interrupt-cells':
const: 2
@@ -82,6 +83,10 @@ properties:
The tuples indicates the valid mapping of valid PDC ports
and their hwirq mapping.

+ qcom,qmp:
+ $ref: /schemas/types.yaml#/definitions/phandle
+ description: Reference to the AOSS side-channel message RAM.
+
required:
- compatible
- reg

--
2.34.1