From: Thierry Reding <thierry.reding@gmail.com>
To: Marcel Ziswiler <marcel@ziswiler.com>
Cc: linux-tegra@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Mikko Perttunen <mperttunen@nvidia.com>,
Mark Brown <broonie@kernel.org>,
"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Matt Porter <mporter@linaro.org>, Paul Walmsley <paul@pwsan.com>,
Eduardo Valentin <edubezval@gmail.com>,
Takashi Iwai <tiwai@suse.de>, Dylan Reid <dgreid@chromium.org>,
Stephen Boyd <sboyd@codeaurora.org>,
Mike Turquette <mturquette@linaro.org>,
Prashant Gaikwad <pgaikwad@nvidia.com>,
Peter De Schrijver <pdeschrijver@nvidia.com>,
Russell King <linux@arm.linux.org.uk>,
Alexandre Courbot <gnurou@gmail.com>,
Stephen Warren <swarren@wwwdotorg.org>,
Kumar Gala <galak@codeaurora.org>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Mark Rutland <mark.rutland@arm.com>,
Pawel Moll <pawel.moll@arm.com>, Rob Herring <robh+dt@kernel.org>,
Marcel Ziswiler <marcel.ziswiler@toradex.com>
Subject: Re: [PATCH 8/9] ARM: tegra: colibri t30: activate stmpe811 touch controller
Date: Tue, 5 May 2015 14:29:13 +0200 [thread overview]
Message-ID: <20150505122911.GG30501@ulmo.nvidia.com> (raw)
In-Reply-To: <d87e59343cc07b99f85fc6dcb6cc8fe941770f30.1428700856.git.marcel.ziswiler@toradex.com>
[-- Attachment #1: Type: text/plain, Size: 2425 bytes --]
On Fri, Apr 10, 2015 at 11:36:03PM +0200, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>
> Activate STMPE811 touch controller as found on Colibri T30 modules.
> While at it change order of HDMI sub nodes as well to be more in line
> with Apalis T30.
> While at it also update comment about supported module hardware
> versions.
>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>
> coli
> ---
> arch/arm/boot/dts/tegra30-colibri-eval-v3.dts | 4 +--
> arch/arm/boot/dts/tegra30-colibri.dtsi | 44 +++++++++++++++++++++++++--
> 2 files changed, 44 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/tegra30-colibri-eval-v3.dts b/arch/arm/boot/dts/tegra30-colibri-eval-v3.dts
> index 4d3ddc5..d42c400 100644
> --- a/arch/arm/boot/dts/tegra30-colibri-eval-v3.dts
> +++ b/arch/arm/boot/dts/tegra30-colibri-eval-v3.dts
> @@ -55,7 +55,7 @@
>
> /* M41T0M6 real time clock on carrier board */
> rtc@68 {
> - compatible = "stm,m41t00";
> + compatible = "st,m41t00";
> reg = <0x68>;
> };
> };
This change isn't documented in the commit message.
> @@ -84,7 +84,7 @@
> };
> };
>
> - sdhci@78000200 {
> + sdmmc: sdhci@78000200 {
> status = "okay";
> bus-width = <4>;
> cd-gpios = <&gpio TEGRA_GPIO(C, 7) GPIO_ACTIVE_LOW>;
Do you actually need this label? I suspect not, and I would suspect that
you don't need it on Apalis either, so I think a better patch would just
remove it from Apalis as well.
> diff --git a/arch/arm/boot/dts/tegra30-colibri.dtsi b/arch/arm/boot/dts/tegra30-colibri.dtsi
> index c4ed1be..5f7f4a0 100644
> --- a/arch/arm/boot/dts/tegra30-colibri.dtsi
> +++ b/arch/arm/boot/dts/tegra30-colibri.dtsi
> @@ -3,7 +3,7 @@
>
> /*
> * Toradex Colibri T30 Device Tree
> - * Compatible for Revisions 1.1B/1.1C/1.1D
> + * Compatible for Revisions V1.1B, V1.1C, V1.1D, V1.1E; IT: V1.1A
> */
> / {
> model = "Toradex Colibri T30";
> @@ -18,9 +18,9 @@
> vdd-supply = <&sys_3v3_reg>;
> pll-supply = <&vio_reg>;
>
> + nvidia,ddc-i2c-bus = <&hdmiddc>;
> nvidia,hpd-gpio =
> <&gpio TEGRA_GPIO(N, 7) GPIO_ACTIVE_HIGH>;
> - nvidia,ddc-i2c-bus = <&hdmiddc>;
> };
> };
There's too many changes crammed into this commit for my taste. Can you
please separate these out into smaller commits and resend?
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2015-05-05 12:29 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-10 21:35 [PATCH 0/9] ARM: tegra: collection of enhancements/fixes Marcel Ziswiler
2015-04-10 21:35 ` [PATCH 1/9] ARM: tegra: Cardhu device-tree comment spelling fix Marcel Ziswiler
2015-04-10 22:18 ` Paul Walmsley
2015-04-11 14:12 ` Marcel Ziswiler
2015-05-05 11:52 ` Thierry Reding
2015-04-10 21:35 ` [PATCH 2/9] ARM: tegra: fix hda2codec_2x clock name for Tegra30 Marcel Ziswiler
2015-05-05 11:56 ` Thierry Reding
2015-04-10 21:35 ` [PATCH 3/9] Documentation: DT bindings: fix hda2codec_2x clock name for tegra30-hda Marcel Ziswiler
2015-04-10 22:21 ` Paul Walmsley
2015-05-05 12:02 ` Thierry Reding
2015-04-10 21:35 ` [PATCH 4/9] ARM: tegra: add Tegra30 HDA support Marcel Ziswiler
2015-05-05 12:04 ` Thierry Reding
2015-04-10 21:36 ` [PATCH 5/9] ARM: tegra: fix hda2codec_2x clock name in Tegra124 device tree Marcel Ziswiler
2015-04-10 22:19 ` Paul Walmsley
2015-05-05 12:08 ` Thierry Reding
2015-04-10 21:36 ` [PATCH 6/9] ARM: tegra: enable watchdog in defconfig Marcel Ziswiler
2015-04-10 21:36 ` [PATCH 7/9] ARM: tegra: enable HDA " Marcel Ziswiler
2015-04-10 22:18 ` Paul Walmsley
2015-04-14 12:50 ` Thierry Reding
2015-05-05 12:18 ` Thierry Reding
2015-04-10 21:36 ` [PATCH 8/9] ARM: tegra: colibri t30: activate stmpe811 touch controller Marcel Ziswiler
2015-05-05 12:29 ` Thierry Reding [this message]
2015-04-10 21:36 ` [PATCH 9/9] ARM: tegra: apalis t30: fix pin muxing and add HDA in device tree Marcel Ziswiler
2015-05-05 12:31 ` Thierry Reding
2015-04-14 12:52 ` [PATCH 0/9] ARM: tegra: collection of enhancements/fixes Thierry Reding
2015-04-14 20:01 ` Marcel Ziswiler
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=20150505122911.GG30501@ulmo.nvidia.com \
--to=thierry.reding@gmail.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dgreid@chromium.org \
--cc=edubezval@gmail.com \
--cc=galak@codeaurora.org \
--cc=gnurou@gmail.com \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=marcel.ziswiler@toradex.com \
--cc=marcel@ziswiler.com \
--cc=mark.rutland@arm.com \
--cc=mperttunen@nvidia.com \
--cc=mporter@linaro.org \
--cc=mturquette@linaro.org \
--cc=paul@pwsan.com \
--cc=pawel.moll@arm.com \
--cc=pdeschrijver@nvidia.com \
--cc=pgaikwad@nvidia.com \
--cc=rafael.j.wysocki@intel.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@codeaurora.org \
--cc=swarren@wwwdotorg.org \
--cc=tiwai@suse.de \
/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