Re: [PATCH] dt-bindings: display: Add missing (unevaluated|additional)Properties on child nodes

From: Rob Herring
Date: Mon Aug 29 2022 - 15:55:37 EST


On Tue, 23 Aug 2022 09:56:42 -0500, Rob Herring wrote:
> In order to ensure only documented properties are present, node schemas
> must have unevaluatedProperties or additionalProperties set to false
> (typically).
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/display/arm,komeda.yaml | 1 +
> Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml | 1 +
> Documentation/devicetree/bindings/display/msm/gpu.yaml | 1 +
> .../bindings/display/samsung/samsung,exynos7-decon.yaml | 1 +
> .../devicetree/bindings/display/samsung/samsung,fimd.yaml | 1 +
> 5 files changed, 5 insertions(+)
>

Applied, thanks!