* [PATCH] ARM: dts: imx6q-sabrelite: Place 'status' as the last node
@ 2013-11-20 18:20 Fabio Estevam
2013-11-25 2:35 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2013-11-20 18:20 UTC (permalink / raw)
To: linux-arm-kernel
From: Fabio Estevam <fabio.estevam@freescale.com>
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>
---
arch/arm/boot/dts/imx6q-sabrelite.dts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/imx6q-sabrelite.dts b/arch/arm/boot/dts/imx6q-sabrelite.dts
index ec9e4c1..75760ed 100644
--- a/arch/arm/boot/dts/imx6q-sabrelite.dts
+++ b/arch/arm/boot/dts/imx6q-sabrelite.dts
@@ -71,9 +71,9 @@
};
&audmux {
- status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_audmux>;
+ status = "okay";
};
&ecspi1 {
@@ -99,10 +99,10 @@
};
&i2c1 {
- status = "okay";
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c1>;
+ status = "okay";
codec: sgtl5000 at 0a {
compatible = "fsl,sgtl5000";
@@ -200,9 +200,9 @@
};
&uart2 {
- status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart2>;
+ status = "okay";
};
&usbh1 {
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-25 2:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20 18:20 [PATCH] ARM: dts: imx6q-sabrelite: Place 'status' as the last node Fabio Estevam
2013-11-25 2:35 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).