2022-09-03 18:23:44

by Iskren Chernev

[permalink] [raw]
Subject: [PATCH v2 2/9] dt-bindings: firmware: document Qualcomm SM6115 SCM

Document the compatible for Qualcomm SM6115 SCM.

Signed-off-by: Iskren Chernev <[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 9fdeee07702f..c5b76c9f7ad0 100644
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
@@ -44,6 +44,7 @@ properties:
- qcom,scm-sdm845
- qcom,scm-sdx55
- qcom,scm-sdx65
+ - qcom,scm-sm6115
- qcom,scm-sm6125
- qcom,scm-sm6350
- qcom,scm-sm8150
--
2.37.2


2022-09-03 19:02:05

by Caleb Connolly

[permalink] [raw]
Subject: Re: [PATCH v2 2/9] dt-bindings: firmware: document Qualcomm SM6115 SCM



On 03/09/2022 18:41, Iskren Chernev wrote:
> Document the compatible for Qualcomm SM6115 SCM.
>
> Signed-off-by: Iskren Chernev <[email protected]>

Reviewed-by: Caleb Connolly <[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 9fdeee07702f..c5b76c9f7ad0 100644
> --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
> +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
> @@ -44,6 +44,7 @@ properties:
> - qcom,scm-sdm845
> - qcom,scm-sdx55
> - qcom,scm-sdx65
> + - qcom,scm-sm6115
> - qcom,scm-sm6125
> - qcom,scm-sm6350
> - qcom,scm-sm8150
> --
> 2.37.2
>

--
Kind Regards,
Caleb

2022-09-03 19:36:02

by Caleb Connolly

[permalink] [raw]
Subject: Re: [PATCH v2 2/9] dt-bindings: firmware: document Qualcomm SM6115 SCM



On 03/09/2022 19:56, Caleb Connolly wrote:
>
>
> On 03/09/2022 18:41, Iskren Chernev wrote:
>> Document the compatible for Qualcomm  SM6115 SCM.
>>
>> Signed-off-by: Iskren Chernev <[email protected]>
>
> Reviewed-by: Caleb Connolly <[email protected]>

Nope, wrong email, please disregard and use

Reviewed-by: Caleb Connolly <[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 9fdeee07702f..c5b76c9f7ad0 100644
>> --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
>> +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
>> @@ -44,6 +44,7 @@ properties:
>>             - qcom,scm-sdm845
>>             - qcom,scm-sdx55
>>             - qcom,scm-sdx65
>> +          - qcom,scm-sm6115
>>             - qcom,scm-sm6125
>>             - qcom,scm-sm6350
>>             - qcom,scm-sm8150
>> --
>> 2.37.2
>>
>

--
Kind Regards,
Caleb

2022-09-04 19:24:11

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 2/9] dt-bindings: firmware: document Qualcomm SM6115 SCM

On 03/09/2022 20:41, Iskren Chernev wrote:
> Document the compatible for Qualcomm SM6115 SCM.
>
> Signed-off-by: Iskren Chernev <[email protected]>

There was such patch:
https://lore.kernel.org/all/[email protected]/

Acked-by: Krzysztof Kozlowski <[email protected]>


Best regards,
Krzysztof

2022-09-05 07:46:44

by Iskren Chernev

[permalink] [raw]
Subject: Re: [PATCH v2 2/9] dt-bindings: firmware: document Qualcomm SM6115 SCM



On 9/4/22 22:14, Krzysztof Kozlowski wrote:
> On 03/09/2022 20:41, Iskren Chernev wrote:
>> Document the compatible for Qualcomm SM6115 SCM.
>>
>> Signed-off-by: Iskren Chernev <[email protected]>
>
> There was such patch:
> https://lore.kernel.org/all/[email protected]/

Yep, but that patch is for .txt schema, and now the schema is .yaml. So if you
applied the other patchset and then ran dtbs_check it would still complain, so
I added a patch here, in case the other patchset is not updated. I hope such
a simple commit won't cause trouble (if you merge one and then try to merge the
other).

> Acked-by: Krzysztof Kozlowski <[email protected]>
>
>
> Best regards,
> Krzysztof

2022-09-08 19:59:08

by Guru Das Srinagesh

[permalink] [raw]
Subject: Re: [PATCH v2 2/9] dt-bindings: firmware: document Qualcomm SM6115 SCM

On Sep 03 2022 20:41, Iskren Chernev wrote:
> Document the compatible for Qualcomm SM6115 SCM.
>
> Signed-off-by: Iskren Chernev <[email protected]>

Reviewed-by: Guru Das Srinagesh <[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 9fdeee07702f..c5b76c9f7ad0 100644
> --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
> +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
> @@ -44,6 +44,7 @@ properties:
> - qcom,scm-sdm845
> - qcom,scm-sdx55
> - qcom,scm-sdx65
> + - qcom,scm-sm6115
> - qcom,scm-sm6125
> - qcom,scm-sm6350
> - qcom,scm-sm8150
> --
> 2.37.2
>