Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1364553 > unrolled thread
| Started by | "jeffrey.lin" <yajohn@gmail.com> |
|---|---|
| First post | 2016-03-25 04:40 +0100 |
| Last post | 2016-03-25 16:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] dt-bindings: input: add Raydium I2C touch bindings "jeffrey.lin" <yajohn@gmail.com> - 2016-03-25 04:40 +0100
Re: [PATCH] dt-bindings: input: add Raydium I2C touch bindings Rob Herring <robh@kernel.org> - 2016-03-25 16:10 +0100
| From | "jeffrey.lin" <yajohn@gmail.com> |
|---|---|
| Date | 2016-03-25 04:40 +0100 |
| Subject | [PATCH] dt-bindings: input: add Raydium I2C touch bindings |
| Message-ID | <rgqLo-44J-5@gated-at.bofh.it> |
Document the device tree binfings of Raydium I2C touch.
Signed-off-by: jeffrey.lin <jeffrey.lin@rad-ic.com>
---
.../devicetree/bindings/input/raydium_i2c_ts.txt | 20 ++++++++++++++++++++
.../devicetree/bindings/vendor-prefixes.txt | 1 +
2 files changed, 21 insertions(+)
create mode 100644 Documentation/devicetree/bindings/input/raydium_i2c_ts.txt
diff --git a/Documentation/devicetree/bindings/input/raydium_i2c_ts.txt b/Documentation/devicetree/bindings/input/raydium_i2c_ts.txt
new file mode 100644
index 0000000..52a7bf0
--- /dev/null
+++ b/Documentation/devicetree/bindings/input/raydium_i2c_ts.txt
@@ -0,0 +1,20 @@
+Raydium I2C touchscreen
+
+Required properties:
+- compatible : must be "raydium,rm32380"
+- reg: The I2C address of the device
+- interrupt-parent: the phandle for the interrupt controller
+- interrupts: interrupt to which the chip is connected
+ See ../interrupt-controller/interrupts.txt
+Optional properties:
+- avdd-supply : analog power supply needed to power device
+- vccio-supply : IO Power source
+- reset-gpios : reset gpio the chip is connected to.
+
+Example:
+ raydium_i2c@39 {
+ compatible = "raydium,rm32380";
+ reg = <0x39>;
+ interrupt-parent = <&gpio>;
+ interrupts = <0x0 IRQ_TYPE_EDGE_FALLING>;
+ };
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index af49e0f..5b6224b 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -126,6 +126,7 @@ radxa Radxa
raidsonic RaidSonic Technology GmbH
ralink Mediatek/Ralink Technology Corp.
ramtron Ramtron International
+raydium Raydium Semiconductor Corp.
realtek Realtek Semiconductor Corp.
renesas Renesas Electronics Corporation
ricoh Ricoh Co. Ltd.
--
2.1.2
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2016-03-25 16:10 +0100 |
| Message-ID | <rgBx8-3pJ-25@gated-at.bofh.it> |
| In reply to | #1364553 |
On Fri, Mar 25, 2016 at 11:32:37AM +0800, jeffrey.lin wrote: > Document the device tree binfings of Raydium I2C touch. > > Signed-off-by: jeffrey.lin <jeffrey.lin@rad-ic.com> > --- > .../devicetree/bindings/input/raydium_i2c_ts.txt | 20 ++++++++++++++++++++ > .../devicetree/bindings/vendor-prefixes.txt | 1 + > 2 files changed, 21 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/raydium_i2c_ts.txt Acked-by: Rob Herring <robh@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web