Skip to content

Commit 8ef3ff2

Browse files
paulburtonralfbaechle
authored andcommitted
dt-bindings: img-ascii-lcd: Document a binding for simple ASCII LCDs
Add documentation for a devicetree binding for the simple ASCII LCD displays found on development boards such as the MIPS Boston, MIPS Malta & MIPS SEAD3 from Imagination Technologies. Signed-off-by: Paul Burton <[email protected]> Acked-by: Rob Herring <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Cc: Guenter Roeck <[email protected]> Cc: David S. Miller <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Andrew Morton <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/14061/ Signed-off-by: Ralf Baechle <[email protected]>
1 parent eb42d76 commit 8ef3ff2

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Binding for ASCII LCD displays on Imagination Technologies boards
2+
3+
Required properties:
4+
- compatible : should be one of:
5+
"img,boston-lcd"
6+
"mti,malta-lcd"
7+
"mti,sead3-lcd"
8+
9+
Required properties for "img,boston-lcd":
10+
- reg : memory region locating the device registers
11+
12+
Required properties for "mti,malta-lcd" or "mti,sead3-lcd":
13+
- regmap: phandle of the system controller containing the LCD registers
14+
- offset: offset in bytes to the LCD registers within the system controller
15+
16+
The layout of the registers & properties of the display are determined
17+
from the compatible string, making this binding somewhat trivial.

MAINTAINERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5964,6 +5964,11 @@ M: Stanislaw Gruszka <[email protected]>
59645964
S: Maintained
59655965
F: drivers/usb/atm/ueagle-atm.c
59665966

5967+
IMGTEC ASCII LCD DRIVER
5968+
M: Paul Burton <[email protected]>
5969+
S: Maintained
5970+
F: Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt
5971+
59675972
INA209 HARDWARE MONITOR DRIVER
59685973
M: Guenter Roeck <[email protected]>
59695974

0 commit comments

Comments
 (0)