ARC: mm: vmalloc sync from kernel to user table to update PMD ...
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / auxdisplay / img-ascii-lcd.txt
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.