diff mbox series

[v2,2/5] ARM: dts: imx6dl-yapp4: Move status to the end of property list

Message ID 20230314180608.44482-3-michal.vokac@ysoft.com (mailing list archive)
State New, archived
Headers show
Series Add support for new boards in the imx6dl-yapp4 family | expand

Commit Message

Michal Vokáč March 14, 2023, 6:06 p.m. UTC
The status property should always be last in the list.

Fixes: b86d3d21cd4c ("ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 channel node")
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(-)

Comments

Shawn Guo March 27, 2023, 2:28 a.m. UTC | #1
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
>
diff mbox series

Patch

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";