Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1577241
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 12/13] dt-bindings: auxdisplay: Add bindings for Hitachi HD44780 |
| Date | 2017-02-09 02:30 +0100 |
| Message-ID | <t8LIB-7Qw-5@gated-at.bofh.it> (permalink) |
| References | <t7SCt-68H-3@gated-at.bofh.it> <t7SCv-68H-43@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Feb 06, 2017 at 03:38:14PM +0100, Geert Uytterhoeven wrote: > Add DT bindings for an Hitachi HD44780 Character LCD Controller where > its M6800 bus interface is connected to GPIOs. Really, you should have a bit-bang M6800 bus driver and binding and then the binding for the LCD ctrl looks the same whether you are bit-banging it or not. That's a bit more work though. Maybe you could split the binding like this, but keep a monolithic driver for now. The driver can just fetch the GPIOs from the parent (bus controller) node. And you'd have to work out probing the driver. > Memory-mapped configurations are not yet supported. I guess this would require faulting on some address and then bit-banging the access. That sounds fun... Rob
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 12/13] dt-bindings: auxdisplay: Add bindings for Hitachi HD44780 Geert Uytterhoeven <geert@linux-m68k.org> - 2017-02-06 15:40 +0100
Re: [PATCH 12/13] dt-bindings: auxdisplay: Add bindings for Hitachi HD44780 Rob Herring <robh@kernel.org> - 2017-02-09 02:30 +0100
Re: [PATCH 12/13] dt-bindings: auxdisplay: Add bindings for Hitachi HD44780 Geert Uytterhoeven <geert@linux-m68k.org> - 2017-02-09 10:00 +0100
csiph-web