Commit 52bb69be authored by Rob Herring's avatar Rob Herring Committed by Damien Le Moal
Browse files

dt-bindings: ata: pata-common: Add missing additionalProperties on child nodes



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: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarDamien Le Moal <dlemoal@kernel.org>
parent 6465e260
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: