All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: bcm2711-hdmi: Fix broken schema
@ 2021-02-18 15:28 Maxime Ripard
  2021-02-23 21:26 ` Rob Herring
  0 siblings, 1 reply; 8+ messages in thread
From: Maxime Ripard @ 2021-02-18 15:28 UTC (permalink / raw)
  To: Rob Herring, Frank Rowand; +Cc: devicetree, Maxime Ripard

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>
---
 .../devicetree/bindings/display/brcm,bcm2711-hdmi.yaml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
   - |
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-30  8:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-18 15:28 [PATCH] dt-bindings: bcm2711-hdmi: Fix broken schema Maxime Ripard
2021-02-23 21:26 ` Rob Herring
2021-03-26 21:01   ` Rob Herring
2021-03-26 21:01     ` Rob Herring
2021-03-26 23:00     ` Stephen Rothwell
2021-03-26 23:00       ` Stephen Rothwell
2021-03-30  8:58       ` Maxime Ripard
2021-03-30  8:58         ` Maxime Ripard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.