On Wed, 8 Apr 2020 21:50:40 +0200, Sam Ravnborg wrote: > The .txt binding explains: > > " > The following optional properties only apply to > RGB and YUV input modes and > can be omitted for BT.656 input modes: > " > > This constraint is not implmented in the DT Schema. > > The original binding from the .txt file referenced > properties that is included in panel-timing.yaml. > > The properties in question are: > - pixelclk-active > - de-active > - hsync-active > - vsync-active > > These properties was dropped in the conversion as they are not relevant. > > v2: > - drop properties from panel-timing (Linus) > - drop use of spi-slave.yaml (Maxime) > - introduce unevaluatedProperties (Maxime) > - dropped unused properties (Linus) > - delete stray spaces > > Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > Cc: Thierry Reding <thierry.reding@xxxxxxxxx> > Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> > --- > .../bindings/display/panel/ilitek,ili9322.txt | 49 ------------- > .../display/panel/ilitek,ili9322.yaml | 71 +++++++++++++++++++ > 2 files changed, 71 insertions(+), 49 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9322.txt > create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9322.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>