On Thu, 10 Aug 2023 16:41:15 +0200, Luca Ceresoli wrote: > Add bindings for LCD panels based on the ILITEK ILI9806E RGB controller > connected over SPI and the "ShenZhen New Display Co NDS040480800-V3" > 480x800 panel based on it. > > Signed-off-by: Luca Ceresoli <luca.ceresoli@xxxxxxxxxxx> > > --- > > Changes in v2: > - remove T: line form MAINTAINERS entry > - reference spi-peripheral-props.yaml > - add 'maxItems: 1' to reg > - use unevaluatedProperties > - remove out of scope backlight node > --- > .../display/panel/ilitek,ili9806e.yaml | 63 +++++++++++++++++++ > MAINTAINERS | 5 ++ > 2 files changed, 68 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9806e.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>