diff options
| author | Maxime Ripard <[email protected]> | 2021-02-18 15:28:37 +0000 |
|---|---|---|
| committer | Rob Herring <[email protected]> | 2021-02-24 03:37:09 +0000 |
| commit | a3cb15cda1b8213387f258caad6b13afcc378fd5 (patch) | |
| tree | 58700c1e94c62e64c873bd5767944cb3bcd2166d | |
| parent | Merge tag 'pinctrl-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
| download | kernel-a3cb15cda1b8213387f258caad6b13afcc378fd5.tar.gz kernel-a3cb15cda1b8213387f258caad6b13afcc378fd5.zip | |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml index 57324a5f0271..a1d5a32660e0 100644 --- a/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml +++ b/Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml @@ -109,7 +109,7 @@ required: - resets - ddc -unevaluatedProperties: false +additionalProperties: false examples: - | |
