Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Rob Herring <robh@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>

authored by

Rob Herring and committed by
Damien Le Moal
52bb69be 6465e260

+1
+1
Documentation/devicetree/bindings/ata/pata-common.yaml
··· 38 38 ID number 0 and the slave drive will have ID number 1. The PATA port 39 39 nodes will be named "ide-port". 40 40 type: object 41 + additionalProperties: false 41 42 42 43 properties: 43 44 reg: