]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6q-sabrelite: Place 'status' as the last node
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 20 Nov 2013 18:20:48 +0000 (16:20 -0200)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 31 Dec 2013 03:04:49 +0000 (11:04 +0800)
In order to follow the standard approach used on other imx dts files, place the
'status' node as the last one.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx6q-sabrelite.dts

index ec9e4c1a4e789a204a656c0b2a7917c10f9b3422..75760edee8b0233b2bf034242eec4bda3cd5da92 100644 (file)
@@ -71,9 +71,9 @@
 };
 
 &audmux {
-       status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_audmux>;
+       status = "okay";
 };
 
 &ecspi1 {
 };
 
 &i2c1 {
-       status = "okay";
        clock-frequency = <100000>;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_i2c1>;
+       status = "okay";
 
        codec: sgtl5000@0a {
                compatible = "fsl,sgtl5000";
 };
 
 &uart2 {
-       status = "okay";
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart2>;
+       status = "okay";
 };
 
 &usbh1 {