Skip to content

Commit a3cb15c

Browse files
mripardrobherring
authored andcommitted
dt-bindings: bcm2711-hdmi: Fix broken schema
For some reason, unevaluatedProperties doesn't work and additionalProperties is required. Fix it by switching to additionalProperties. Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20210218152837.1080819-1-maxime@cerno.tech Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 3b9cdaf commit a3cb15c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ required:
109109
- resets
110110
- ddc
111111

112-
unevaluatedProperties: false
112+
additionalProperties: false
113113

114114
examples:
115115
- |

0 commit comments

Comments
 (0)