diff options
author | Bjorn Andersson <quic_bjorande@quicinc.com> | 2024-05-25 21:05:31 +0300 |
---|---|---|
committer | Rob Herring (Arm) <robh@kernel.org> | 2024-07-09 02:40:30 +0300 |
commit | e69956584ddf90b83fa89b113f4960b8d653d4d2 (patch) | |
tree | 14f0355d94a850236dadaa4fea8193a0be90e872 | |
parent | dc12273fa3d8a84f1e2def49bcf93bea59480f68 (diff) | |
download | linux-e69956584ddf90b83fa89b113f4960b8d653d4d2.tar.xz |
dt-bindings: interrupt-controller: qcom,pdc: Add sc8180x PDC
The SC8180X platform has a PDC block, add a compatible for this.
Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240525-sc8180x-pdc-binding-compatible-v1-1-17031c85ed69@quicinc.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
-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 4bdc8321904b..985fa10abb99 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml @@ -30,6 +30,7 @@ properties: - qcom,sa8775p-pdc - qcom,sc7180-pdc - qcom,sc7280-pdc + - qcom,sc8180x-pdc - qcom,sc8280xp-pdc - qcom,sdm670-pdc - qcom,sdm845-pdc |