From: festevam@gmail.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: imx6q-sabrelite: Place 'status' as the last node
Date: Wed, 20 Nov 2013 16:20:48 -0200 [thread overview]
Message-ID: <1384971648-27056-1-git-send-email-festevam@gmail.com> (raw)
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
next reply other threads:[~2013-11-20 18:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-20 18:20 Fabio Estevam [this message]
2013-11-25 2:35 ` [PATCH] ARM: dts: imx6q-sabrelite: Place 'status' as the last node Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1384971648-27056-1-git-send-email-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).