Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1363485
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Rob Herring <robh@kernel.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] dt-bindings: input: add Raydium I2C touch driver bindings |
| Date | Wed, 23 Mar 2016 16:10:03 +0100 |
| Message-ID | <rfSA2-5bl-29@gated-at.bofh.it> (permalink) |
| References | <rfo8W-yr-5@gated-at.bofh.it> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.23 (2014-03-12) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 65 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, dmitry.torokhov@gmail.com, djkurtz@chromium.org, drinkcat@chromium.org, treding@nvidia.com, ajaykumar.rs@samsung.com, dusonlin@emc.com.tw, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, jeffrey.lin@rad-ic.com, roger.yang@rad-ic.com, KP.li@rad-ic.com, albert.shieh@rad-ic.com |
| X-Original-Date | Wed, 23 Mar 2016 10:06:35 -0500 |
| X-Original-Message-ID | <20160323150635.GA14699@rob-hp-laptop> |
| X-Original-References | <1458628733-2277-1-git-send-email-jeffrey.lin@rad-ic.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1363485 |
Show key headers only | View raw
On Tue, Mar 22, 2016 at 02:38:53PM +0800, jeffrey.lin wrote:
> Document the device tree binfings of Raydium I2C touch driver.
Is there a driver too?
> Signed-off-by: jeffrey.lin <jeffrey.lin@rad-ic.com>
> ---
> .../devicetree/bindings/input/raydium_i2c_ts.txt | 21 +++++++++++++++++++++
> .../devicetree/bindings/vendor-prefixes.txt | 1 +
> 2 files changed, 22 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..d7631d0
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/input/raydium_i2c_ts.txt
> @@ -0,0 +1,21 @@
> +Raydium I2C touchscreen
> +
> +Required properties:
> +- compatible:
> + "raydium,rm3xxxx"
No wildcards in compatible strings please.
> +- reg: The I2C address of the device
> +- interrupts: interrupt to which the chip is connected
> + See ../interrupt-controller/interrupts.txt
> +Optional property:
properties
> + - avdd-supply : Analog power supply needed to power device
> + - vccio-supply : IO Power source
> +
> +Example:
> +
> + raydium_i2c@39 {
touchscreen@39
> + compatible = "raydium,rm3xxxx";\
Drop the \
> + 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
>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] dt-bindings: input: add Raydium I2C touch driver bindings "jeffrey.lin" <yajohn@gmail.com> - 2016-03-22 07:40 +0100 Re: [PATCH] dt-bindings: input: add Raydium I2C touch driver bindings Rob Herring <robh@kernel.org> - 2016-03-23 16:10 +0100
csiph-web