[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170320154831.GA19564@kroah.com>
Date: Mon, 20 Mar 2017 16:48:31 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: Rob Herring <robh@...nel.org>,
Miguel Ojeda Sandonis <miguel.ojeda.sandonis@...il.com>,
Willy Tarreau <willy@...roxy.com>,
Ksenija Stanojevic <ksenija.stanojevic@...il.com>,
Arnd Bergmann <arnd@...db.de>,
Mark Rutland <mark.rutland@....com>,
Akira Tsukamoto <akira.tsukamoto@...il.com>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 4/5] dt-bindings: auxdisplay: Add bindings for Hitachi
HD44780
On Mon, Mar 20, 2017 at 04:27:01PM +0100, Geert Uytterhoeven wrote:
> Hi Rob, Greg,
>
> On Mon, Mar 20, 2017 at 4:15 PM, Rob Herring <robh@...nel.org> wrote:
> > On Fri, Mar 10, 2017 at 03:15:20PM +0100, Geert Uytterhoeven wrote:
> >> Add DT bindings for an Hitachi HD44780 Character LCD Controller where
> >> its M6800 bus interface is connected to GPIOs.
> >>
> >> Memory-mapped configurations are not yet supported.
> >>
> >> Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
>
> >> --- /dev/null
> >> +++ b/Documentation/devicetree/bindings/auxdisplay/hit,hd44780.txt
>
> >> +Required properties:
> >> + - compatible: Must contain "hit,hd44780",
> >> + - data-gpios: Must contain an array of either 4 or 8 GPIO specifiers,
> >> + referring to the GPIO pins connected to the data signal lines DB0-DB7
> >> + (8-bit mode) or DB4-DB7 (4-bit mode) of the LCD Controller's bus interface,
> >> + - enable-gpios: Must contain a GPIO specifier, referring to the GPIO pin
> >> + connected to the "E" (Enable) signal line of the LCD Controller's bus
> >> + interface,
> >> + - rs-gpios: Must contain a GPIO specifier, referring to the GPIO pin
> >> + connected to the "RS" (Register Select) signal line of the LCD Controller's
> >> + bus interface,
> >> + - display-height: Height of the display, in character cells,
> >> + - display-width: Width of the display, in character cells.
> >
> > display-{width,height}-chars
>
> Makes sense.
>
> Greg: As this is already in char-misc-next, shall I send an update for
> the bindings and the driver?
Please do.
thanks,
greg k-h
Powered by blists - more mailing lists