* [PATCH] dt-bindings: clock: qcom,kaanapali-gxclkctl: Correctly use additionalProperties
@ 2026-04-04 10:54 Krzysztof Kozlowski
2026-04-06 3:55 ` Taniya Das
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-04-04 10:54 UTC (permalink / raw)
To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Taniya Das, linux-arm-msm,
linux-clk, devicetree, linux-kernel
Cc: Krzysztof Kozlowski
The binding does not reference any other schema, thus should use
"additionalProperties: false" to disallow any undocumented properties.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
---
.../devicetree/bindings/clock/qcom,kaanapali-gxclkctl.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/clock/qcom,kaanapali-gxclkctl.yaml b/Documentation/devicetree/bindings/clock/qcom,kaanapali-gxclkctl.yaml
index 466c884aa2ba..e868963f659b 100644
--- a/Documentation/devicetree/bindings/clock/qcom,kaanapali-gxclkctl.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,kaanapali-gxclkctl.yaml
@@ -44,7 +44,7 @@ required:
- power-domains
- '#power-domain-cells'
-unevaluatedProperties: false
+additionalProperties: false
examples:
- |
--
2.51.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: clock: qcom,kaanapali-gxclkctl: Correctly use additionalProperties
2026-04-04 10:54 [PATCH] dt-bindings: clock: qcom,kaanapali-gxclkctl: Correctly use additionalProperties Krzysztof Kozlowski
@ 2026-04-06 3:55 ` Taniya Das
2026-04-15 21:50 ` Rob Herring (Arm)
2026-05-12 20:22 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Taniya Das @ 2026-04-06 3:55 UTC (permalink / raw)
To: Krzysztof Kozlowski, Bjorn Andersson, Michael Turquette,
Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
linux-arm-msm, linux-clk, devicetree, linux-kernel
On 4/4/2026 4:24 PM, Krzysztof Kozlowski wrote:
> The binding does not reference any other schema, thus should use
> "additionalProperties: false" to disallow any undocumented properties.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> ---
> .../devicetree/bindings/clock/qcom,kaanapali-gxclkctl.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Taniya Das <taniya.das@oss.qualcomm.com>
--
Thanks,
Taniya Das
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: clock: qcom,kaanapali-gxclkctl: Correctly use additionalProperties
2026-04-04 10:54 [PATCH] dt-bindings: clock: qcom,kaanapali-gxclkctl: Correctly use additionalProperties Krzysztof Kozlowski
2026-04-06 3:55 ` Taniya Das
@ 2026-04-15 21:50 ` Rob Herring (Arm)
2026-05-12 20:22 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2026-04-15 21:50 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Krzysztof Kozlowski, linux-arm-msm, linux-clk, devicetree,
Michael Turquette, linux-kernel, Conor Dooley, Stephen Boyd,
Bjorn Andersson, Taniya Das
On Sat, 04 Apr 2026 12:54:37 +0200, Krzysztof Kozlowski wrote:
> The binding does not reference any other schema, thus should use
> "additionalProperties: false" to disallow any undocumented properties.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> ---
> .../devicetree/bindings/clock/qcom,kaanapali-gxclkctl.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: clock: qcom,kaanapali-gxclkctl: Correctly use additionalProperties
2026-04-04 10:54 [PATCH] dt-bindings: clock: qcom,kaanapali-gxclkctl: Correctly use additionalProperties Krzysztof Kozlowski
2026-04-06 3:55 ` Taniya Das
2026-04-15 21:50 ` Rob Herring (Arm)
@ 2026-05-12 20:22 ` Bjorn Andersson
2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2026-05-12 20:22 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Taniya Das, linux-arm-msm, linux-clk, devicetree,
linux-kernel, Krzysztof Kozlowski
On Sat, 04 Apr 2026 12:54:37 +0200, Krzysztof Kozlowski wrote:
> The binding does not reference any other schema, thus should use
> "additionalProperties: false" to disallow any undocumented properties.
>
>
Applied, thanks!
[1/1] dt-bindings: clock: qcom,kaanapali-gxclkctl: Correctly use additionalProperties
commit: 3357509593d2d7b1aa04bd2cf188477df7af447b
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-05-12 20:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-04 10:54 [PATCH] dt-bindings: clock: qcom,kaanapali-gxclkctl: Correctly use additionalProperties Krzysztof Kozlowski
2026-04-06 3:55 ` Taniya Das
2026-04-15 21:50 ` Rob Herring (Arm)
2026-05-12 20:22 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox