2022-02-28 22:06:00

by Marek Behún

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: Another pass removing cases of 'allOf' containing a '$ref'

On Mon, 28 Feb 2022 15:38:02 -0600
Rob Herring <[email protected]> wrote:

> Another pass at removing unnecessary use of 'allOf' with a '$ref'.
>
> json-schema versions draft7 and earlier have a weird behavior in that
> any keywords combined with a '$ref' are ignored (silently). The correct
> form was to put a '$ref' under an 'allOf'. This behavior is now changed
> in the 2019-09 json-schema spec and '$ref' can be mixed with other
> keywords.

For Documentation/devicetree/bindings/leds/cznic,turris-omnia-leds.yaml

Acked-by: Marek Behún <[email protected]>