]> git.karo-electronics.de Git - linux-beck.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>
Sun, 9 Feb 2014 13:29:13 +0000 (21:29 +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 7debf6f7d81087f1781423e2603541fed2c62ea7..e1f120e58eb8ac33bd2920dbdc278455a1853db9 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 {