aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-10-16 10:55:54 -0500
committerDamien Le Moal <dlemoal@kernel.org>2023-10-18 08:07:30 +0900
commit0e533cba38011457b51f13b3b5afd33c693bfcca (patch)
tree7840995b8d60d12879a0c234ad3c63d35ee1b6ec
parent2da4c5e24e86313fc09596ae775123b41055fd54 (diff)
downloadlibata-for-6.7.tar.gz
dt-bindings: ata: tegra: Disallow undefined propertiesata-6.7-rc1for-6.7
Device specific bindings should not allow undefined properties. This is accomplished in json-schema with 'additionalProperties: false'. 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>
-rw-r--r--Documentation/devicetree/bindings/ata/nvidia,tegra-ahci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/ata/nvidia,tegra-ahci.yaml b/Documentation/devicetree/bindings/ata/nvidia,tegra-ahci.yaml
index 3c7a2425f3e6b1..a17297cbefcb89 100644
--- a/Documentation/devicetree/bindings/ata/nvidia,tegra-ahci.yaml
+++ b/Documentation/devicetree/bindings/ata/nvidia,tegra-ahci.yaml
@@ -151,7 +151,7 @@ allOf:
- interconnects
- power-domains
-additionalProperties: true
+additionalProperties: false
examples:
- |