This patch series adds support for SCM and mailbox as found on the QCOM
MSM8976 platform.
Adam Skladowski (4):
dt-bindings: mailbox: Add compatible for the MSM8976
mailbox: qcom-apcs-ipc: Add compatible for MSM8976 SoC
dt-bindings: firmware: qcom-scm: Document msm8976 bindings
firmware: qcom_scm: Add compatible for MSM8976 SoC
Documentation/devicetree/bindings/firmware/qcom,scm.txt | 3 ++-
.../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 1 +
drivers/firmware/qcom_scm.c | 4 ++++
drivers/mailbox/qcom-apcs-ipc-mailbox.c | 1 +
4 files changed, 8 insertions(+), 1 deletion(-)
--
2.25.1
Add the mailbox compatible for the MSM8976 SoC.
Signed-off-by: Adam Skladowski <[email protected]>
---
.../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
index 01e9d9155c836..3b5ba7ecc19d9 100644
--- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
+++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
@@ -21,6 +21,7 @@ properties:
- qcom,msm8916-apcs-kpss-global
- qcom,msm8939-apcs-kpss-global
- qcom,msm8953-apcs-kpss-global
+ - qcom,msm8976-apcs-kpss-global
- qcom,msm8994-apcs-kpss-global
- qcom,msm8996-apcs-hmss-global
- qcom,msm8998-apcs-hmss-global
--
2.25.1