Commit 9cbd220f authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx6q-sabrelite: Place 'status' as the last node

In order to follow the standard approach used on other imx dts files, place the
'status' node as the last one.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 275c08b5
...@@ -71,9 +71,9 @@ sound { ...@@ -71,9 +71,9 @@ sound {
}; };
&audmux { &audmux {
status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_audmux>; pinctrl-0 = <&pinctrl_audmux>;
status = "okay";
}; };
&ecspi1 { &ecspi1 {
...@@ -99,10 +99,10 @@ &fec { ...@@ -99,10 +99,10 @@ &fec {
}; };
&i2c1 { &i2c1 {
status = "okay";
clock-frequency = <100000>; clock-frequency = <100000>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c1>; pinctrl-0 = <&pinctrl_i2c1>;
status = "okay";
codec: sgtl5000@0a { codec: sgtl5000@0a {
compatible = "fsl,sgtl5000"; compatible = "fsl,sgtl5000";
...@@ -248,9 +248,9 @@ &ssi1 { ...@@ -248,9 +248,9 @@ &ssi1 {
}; };
&uart2 { &uart2 {
status = "okay";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart2>; pinctrl-0 = <&pinctrl_uart2>;
status = "okay";
}; };
&usbh1 { &usbh1 {
......
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