All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: "Michal Vokáč" <michal.vokac@ysoft.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 2/5] ARM: dts: imx6dl-yapp4: Move status to the end of property list
Date: Mon, 27 Mar 2023 10:28:44 +0800	[thread overview]
Message-ID: <20230327022844.GE3364759@dragon> (raw)
In-Reply-To: <20230314180608.44482-3-michal.vokac@ysoft.com>

On Tue, Mar 14, 2023 at 07:06:05PM +0100, Michal Vokáč wrote:
> The status property should always be last in the list.
> 
> Fixes: b86d3d21cd4c ("ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 channel node")

It's not really a bug fix but only a cosmetic change.  Dropped this tag
and applied the series.

Shawn

> Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
> ---
> Changes in v2:
> - new patch
> 
>  arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
> index cb1972f8e8d2..8a78a656bac0 100644
> --- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
> +++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
> @@ -269,9 +269,9 @@ leds: led-controller@30 {
>  		compatible = "ti,lp5562";
>  		reg = <0x30>;
>  		clock-mode = /bits/ 8 <1>;
> -		status = "disabled";
>  		#address-cells = <1>;
>  		#size-cells = <0>;
> +		status = "disabled";
>  
>  		led@0 {
>  			chan-name = "R";
> -- 
> 2.25.1
> 

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

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: "Michal Vokáč" <michal.vokac@ysoft.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 2/5] ARM: dts: imx6dl-yapp4: Move status to the end of property list
Date: Mon, 27 Mar 2023 10:28:44 +0800	[thread overview]
Message-ID: <20230327022844.GE3364759@dragon> (raw)
In-Reply-To: <20230314180608.44482-3-michal.vokac@ysoft.com>

On Tue, Mar 14, 2023 at 07:06:05PM +0100, Michal Vokáč wrote:
> The status property should always be last in the list.
> 
> Fixes: b86d3d21cd4c ("ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 channel node")

It's not really a bug fix but only a cosmetic change.  Dropped this tag
and applied the series.

Shawn

> Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
> ---
> Changes in v2:
> - new patch
> 
>  arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
> index cb1972f8e8d2..8a78a656bac0 100644
> --- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
> +++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
> @@ -269,9 +269,9 @@ leds: led-controller@30 {
>  		compatible = "ti,lp5562";
>  		reg = <0x30>;
>  		clock-mode = /bits/ 8 <1>;
> -		status = "disabled";
>  		#address-cells = <1>;
>  		#size-cells = <0>;
> +		status = "disabled";
>  
>  		led@0 {
>  			chan-name = "R";
> -- 
> 2.25.1
> 

  reply	other threads:[~2023-03-27  2:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-14 18:06 [PATCH v2 0/5] Add support for new boards in the imx6dl-yapp4 family Michal Vokáč
2023-03-14 18:06 ` Michal Vokáč
2023-03-14 18:06 ` [PATCH v2 1/5] ARM: dts: imx6dl-yapp4: Move phy reset into switch node Michal Vokáč
2023-03-14 18:06   ` Michal Vokáč
2023-03-14 18:06 ` [PATCH v2 2/5] ARM: dts: imx6dl-yapp4: Move status to the end of property list Michal Vokáč
2023-03-14 18:06   ` Michal Vokáč
2023-03-27  2:28   ` Shawn Guo [this message]
2023-03-27  2:28     ` Shawn Guo
2023-03-14 18:06 ` [PATCH v2 3/5] ARM: dts: imx6dl-yapp4: Remove unneeded status "okay" Michal Vokáč
2023-03-14 18:06   ` Michal Vokáč
2023-03-14 18:06 ` [PATCH v2 4/5] dt-bindings: arm: fsl: Add Y Soft IOTA Phoenix, Lynx, Pegasus and Pegasus+ Michal Vokáč
2023-03-14 18:06   ` Michal Vokáč
2023-03-14 18:06 ` [PATCH v2 5/5] ARM: dts: imx6dl-yapp43: Add support for new HW revision of the IOTA board Michal Vokáč
2023-03-14 18:06   ` Michal Vokáč

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=20230327022844.GE3364759@dragon \
    --to=shawnguo@kernel.org \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.vokac@ysoft.com \
    --cc=olof@lixom.net \
    --cc=robh+dt@kernel.org \
    --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.