All of lore.kernel.org
 help / color / mirror / Atom feed
From: cphealy@gmail.com (Chris Healy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: dts: imx6: RDU2: add eGalax touchscreen
Date: Thu, 12 Apr 2018 07:15:36 -0700	[thread overview]
Message-ID: <CAFXsbZqxoSTKcP+P8jFw8TG68coJ2w2C_BCDrPAiRHkTQLgYWg@mail.gmail.com> (raw)
In-Reply-To: <20180412131556.11073-3-l.stach@pengutronix.de>

Tested-by: Chris Healy <cphealy@gmail.com>


On Thu, Apr 12, 2018 at 6:15 AM, Lucas Stach <l.stach@pengutronix.de> wrote:
> This touchscreen is present instead of the RMI4 touch on some SKUs of
> the RDU2. Keep it disabled by default, the bootloader will enable it
> instead of the RMI4 touch when running on one of those units.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
>  arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
> index 4bc14b8e9a66..4aade2bca670 100644
> --- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
> @@ -573,6 +573,17 @@
>                 };
>         };
>
> +       touchscreen at 2a {
> +               compatible = "eeti,egalax_ts";
> +               pinctrl-names = "default";
> +               pinctrl-0 = <&pinctrl_ts>;
> +               reg = <0x2a>;
> +               interrupt-parent = <&gpio1>;
> +               interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
> +               wakeup-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
> +               status = "disabled";
> +       };
> +
>         hpa1: amp at 60 {
>                 compatible = "ti,tpa6130a2";
>                 pinctrl-names = "default";
> --
> 2.16.3
>

  reply	other threads:[~2018-04-12 14:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-12 13:15 [PATCH 1/3] ARM: dts: imx6: RDU2: bump SoC/PU operating points by 25mV Lucas Stach
2018-04-12 13:15 ` [PATCH 2/3] ARM: dts: imx6: RDU2+: add assigned clocks for GPU 3D Lucas Stach
2018-04-12 14:15   ` Chris Healy
2018-04-12 13:15 ` [PATCH 3/3] ARM: dts: imx6: RDU2: add eGalax touchscreen Lucas Stach
2018-04-12 14:15   ` Chris Healy [this message]
2018-04-12 14:14 ` [PATCH 1/3] ARM: dts: imx6: RDU2: bump SoC/PU operating points by 25mV Chris Healy
2018-04-23  9:11 ` Shawn Guo

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=CAFXsbZqxoSTKcP+P8jFw8TG68coJ2w2C_BCDrPAiRHkTQLgYWg@mail.gmail.com \
    --to=cphealy@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.