On Mon, 20 Dec 2021 13:51:47 +0100, Thierry Reding 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(-) > I went ahead and applied to drm-misc, so linux-next is fixed. Rob