Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1288632
| From | Damien Riegel <damien.riegel@savoirfairelinux.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] Input: add touchscreen bindings for TS-4800 |
| Date | 2015-12-10 17:20 +0100 |
| Message-ID | <qEc6K-5i-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add bindings for the TS-4800 touchscreen. Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com> --- .../devicetree/bindings/input/touchscreen/ts4800-ts.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/ts4800-ts.txt diff --git a/Documentation/devicetree/bindings/input/touchscreen/ts4800-ts.txt b/Documentation/devicetree/bindings/input/touchscreen/ts4800-ts.txt new file mode 100644 index 0000000..63282fa --- /dev/null +++ b/Documentation/devicetree/bindings/input/touchscreen/ts4800-ts.txt @@ -0,0 +1,12 @@ +* TS-4800 Touchscreen bindings + +Required properties: +- compatible: must be "technologic,ts4800-ts" +- reg: physical base address of the controller and length of memory mapped + region. +- syscon: phandle / integers array that points to the syscon node which + describes the FPGA's syscon registers. + - phandle to FPGA's syscon + - offset to the touchscreen register + - offset to the touchscreen enable bit + -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/2] Input: add touchscreen bindings for TS-4800 Damien Riegel <damien.riegel@savoirfairelinux.com> - 2015-12-10 17:20 +0100 [PATCH 2/2] Input: add touchscreen support for TS-4800 Damien Riegel <damien.riegel@savoirfairelinux.com> - 2015-12-10 17:20 +0100 Re: [PATCH 1/2] Input: add touchscreen bindings for TS-4800 Rob Herring <robh@kernel.org> - 2015-12-11 04:50 +0100
csiph-web