All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 2/2] ARM: dts: imx6qdl: tqma6: minor fixes
Date: Sat, 5 Sep 2020 16:00:01 +0800	[thread overview]
Message-ID: <20200905080000.GR9261@dragon> (raw)
In-Reply-To: <20200903145347.17830-2-matthias.schiffer@ew.tq-group.com>

On Thu, Sep 03, 2020 at 04:53:47PM +0200, Matthias Schiffer wrote:
> - Fix national,lm75 compatible string
> - Remove obsolete fsl,spi-num-chipselects

Two patches, please.

Shawn

> 
> Fixes: cac849e9bbc8 ("ARM: dts: imx6qdl: add TQMa6{S,Q,QP} SoM")
> Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
> ---
> 
> v2: drop fsl,spi-num-chipselects instead of replacing with num-cs
> 
>  arch/arm/boot/dts/imx6qdl-tqma6.dtsi  | 1 -
>  arch/arm/boot/dts/imx6qdl-tqma6a.dtsi | 2 +-
>  arch/arm/boot/dts/imx6qdl-tqma6b.dtsi | 2 +-
>  3 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx6qdl-tqma6.dtsi b/arch/arm/boot/dts/imx6qdl-tqma6.dtsi
> index 9513020ddd1a..b18b83ac6aee 100644
> --- a/arch/arm/boot/dts/imx6qdl-tqma6.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-tqma6.dtsi
> @@ -20,7 +20,6 @@
>  &ecspi1 {
>  	pinctrl-names = "default";
>  	pinctrl-0 = <&pinctrl_ecspi1>;
> -	fsl,spi-num-chipselects = <1>;
>  	cs-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>;
>  	status = "okay";
>  
> diff --git a/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi b/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi
> index c18a06cf7929..b679bec78e6c 100644
> --- a/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi
> @@ -16,7 +16,7 @@
>  	};
>  
>  	sensor@48 {
> -		compatible = "lm75";
> +		compatible = "national,lm75";
>  		reg = <0x48>;
>  	};
>  
> diff --git a/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi b/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi
> index a7460075f517..49c472285c06 100644
> --- a/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi
> @@ -16,7 +16,7 @@
>  	};
>  
>  	sensor@48 {
> -		compatible = "lm75";
> +		compatible = "national,lm75";
>  		reg = <0x48>;
>  	};
>  
> -- 
> 2.17.1
> 

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>,
	linux-kernel@vger.kernel.org, NXP Linux Team <linux-imx@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 2/2] ARM: dts: imx6qdl: tqma6: minor fixes
Date: Sat, 5 Sep 2020 16:00:01 +0800	[thread overview]
Message-ID: <20200905080000.GR9261@dragon> (raw)
In-Reply-To: <20200903145347.17830-2-matthias.schiffer@ew.tq-group.com>

On Thu, Sep 03, 2020 at 04:53:47PM +0200, Matthias Schiffer wrote:
> - Fix national,lm75 compatible string
> - Remove obsolete fsl,spi-num-chipselects

Two patches, please.

Shawn

> 
> Fixes: cac849e9bbc8 ("ARM: dts: imx6qdl: add TQMa6{S,Q,QP} SoM")
> Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
> ---
> 
> v2: drop fsl,spi-num-chipselects instead of replacing with num-cs
> 
>  arch/arm/boot/dts/imx6qdl-tqma6.dtsi  | 1 -
>  arch/arm/boot/dts/imx6qdl-tqma6a.dtsi | 2 +-
>  arch/arm/boot/dts/imx6qdl-tqma6b.dtsi | 2 +-
>  3 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx6qdl-tqma6.dtsi b/arch/arm/boot/dts/imx6qdl-tqma6.dtsi
> index 9513020ddd1a..b18b83ac6aee 100644
> --- a/arch/arm/boot/dts/imx6qdl-tqma6.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-tqma6.dtsi
> @@ -20,7 +20,6 @@
>  &ecspi1 {
>  	pinctrl-names = "default";
>  	pinctrl-0 = <&pinctrl_ecspi1>;
> -	fsl,spi-num-chipselects = <1>;
>  	cs-gpios = <&gpio3 19 GPIO_ACTIVE_HIGH>;
>  	status = "okay";
>  
> diff --git a/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi b/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi
> index c18a06cf7929..b679bec78e6c 100644
> --- a/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-tqma6a.dtsi
> @@ -16,7 +16,7 @@
>  	};
>  
>  	sensor@48 {
> -		compatible = "lm75";
> +		compatible = "national,lm75";
>  		reg = <0x48>;
>  	};
>  
> diff --git a/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi b/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi
> index a7460075f517..49c472285c06 100644
> --- a/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-tqma6b.dtsi
> @@ -16,7 +16,7 @@
>  	};
>  
>  	sensor@48 {
> -		compatible = "lm75";
> +		compatible = "national,lm75";
>  		reg = <0x48>;
>  	};
>  
> -- 
> 2.17.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-09-05  8:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-03 14:53 [PATCH v2 1/2] ARM: dts: imx6qdl: tqma6: fix indentation Matthias Schiffer
2020-09-03 14:53 ` Matthias Schiffer
2020-09-03 14:53 ` [PATCH v2 2/2] ARM: dts: imx6qdl: tqma6: minor fixes Matthias Schiffer
2020-09-03 14:53   ` Matthias Schiffer
2020-09-05  8:00   ` Shawn Guo [this message]
2020-09-05  8:00     ` Shawn Guo
2020-09-05  7:59 ` [PATCH v2 1/2] ARM: dts: imx6qdl: tqma6: fix indentation Shawn Guo
2020-09-05  7:59   ` 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=20200905080000.GR9261@dragon \
    --to=shawnguo@kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matthias.schiffer@ew.tq-group.com \
    --cc=s.hauer@pengutronix.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 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.