diff options
author | Nikunj Kela <quic_nkela@quicinc.com> | 2024-09-05 21:30:16 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-10-29 23:03:39 +0300 |
commit | b4bd100500c0be2a9ac1655977f54806d1eb8195 (patch) | |
tree | d00b09549ff1faba96e792edee4c4c3183866930 /Documentation/devicetree/bindings/firmware | |
parent | 25136f046b84dbbe3cb8945666a2ecae487ddf3f (diff) | |
download | linux-b4bd100500c0be2a9ac1655977f54806d1eb8195.tar.xz |
dt-bindings: firmware: qcom,scm: document support for SA8255p
Add a compatible for the SA8255p platform's Secure Channel Manager
firmware interface.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com>
Link: https://lore.kernel.org/r/20240905183016.3742735-1-quic_nkela@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/firmware')
-rw-r--r-- | Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml index 1a6278e5571b..4ef7c7114cdd 100644 --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml @@ -43,6 +43,7 @@ properties: - qcom,scm-msm8998 - qcom,scm-qcm2290 - qcom,scm-qdu1000 + - qcom,scm-sa8255p - qcom,scm-sa8775p - qcom,scm-sar2130p - qcom,scm-sc7180 @@ -205,6 +206,7 @@ allOf: compatible: contains: enum: + - qcom,scm-sa8255p - qcom,scm-sa8775p then: properties: |