diff options
author | Abel Vesa <abel.vesa@linaro.org> | 2023-02-07 14:46:46 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-02-08 15:51:52 -0800 |
commit | b9fd335389776b7bfd7db4dfdd57c1bfe29c54e1 (patch) | |
tree | c16bc5483aee9bb3902e5754e8a43544b5625d3d /Documentation/devicetree/bindings/firmware | |
parent | 27d71e8063d99b4429832bc52de171ace6b1e562 (diff) | |
download | lwn-b9fd335389776b7bfd7db4dfdd57c1bfe29c54e1.tar.gz lwn-b9fd335389776b7bfd7db4dfdd57c1bfe29c54e1.zip |
dt-bindings: firmware: document Qualcomm SM8550 SCM
Document the compatible for Qualcomm SM8550 SCM.
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230207-topic-sm8550-upstream-scm-bindings-v2-1-ca12bd33fa1c@linaro.org
Diffstat (limited to 'Documentation/devicetree/bindings/firmware')
-rw-r--r-- | Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml index fd3c787e44a8..a66e99812b1f 100644 --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml @@ -55,6 +55,7 @@ properties: - qcom,scm-sm8250 - qcom,scm-sm8350 - qcom,scm-sm8450 + - qcom,scm-sm8550 - qcom,scm-qcs404 - const: qcom,scm @@ -166,6 +167,7 @@ allOf: contains: enum: - qcom,scm-sm8450 + - qcom,scm-sm8550 then: properties: interconnects: false @@ -178,6 +180,7 @@ allOf: contains: enum: - qcom,scm-sm8450 + - qcom,scm-sm8550 then: properties: interrupts: false |