Re: [PATCH] dt-bindings: auxdisplay: img-ascii-lcd: Convert to json-schema

From: Rob Herring
Date: Mon Aug 02 2021 - 16:52:25 EST


On Tue, 27 Jul 2021 18:10:34 +0200, Geert Uytterhoeven wrote:
> Convert the Device Tree binding documentation for ASCII LCD displays on
> Imagination Technologies boards to json-schema.
>
> Drop bogus regmap property.
> Add example.
>
> Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
> ---
> .../bindings/auxdisplay/img,ascii-lcd.yaml | 54 +++++++++++++++++++
> .../bindings/auxdisplay/img-ascii-lcd.txt | 17 ------
> MAINTAINERS | 2 +-
> 3 files changed, 55 insertions(+), 18 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/auxdisplay/img,ascii-lcd.yaml
> delete mode 100644 Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
>

Added a type to 'offset' and applied, thanks!