devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: ata: pata-common: Add missing additionalProperties on child nodes
@ 2023-09-15 20:16 Rob Herring
  2023-09-15 21:10 ` Conor Dooley
  2023-09-19 17:19 ` Damien Le Moal
  0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring @ 2023-09-15 20:16 UTC (permalink / raw)
  To: Damien Le Moal, Krzysztof Kozlowski, Conor Dooley, Linus Walleij
  Cc: linux-ide, devicetree, linux-kernel

The PATA child node schema is missing constraints to prevent unknown
properties. As none of the users of this common binding extend the child
nodes with additional properties, adding "additionalProperties: false"
here is sufficient.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/ata/pata-common.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/ata/pata-common.yaml b/Documentation/devicetree/bindings/ata/pata-common.yaml
index 337ddf1113c4..4e867dd4d402 100644
--- a/Documentation/devicetree/bindings/ata/pata-common.yaml
+++ b/Documentation/devicetree/bindings/ata/pata-common.yaml
@@ -38,6 +38,7 @@ patternProperties:
       ID number 0 and the slave drive will have ID number 1. The PATA port
       nodes will be named "ide-port".
     type: object
+    additionalProperties: false
 
     properties:
       reg:
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-19 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 20:16 [PATCH] dt-bindings: ata: pata-common: Add missing additionalProperties on child nodes Rob Herring
2023-09-15 21:10 ` Conor Dooley
2023-09-19 17:19 ` Damien Le Moal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).