.../devicetree/bindings/clock/qcom,kaanapali-gxclkctl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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
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>
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>
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
© 2016 - 2026 Red Hat, Inc.