On Fri, Apr 10, 2015 at 11:36:03PM +0200, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <[email protected]>
> 
> 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 <[email protected]>
> 
> 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: pgp9tXUZ7v78_.pgp
Description: PGP signature

Reply via email to