From: Shawn Guo <shawnguo@kernel.org>
To: Haibo Chen <haibo.chen@freescale.com>
Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
kernel@pengutronix.de, linux@arm.linux.org.uk,
dmitry.torokhov@gmail.com, devicetree@vger.kernel.org,
sbranden@broadcom.com, arnd@arndb.de, mchehab@osg.samsung.com,
christian.gmeiner@gmail.com, scott.liu@emc.com.tw,
linux-kernel@vger.kernel.org, hdegoede@redhat.com,
jonathar@broadcom.com, benjamin.tissoires@redhat.com,
hans.verkuil@cisco.com, hadess@hadess.net,
linux-input@vger.kernel.org, geert@linux-m68k.org,
sebastien.szymanski@armadeus.com, mamlinav@gmail.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 5/5] ARM: dts: imx6ul-14x14-evk.dts: add tsc support
Date: Mon, 27 Jul 2015 22:13:00 +0800 [thread overview]
Message-ID: <20150727141259.GO12927@tiger> (raw)
In-Reply-To: <1437996407-27266-6-git-send-email-haibo.chen@freescale.com>
On Mon, Jul 27, 2015 at 07:26:47PM +0800, Haibo Chen wrote:
> Add touch screen surpport for i.MX6UL-EVK board.
>
> Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
> ---
> arch/arm/boot/dts/imx6ul-14x14-evk.dts | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dts b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
> index 61b41ee..323d32d 100644
> --- a/arch/arm/boot/dts/imx6ul-14x14-evk.dts
> +++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
> @@ -44,6 +44,15 @@
> soc-supply = <®_soc>;
> };
>
> +&tsc {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_tsc>;
> + status = "okay";
We generally have "status" at the bottom of the property list.
Shawn
> + xnur-gpio = <&gpio1 3 0>;
> + measure_delay_time = <0xffff>;
> + pre_charge_time = <0xfff>;
> +};
> +
> &uart1 {
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_uart1>;
> @@ -212,6 +221,15 @@
> >;
> };
>
> + pinctrl_tsc: tscgrp {
> + fsl,pins = <
> + MX6UL_PAD_GPIO1_IO01__GPIO1_IO01 0xb0
> + MX6UL_PAD_GPIO1_IO02__GPIO1_IO02 0xb0
> + MX6UL_PAD_GPIO1_IO03__GPIO1_IO03 0xb0
> + MX6UL_PAD_GPIO1_IO04__GPIO1_IO04 0xb0
> + >;
> + };
> +
> pinctrl_uart1: uart1grp {
> fsl,pins = <
> MX6UL_PAD_UART1_TX_DATA__UART1_DCE_TX 0x1b0b1
> --
> 1.9.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
WARNING: multiple messages have this Message-ID (diff)
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] ARM: dts: imx6ul-14x14-evk.dts: add tsc support
Date: Mon, 27 Jul 2015 22:13:00 +0800 [thread overview]
Message-ID: <20150727141259.GO12927@tiger> (raw)
In-Reply-To: <1437996407-27266-6-git-send-email-haibo.chen@freescale.com>
On Mon, Jul 27, 2015 at 07:26:47PM +0800, Haibo Chen wrote:
> Add touch screen surpport for i.MX6UL-EVK board.
>
> Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
> ---
> arch/arm/boot/dts/imx6ul-14x14-evk.dts | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6ul-14x14-evk.dts b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
> index 61b41ee..323d32d 100644
> --- a/arch/arm/boot/dts/imx6ul-14x14-evk.dts
> +++ b/arch/arm/boot/dts/imx6ul-14x14-evk.dts
> @@ -44,6 +44,15 @@
> soc-supply = <®_soc>;
> };
>
> +&tsc {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_tsc>;
> + status = "okay";
We generally have "status" at the bottom of the property list.
Shawn
> + xnur-gpio = <&gpio1 3 0>;
> + measure_delay_time = <0xffff>;
> + pre_charge_time = <0xfff>;
> +};
> +
> &uart1 {
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_uart1>;
> @@ -212,6 +221,15 @@
> >;
> };
>
> + pinctrl_tsc: tscgrp {
> + fsl,pins = <
> + MX6UL_PAD_GPIO1_IO01__GPIO1_IO01 0xb0
> + MX6UL_PAD_GPIO1_IO02__GPIO1_IO02 0xb0
> + MX6UL_PAD_GPIO1_IO03__GPIO1_IO03 0xb0
> + MX6UL_PAD_GPIO1_IO04__GPIO1_IO04 0xb0
> + >;
> + };
> +
> pinctrl_uart1: uart1grp {
> fsl,pins = <
> MX6UL_PAD_UART1_TX_DATA__UART1_DCE_TX 0x1b0b1
> --
> 1.9.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
next prev parent reply other threads:[~2015-07-27 14:13 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-27 11:26 [PATCH 0/5] Add imx6ul touch screen controller support Haibo Chen
2015-07-27 11:26 ` Haibo Chen
2015-07-27 11:26 ` Haibo Chen
2015-07-27 11:26 ` [PATCH 1/5] input: touchscreen: add imx6ul_tsc driver support Haibo Chen
2015-07-27 11:26 ` Haibo Chen
2015-07-27 11:26 ` Haibo Chen
2015-07-27 22:05 ` Dmitry Torokhov
2015-07-27 22:05 ` Dmitry Torokhov
2015-07-28 9:17 ` Chen Bough
2015-07-28 9:17 ` Chen Bough
2015-07-28 9:17 ` Chen Bough
2015-07-27 11:26 ` [PATCH 2/5] Documentation: Detail permitted DT properties for the imx6ul_tsc Haibo Chen
2015-07-27 11:26 ` Haibo Chen
2015-07-27 11:26 ` Haibo Chen
2015-07-27 11:25 ` Mark Rutland
2015-07-27 11:25 ` Mark Rutland
2015-07-27 11:25 ` Mark Rutland
2015-07-28 8:48 ` Chen Bough
2015-07-28 8:48 ` Chen Bough
2015-07-28 8:48 ` Chen Bough
2015-07-27 11:26 ` [PATCH 3/5] ARM: imx_v6_v7_defconfig: enable imx6ul_tsc Haibo Chen
2015-07-27 11:26 ` Haibo Chen
2015-07-27 11:26 ` Haibo Chen
2015-07-27 11:26 ` [PATCH 4/5] ARM: dts: imx6ul.dtsi: add TSC support Haibo Chen
2015-07-27 11:26 ` Haibo Chen
2015-07-27 11:26 ` Haibo Chen
2015-07-27 11:28 ` Mark Rutland
2015-07-27 11:28 ` Mark Rutland
2015-07-27 11:28 ` Mark Rutland
2015-07-27 11:26 ` [PATCH 5/5] ARM: dts: imx6ul-14x14-evk.dts: add tsc support Haibo Chen
2015-07-27 11:26 ` Haibo Chen
2015-07-27 11:26 ` Haibo Chen
2015-07-27 14:13 ` Shawn Guo [this message]
2015-07-27 14:13 ` Shawn Guo
2015-07-28 8:50 ` Chen Bough
2015-07-28 8:50 ` Chen Bough
2015-07-28 8:50 ` Chen Bough
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=20150727141259.GO12927@tiger \
--to=shawnguo@kernel.org \
--cc=arnd@arndb.de \
--cc=benjamin.tissoires@redhat.com \
--cc=christian.gmeiner@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=galak@codeaurora.org \
--cc=geert@linux-m68k.org \
--cc=hadess@hadess.net \
--cc=haibo.chen@freescale.com \
--cc=hans.verkuil@cisco.com \
--cc=hdegoede@redhat.com \
--cc=ijc+devicetree@hellion.org.uk \
--cc=jonathar@broadcom.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mamlinav@gmail.com \
--cc=mark.rutland@arm.com \
--cc=mchehab@osg.samsung.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=sbranden@broadcom.com \
--cc=scott.liu@emc.com.tw \
--cc=sebastien.szymanski@armadeus.com \
/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.