diff options
author | 2024-10-21 16:04:27 -0700 | |
---|---|---|
committer | 2024-11-05 14:44:25 -0800 | |
commit | 4cadd106208143a919c957171a0634e16fd32f82 (patch) | |
tree | 1c3276d897697a4b4f6861f1c46c353e45ef6501 | |
parent | firmware: qcom: uefisecapp: Allow X1E Devkit devices (diff) | |
download | wireguard-linux-4cadd106208143a919c957171a0634e16fd32f82.tar.xz wireguard-linux-4cadd106208143a919c957171a0634e16fd32f82.zip |
dt-bindings: firmware: qcom,scm: Document sm8750 SCM
Document the scm compatible for sm8750 SoC.
Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20241021230427.2632466-1-quic_molvera@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-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 4c361789de5d..2ee030000007 100644 --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml @@ -67,6 +67,7 @@ properties: - qcom,scm-sm8450 - qcom,scm-sm8550 - qcom,scm-sm8650 + - qcom,scm-sm8750 - qcom,scm-qcs404 - qcom,scm-x1e80100 - const: qcom,scm @@ -198,6 +199,7 @@ allOf: - qcom,scm-sm8450 - qcom,scm-sm8550 - qcom,scm-sm8650 + - qcom,scm-sm8750 then: properties: interrupts: false |