From: Rob Herring Date: Fri, 15 Sep 2023 20:16:20 +0000 (-0500) Subject: dt-bindings: ata: pata-common: Add missing additionalProperties on child nodes X-Git-Tag: v6.6-rc4~21^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=52bb69be6790bafbbbf57b714445704e82d4a97a;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Conor Dooley Signed-off-by: Damien Le Moal --- diff --git a/Documentation/devicetree/bindings/ata/pata-common.yaml b/Documentation/devicetree/bindings/ata/pata-common.yaml index 337ddf1113c4d..4e867dd4d402b 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: