Skip to content

Commit f87c9b0

Browse files
zandarShawn Guo
authored andcommitted
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: Michal Vokáč <michal.vokac@ysoft.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 7da7b84 commit f87c9b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/imx6dl-yapp4-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@
269269
compatible = "ti,lp5562";
270270
reg = <0x30>;
271271
clock-mode = /bits/ 8 <1>;
272-
status = "disabled";
273272
#address-cells = <1>;
274273
#size-cells = <0>;
274+
status = "disabled";
275275

276276
led@0 {
277277
chan-name = "R";

0 commit comments

Comments
 (0)