Commit f87c9b04 authored by Michal Vokáč's avatar Michal Vokáč Committed by Shawn Guo

ARM: dts: imx6dl-yapp4: Move status to the end of property list

The status property should always be last in the list.
Signed-off-by: default avatarMichal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 7da7b84f
...@@ -269,9 +269,9 @@ leds: led-controller@30 { ...@@ -269,9 +269,9 @@ leds: led-controller@30 {
compatible = "ti,lp5562"; compatible = "ti,lp5562";
reg = <0x30>; reg = <0x30>;
clock-mode = /bits/ 8 <1>; clock-mode = /bits/ 8 <1>;
status = "disabled";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
status = "disabled";
led@0 { led@0 {
chan-name = "R"; chan-name = "R";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment