[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150727112847.GF9169@leverpostej>
Date: Mon, 27 Jul 2015 12:28:47 +0100
From: Mark Rutland <mark.rutland@....com>
To: Haibo Chen <haibo.chen@...escale.com>
Cc: "robh+dt@...nel.org" <robh+dt@...nel.org>,
Pawel Moll <Pawel.Moll@....com>,
"ijc+devicetree@...lion.org.uk" <ijc+devicetree@...lion.org.uk>,
"galak@...eaurora.org" <galak@...eaurora.org>,
"shawnguo@...nel.org" <shawnguo@...nel.org>,
"kernel@...gutronix.de" <kernel@...gutronix.de>,
"linux@....linux.org.uk" <linux@....linux.org.uk>,
"dmitry.torokhov@...il.com" <dmitry.torokhov@...il.com>,
"hans.verkuil@...co.com" <hans.verkuil@...co.com>,
"hadess@...ess.net" <hadess@...ess.net>,
"mchehab@....samsung.com" <mchehab@....samsung.com>,
"mamlinav@...il.com" <mamlinav@...il.com>,
"arnd@...db.de" <arnd@...db.de>,
"jonathar@...adcom.com" <jonathar@...adcom.com>,
"hdegoede@...hat.com" <hdegoede@...hat.com>,
"christian.gmeiner@...il.com" <christian.gmeiner@...il.com>,
"scott.liu@....com.tw" <scott.liu@....com.tw>,
"geert@...ux-m68k.org" <geert@...ux-m68k.org>,
"benjamin.tissoires@...hat.com" <benjamin.tissoires@...hat.com>,
"sebastien.szymanski@...adeus.com" <sebastien.szymanski@...adeus.com>,
"sbranden@...adcom.com" <sbranden@...adcom.com>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-input@...r.kernel.org" <linux-input@...r.kernel.org>
Subject: Re: [PATCH 4/5] ARM: dts: imx6ul.dtsi: add TSC support
On Mon, Jul 27, 2015 at 12:26:46PM +0100, Haibo Chen wrote:
> Add imx6ul touchscreen controller support.
>
> TSC module need ADC2 module to measure the touchscreen
> coordinate value. This patch put TSC and ADC2 together,
> make ADC2 module only be used for TSC, can't be used as
> a normal ADC.
>
> Signed-off-by: Haibo Chen <haibo.chen@...escale.com>
> ---
> arch/arm/boot/dts/imx6ul.dtsi | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
> index dc0f5b4..33aac1f 100644
> --- a/arch/arm/boot/dts/imx6ul.dtsi
> +++ b/arch/arm/boot/dts/imx6ul.dtsi
> @@ -484,6 +484,17 @@
> reg = <0x02100000 0x100000>;
> ranges;
>
> + tsc: tsc@...40000 {
> + compatible = "fsl,imx6ul-tsc";
> + reg = <0x02040000 0x4000>, <0x0219c000 0x4000>;
> + interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>,
> + <GIC_SPI 101 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&clks IMX6UL_CLK_IPG>,
> + <&clks IMX6UL_CLK_ADC2>;
> + clock-names = "tsc", "adc";
These clocks weren't even in the example in the binding documentation.
Mark.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists