diff options
author | 2024-05-25 11:05:31 -0700 | |
---|---|---|
committer | 2024-07-08 17:40:30 -0600 | |
commit | e69956584ddf90b83fa89b113f4960b8d653d4d2 (patch) | |
tree | 14f0355d94a850236dadaa4fea8193a0be90e872 | |
parent | PCI: of_property: Add interrupt-controller property in PCI device nodes (diff) | |
download | wireguard-linux-e69956584ddf90b83fa89b113f4960b8d653d4d2.tar.xz wireguard-linux-e69956584ddf90b83fa89b113f4960b8d653d4d2.zip |
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 |