diff options
author | Nikunj Kela <[email protected]> | 2024-09-05 12:15:10 -0700 |
---|---|---|
committer | Rob Herring (Arm) <[email protected]> | 2024-09-13 14:01:34 -0500 |
commit | 7bab88f173af2991df1ef4ff5d81292f58114d10 (patch) | |
tree | a87320a1ae0fd1d3fe3bdd7d39835cd99e3eee1e | |
parent | a7fcc23274299209b19171911911fcd6b6c26bf7 (diff) |
dt-bindings: interrupt-controller: qcom-pdc: document support for SA8255p
Add compatible for pdc interrupt controller representing support on
SA8255p.
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Nikunj Kela <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring (Arm) <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml index 985fa10abb99..b1ea08a41bb0 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml @@ -27,6 +27,7 @@ properties: items: - enum: - qcom,qdu1000-pdc + - qcom,sa8255p-pdc - qcom,sa8775p-pdc - qcom,sc7180-pdc - qcom,sc7280-pdc |