2022-11-02 00:06:27

by Richard Acayan

[permalink] [raw]
Subject: [PATCH 3/4] dt-bindings: firmware: scm: add sdm670 compatible

The Snapdragon 670 uses SCM as for PSCI power management. Document the
appropriate compatible string for it.

Signed-off-by: Richard Acayan <[email protected]>
---
Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
index be1b5746eddb..25688571ee7c 100644
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
@@ -41,6 +41,7 @@ properties:
- qcom,scm-sc7180
- qcom,scm-sc7280
- qcom,scm-sc8280xp
+ - qcom,scm-sdm670
- qcom,scm-sdm845
- qcom,scm-sdx55
- qcom,scm-sdx65
--
2.38.1



2022-11-02 17:54:56

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 3/4] dt-bindings: firmware: scm: add sdm670 compatible


On Tue, 01 Nov 2022 19:57:21 -0400, Richard Acayan wrote:
> The Snapdragon 670 uses SCM as for PSCI power management. Document the
> appropriate compatible string for it.
>
> Signed-off-by: Richard Acayan <[email protected]>
> ---
> Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Acked-by: Rob Herring <[email protected]>

2022-11-02 18:10:14

by Guru Das Srinagesh

[permalink] [raw]
Subject: Re: [PATCH 3/4] dt-bindings: firmware: scm: add sdm670 compatible

On Nov 01 2022 19:57, Richard Acayan wrote:
> The Snapdragon 670 uses SCM as for PSCI power management. Document the
> appropriate compatible string for it.
>
> Signed-off-by: Richard Acayan <[email protected]>

Reviewed-by: Guru Das Srinagesh <[email protected]>