Skip to content

Commit 0e533cb

Browse files
robherringdamien-lemoal
authored andcommitted
dt-bindings: ata: tegra: Disallow undefined properties
Device specific bindings should not allow undefined properties. This is accomplished in json-schema with 'additionalProperties: false'. Signed-off-by: Rob Herring <[email protected]> Acked-by: Conor Dooley <[email protected]> Signed-off-by: Damien Le Moal <[email protected]>
1 parent 2da4c5e commit 0e533cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/ata/nvidia,tegra-ahci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ allOf:
151151
- interconnects
152152
- power-domains
153153

154-
additionalProperties: true
154+
additionalProperties: false
155155

156156
examples:
157157
- |

0 commit comments

Comments
 (0)