On Mon, Dec 20, 2021 at 8:51 AM Thierry Reding <thierry.reding@xxxxxxxxx> wrote: > > From: Thierry Reding <treding@xxxxxxxxxx> > > In order to validate multiple "if" conditionals, they must be part of an > "allOf:" list, otherwise they will cause a failure in parsing the schema > because of the duplicated "if" property. > > Fixes: d7df3948eb49 ("dt-bindings: display: bridge: lvds-codec: Document pixel data sampling edge select") > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > .../bindings/display/bridge/lvds-codec.yaml | 43 ++++++++++--------- > 1 file changed, 22 insertions(+), 21 deletions(-) Thanks! Acked-by: Rob Herring <robh@xxxxxxxxxx>