[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200905080000.GR9261@dragon>
Date: Sat, 5 Sep 2020 16:00:01 +0800
From: Shawn Guo <shawnguo@...nel.org>
To: Matthias Schiffer <matthias.schiffer@...tq-group.com>
Cc: Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
NXP Linux Team <linux-imx@....com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/2] ARM: dts: imx6qdl: tqma6: minor fixes
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@...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
>
Powered by blists - more mailing lists