diff options
author | Nikunj Kela <quic_nkela@quicinc.com> | 2024-09-05 21:15:10 +0200 |
---|---|---|
committer | Rob Herring (Arm) <robh@kernel.org> | 2024-09-13 21:01:34 +0200 |
commit | 7bab88f173af2991df1ef4ff5d81292f58114d10 (patch) | |
tree | a87320a1ae0fd1d3fe3bdd7d39835cd99e3eee1e /Documentation/devicetree/bindings/interrupt-controller | |
parent | dt-bindings: Fix various typos (diff) | |
download | linux-7bab88f173af2991df1ef4ff5d81292f58114d10.tar.xz linux-7bab88f173af2991df1ef4ff5d81292f58114d10.zip |
dt-bindings: interrupt-controller: qcom-pdc: document support for SA8255p
Add compatible for pdc interrupt controller representing support on
SA8255p.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com>
Link: https://lore.kernel.org/r/20240905191510.3775179-1-quic_nkela@quicinc.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller')
-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 |