* [PATCH] dt-bindings: firmware: qcom,scm: Document SCM on Shikra SoC
@ 2026-05-01 17:53 Komal Bajaj
2026-05-04 11:03 ` Krzysztof Kozlowski
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Komal Bajaj @ 2026-05-01 17:53 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Robert Marko, Guru Das Srinagesh
Cc: linux-arm-msm, devicetree, linux-kernel, Komal Bajaj
Document the SCM compatible for the Shikra SoC.
Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
---
Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
index 7918d31f58b4..bb1e0a0d1d3c 100644
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
@@ -65,6 +65,7 @@ properties:
- qcom,scm-sdx55
- qcom,scm-sdx65
- qcom,scm-sdx75
+ - qcom,scm-shikra
- qcom,scm-sm6115
- qcom,scm-sm6125
- qcom,scm-sm6350
@@ -146,6 +147,7 @@ allOf:
- qcom,scm-msm8974
- qcom,scm-msm8976
- qcom,scm-qcm2290
+ - qcom,scm-shikra
- qcom,scm-sm6375
then:
required:
@@ -165,6 +167,7 @@ allOf:
- qcom,scm-msm8660
- qcom,scm-msm8960
- qcom,scm-qcm2290
+ - qcom,scm-shikra
- qcom,scm-sm6375
then:
properties:
---
base-commit: 39704f00f747aba3144289870b5fd8ac230a9aaf
change-id: 20260501-shikra-scm-binding-a7ff5fabd0f2
Best regards,
--
Komal Bajaj <komal.bajaj@oss.qualcomm.com>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: firmware: qcom,scm: Document SCM on Shikra SoC
2026-05-01 17:53 [PATCH] dt-bindings: firmware: qcom,scm: Document SCM on Shikra SoC Komal Bajaj
@ 2026-05-04 11:03 ` Krzysztof Kozlowski
2026-05-08 6:24 ` Komal Bajaj
2026-05-14 15:51 ` Krzysztof Kozlowski
2026-07-14 22:26 ` Rob Herring
2 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2026-05-04 11:03 UTC (permalink / raw)
To: Komal Bajaj
Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Robert Marko, Guru Das Srinagesh, linux-arm-msm,
devicetree, linux-kernel
On Fri, May 01, 2026 at 11:23:46PM +0530, Komal Bajaj wrote:
> Document the SCM compatible for the Shikra SoC.
>
> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
> ---
> Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
> index 7918d31f58b4..bb1e0a0d1d3c 100644
> --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
> +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
> @@ -65,6 +65,7 @@ properties:
> - qcom,scm-sdx55
> - qcom,scm-sdx65
> - qcom,scm-sdx75
> + - qcom,scm-shikra
> - qcom,scm-sm6115
> - qcom,scm-sm6125
> - qcom,scm-sm6350
> @@ -146,6 +147,7 @@ allOf:
> - qcom,scm-msm8974
> - qcom,scm-msm8976
> - qcom,scm-qcm2290
> + - qcom,scm-shikra
> - qcom,scm-sm6375
> then:
> required:
> @@ -165,6 +167,7 @@ allOf:
> - qcom,scm-msm8660
> - qcom,scm-msm8960
> - qcom,scm-qcm2290
> + - qcom,scm-shikra
> - qcom,scm-sm6375
This looks wrong or the diff hunks are confusing. Aren't you changing
one if:then: block for clocks and then second different one which
disallows clocks?
dtbs_check on your DTS would tell you...
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: firmware: qcom,scm: Document SCM on Shikra SoC
2026-05-04 11:03 ` Krzysztof Kozlowski
@ 2026-05-08 6:24 ` Komal Bajaj
2026-05-14 15:53 ` Krzysztof Kozlowski
0 siblings, 1 reply; 8+ messages in thread
From: Komal Bajaj @ 2026-05-08 6:24 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Robert Marko, Guru Das Srinagesh, linux-arm-msm,
devicetree, linux-kernel
On 5/4/2026 4:33 PM, Krzysztof Kozlowski wrote:
> On Fri, May 01, 2026 at 11:23:46PM +0530, Komal Bajaj wrote:
>> Document the SCM compatible for the Shikra SoC.
>>
>> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
>> ---
>> Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
>> index 7918d31f58b4..bb1e0a0d1d3c 100644
>> --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
>> +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
>> @@ -65,6 +65,7 @@ properties:
>> - qcom,scm-sdx55
>> - qcom,scm-sdx65
>> - qcom,scm-sdx75
>> + - qcom,scm-shikra
>> - qcom,scm-sm6115
>> - qcom,scm-sm6125
>> - qcom,scm-sm6350
>> @@ -146,6 +147,7 @@ allOf:
>> - qcom,scm-msm8974
>> - qcom,scm-msm8976
>> - qcom,scm-qcm2290
>> + - qcom,scm-shikra
>> - qcom,scm-sm6375
>> then:
>> required:
>> @@ -165,6 +167,7 @@ allOf:
>> - qcom,scm-msm8660
>> - qcom,scm-msm8960
>> - qcom,scm-qcm2290
>> + - qcom,scm-shikra
>> - qcom,scm-sm6375
> This looks wrong or the diff hunks are confusing. Aren't you changing
> one if:then: block for clocks and then second different one which
> disallows clocks?
>
> dtbs_check on your DTS would tell you...
The two hunks touch two separate allOf blocks:
- Block 1 (required: [clocks, clock-names]): SoCs that need clocks at all
- Block 2 (clock-names: [core], clocks maxItems: SoCs using exactly one
clock named core
Both hunks are intentional.
Verified with dtbs_check — no complaints.
Thanks
Komal
>
> Best regards,
> Krzysztof
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: firmware: qcom,scm: Document SCM on Shikra SoC
2026-05-01 17:53 [PATCH] dt-bindings: firmware: qcom,scm: Document SCM on Shikra SoC Komal Bajaj
2026-05-04 11:03 ` Krzysztof Kozlowski
@ 2026-05-14 15:51 ` Krzysztof Kozlowski
2026-05-26 17:52 ` Komal Bajaj
2026-07-14 22:26 ` Rob Herring
2 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2026-05-14 15:51 UTC (permalink / raw)
To: Komal Bajaj, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Robert Marko,
Guru Das Srinagesh
Cc: linux-arm-msm, devicetree, linux-kernel
On 01/05/2026 19:53, Komal Bajaj wrote:
> Document the SCM compatible for the Shikra SoC.
>
> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
> ---
> Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 3 +++
> 1 file changed, 3 insertions(+)
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: firmware: qcom,scm: Document SCM on Shikra SoC
2026-05-08 6:24 ` Komal Bajaj
@ 2026-05-14 15:53 ` Krzysztof Kozlowski
0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2026-05-14 15:53 UTC (permalink / raw)
To: Komal Bajaj
Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Robert Marko, Guru Das Srinagesh, linux-arm-msm,
devicetree, linux-kernel
On 08/05/2026 08:24, Komal Bajaj wrote:
>>> then:
>>> required:
>>> @@ -165,6 +167,7 @@ allOf:
>>> - qcom,scm-msm8660
>>> - qcom,scm-msm8960
>>> - qcom,scm-qcm2290
>>> + - qcom,scm-shikra
>>> - qcom,scm-sm6375
>> This looks wrong or the diff hunks are confusing. Aren't you changing
>> one if:then: block for clocks and then second different one which
>> disallows clocks?
>>
>> dtbs_check on your DTS would tell you...
>
> The two hunks touch two separate allOf blocks:
>
> - Block 1 (required: [clocks, clock-names]): SoCs that need clocks at all
> - Block 2 (clock-names: [core], clocks maxItems: SoCs using exactly one
> clock named core
>
> Both hunks are intentional.
> Verified with dtbs_check — no complaints.
Yes, you are right.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: firmware: qcom,scm: Document SCM on Shikra SoC
2026-05-14 15:51 ` Krzysztof Kozlowski
@ 2026-05-26 17:52 ` Komal Bajaj
2026-07-14 22:24 ` Rob Herring
0 siblings, 1 reply; 8+ messages in thread
From: Komal Bajaj @ 2026-05-26 17:52 UTC (permalink / raw)
To: Krzysztof Kozlowski, Bjorn Andersson, Konrad Dybcio, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Robert Marko,
Guru Das Srinagesh
Cc: linux-arm-msm, devicetree, linux-kernel
On 5/14/2026 9:21 PM, Krzysztof Kozlowski wrote:
> On 01/05/2026 19:53, Komal Bajaj wrote:
>> Document the SCM compatible for the Shikra SoC.
>>
>> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
>> ---
>> Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 3 +++
>> 1 file changed, 3 insertions(+)
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Gentle ping — patches have Reviewed-by.
Thanks
Komal
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: firmware: qcom,scm: Document SCM on Shikra SoC
2026-05-26 17:52 ` Komal Bajaj
@ 2026-07-14 22:24 ` Rob Herring
0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2026-07-14 22:24 UTC (permalink / raw)
To: Komal Bajaj
Cc: Krzysztof Kozlowski, Bjorn Andersson, Konrad Dybcio,
Krzysztof Kozlowski, Conor Dooley, Robert Marko,
Guru Das Srinagesh, linux-arm-msm, devicetree, linux-kernel
On Tue, May 26, 2026 at 12:52 PM Komal Bajaj
<komal.bajaj@oss.qualcomm.com> wrote:
>
> On 5/14/2026 9:21 PM, Krzysztof Kozlowski wrote:
> > On 01/05/2026 19:53, Komal Bajaj wrote:
> >> Document the SCM compatible for the Shikra SoC.
> >>
> >> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
> >> ---
> >> Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 3 +++
> >> 1 file changed, 3 insertions(+)
> >
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
>
> Gentle ping — patches have Reviewed-by.
In the future, send this with the .dts files that use them to make it
easy for Bjorn to apply. IOW, don't send .dts series that are going to
add DT warnings.
I don't need to be chasing down new QCom DT warnings. Figure this shit out.
Rob
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] dt-bindings: firmware: qcom,scm: Document SCM on Shikra SoC
2026-05-01 17:53 [PATCH] dt-bindings: firmware: qcom,scm: Document SCM on Shikra SoC Komal Bajaj
2026-05-04 11:03 ` Krzysztof Kozlowski
2026-05-14 15:51 ` Krzysztof Kozlowski
@ 2026-07-14 22:26 ` Rob Herring
2 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2026-07-14 22:26 UTC (permalink / raw)
To: Komal Bajaj
Cc: Bjorn Andersson, Konrad Dybcio, Krzysztof Kozlowski, Conor Dooley,
Robert Marko, Guru Das Srinagesh, linux-arm-msm, devicetree,
linux-kernel
On Fri, May 01, 2026 at 11:23:46PM +0530, Komal Bajaj wrote:
> Document the SCM compatible for the Shikra SoC.
>
> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
> ---
> Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 3 +++
> 1 file changed, 3 insertions(+)
Applied.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2026-07-14 22:26 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-01 17:53 [PATCH] dt-bindings: firmware: qcom,scm: Document SCM on Shikra SoC Komal Bajaj
2026-05-04 11:03 ` Krzysztof Kozlowski
2026-05-08 6:24 ` Komal Bajaj
2026-05-14 15:53 ` Krzysztof Kozlowski
2026-05-14 15:51 ` Krzysztof Kozlowski
2026-05-26 17:52 ` Komal Bajaj
2026-07-14 22:24 ` Rob Herring
2026-07-14 22:26 ` Rob Herring
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.