linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: rockchip: add devicetree node to veyron minnie
Date: Fri, 04 Dec 2015 13:17:55 +0100	[thread overview]
Message-ID: <1659535.pi5COafBrO@diego> (raw)
In-Reply-To: <2165846.YmcBK0foD2@diego>

Am Mittwoch, 2. Dezember 2015, 19:03:56 schrieb Heiko St?bner:
> Minnie provides an elan,ekth3500 touchscreen over the display,
> so add the necessary node to enable it.
> 
> Signed-off-by: Heiko Stuebner <heiko.stuebner@collabora.com>

applied to my dts32 branch after doing a s/devicetree/touchscreen/ on the 
patch subject :-)


> ---
>  arch/arm/boot/dts/rk3288-veyron-minnie.dts | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/rk3288-veyron-minnie.dts
> b/arch/arm/boot/dts/rk3288-veyron-minnie.dts index 85f0373..699beb0 100644
> --- a/arch/arm/boot/dts/rk3288-veyron-minnie.dts
> +++ b/arch/arm/boot/dts/rk3288-veyron-minnie.dts
> @@ -121,6 +121,18 @@
>  	clock-frequency = <400000>;
>  	i2c-scl-falling-time-ns = <50>;
>  	i2c-scl-rising-time-ns = <300>;
> +
> +	touchscreen at 10 {
> +		compatible = "elan,ekth3500";
> +		reg = <0x10>;
> +		interrupt-parent = <&gpio2>;
> +		interrupts = <14 IRQ_TYPE_EDGE_FALLING>;
> +		pinctrl-names = "default";
> +		pinctrl-0 = <&touch_int &touch_rst>;
> +		reset-gpios = <&gpio2 15 GPIO_ACTIVE_LOW>;
> +		vcc33-supply = <&vcc33_touch>;
> +		vccio-supply = <&vcc33_touch>;
> +	};
>  };
> 
>  &rk808 {

      reply	other threads:[~2015-12-04 12:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-02 18:03 [PATCH] ARM: dts: rockchip: add devicetree node to veyron minnie Heiko Stübner
2015-12-04 12:17 ` Heiko Stübner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1659535.pi5COafBrO@diego \
    --to=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).