diff options
author | 2024-11-04 17:10:09 +0800 | |
---|---|---|
committer | 2025-01-07 08:35:34 -0600 | |
commit | 9a3c545b61ca574868cf624b1fb7ed5d66e86bd3 (patch) | |
tree | 5f986afacd7cbac64c03506390fb1d0b242037ec | |
parent | dt-bindings: mailbox: qcom,apcs-kpss-global: Document the qcs615 APSS (diff) | |
download | wireguard-linux-9a3c545b61ca574868cf624b1fb7ed5d66e86bd3.tar.xz wireguard-linux-9a3c545b61ca574868cf624b1fb7ed5d66e86bd3.zip |
dt-bindings: qcom,pdc: document QCS615 Power Domain Controller
Add a compatible for the Power Domain Controller on QCS615 platform.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com>
Link: https://lore.kernel.org/r/20241104-add_initial_support_for_qcs615-v5-2-9dde8d7b80b0@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 a54da66a89e7..c5c548555063 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml @@ -26,6 +26,7 @@ properties: compatible: items: - enum: + - qcom,qcs615-pdc - qcom,qdu1000-pdc - qcom,sa8255p-pdc - qcom,sa8775p-pdc |