diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2018-04-05 09:56:55 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2018-04-05 09:56:55 +0200 |
commit | a79f9cda99474d27dc71c02bdc935376ee180355 (patch) | |
tree | 547aaa7b54082422d13a004f17088f67178959b0 /dts/Bindings/auxdisplay | |
parent | 3f4d29c3c03c59dfe6497556a8f729aacfddfc93 (diff) | |
download | barebox-a79f9cda99474d27dc71c02bdc935376ee180355.tar.gz barebox-a79f9cda99474d27dc71c02bdc935376ee180355.tar.xz |
dts: update to v4.16-rc4
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/Bindings/auxdisplay')
-rw-r--r-- | dts/Bindings/auxdisplay/arm-charlcd.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dts/Bindings/auxdisplay/arm-charlcd.txt b/dts/Bindings/auxdisplay/arm-charlcd.txt new file mode 100644 index 0000000000..e28e2aac47 --- /dev/null +++ b/dts/Bindings/auxdisplay/arm-charlcd.txt @@ -0,0 +1,18 @@ +ARM Versatile Character LCD +----------------------------------------------------- +This binding defines the character LCD interface found on ARM Versatile AB +and PB reference platforms. + +Required properties: +- compatible : "arm,versatile-clcd" +- reg : Location and size of character LCD registers + +Optional properties: +- interrupts - single interrupt for character LCD. The character LCD can + operate in polled mode without an interrupt. + +Example: + lcd@10008000 { + compatible = "arm,versatile-lcd"; + reg = <0x10008000 0x1000>; + }; |