diff options
author | Paul Burton <paul.burton@imgtec.com> | 2016-08-26 10:17:48 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-10-06 11:00:50 -0400 |
commit | 8ef3ff2723f8cbaec4fee3c7fa807bf8d6ccd2e5 (patch) | |
tree | 5fdfb12a2a5cdd9c4bede385544bd951c51251fc /Documentation/devicetree | |
parent | eb42d760db2ea8ab16f10e320a7a8bfff331307f (diff) |
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 <paul.burton@imgtec.com>
Acked-by: Rob Herring <robh@kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: David S. Miller <davem@davemloft.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14061/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt b/Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt new file mode 100644 index 000000000000..b69bb68992fd --- /dev/null +++ b/Documentation/devicetree/bindings/auxdisplay/img-ascii-lcd.txt | |||
@@ -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. | ||