diff options
author | 2025-01-07 15:46:42 +0530 | |
---|---|---|
committer | 2025-01-18 16:17:04 -0600 | |
commit | 1122870325756abdaa6bac17b10613d1adc4eebf (patch) | |
tree | 68ed1512da57d23a534cbfe4b180fe3942f6b535 | |
parent | mailbox: qcom-ipcc: Reset CLEAR_ON_RECV_RD if set from boot firmware (diff) | |
download | wireguard-linux-1122870325756abdaa6bac17b10613d1adc4eebf.tar.xz wireguard-linux-1122870325756abdaa6bac17b10613d1adc4eebf.zip |
dt-bindings: mailbox: qcom: Add IPQ5424 APCS compatible
Add compatible for the Qualcomm IPQ5424 APCS block.
Signed-off-by: Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml index 9d2dfd85b207..9b2438726303 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml @@ -20,6 +20,7 @@ properties: - enum: - qcom,ipq5018-apcs-apps-global - qcom,ipq5332-apcs-apps-global + - qcom,ipq5424-apcs-apps-global - qcom,ipq8074-apcs-apps-global - qcom,ipq9574-apcs-apps-global - const: qcom,ipq6018-apcs-apps-global |