aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx53-mba53.dts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-05-07 09:19:00 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-05-16 11:02:07 -0400
commit48f51963641b30add337b4edb6d48ec351c6daf7 (patch)
tree63a912b5ea15b0b34a45f0a1905ce8cdfb6f2cb5 /arch/arm/boot/dts/imx53-mba53.dts
parentc5d2fbd0fd3a813517095fbc59339ed1003da79f (diff)
ARM: dts: Add stdout-path property to i.MX boards
This adds the stdout-path property to various i.MX boards. Values of the property have been taken from barebox, so they should be correct. Also, the older linux,stdout-path property is converted to stdout-path. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx53-mba53.dts')
-rw-r--r--arch/arm/boot/dts/imx53-mba53.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53-mba53.dts b/arch/arm/boot/dts/imx53-mba53.dts
index 7c8c12969892..3f2400b8560b 100644
--- a/arch/arm/boot/dts/imx53-mba53.dts
+++ b/arch/arm/boot/dts/imx53-mba53.dts
@@ -17,6 +17,10 @@
17 model = "TQ MBa53 starter kit"; 17 model = "TQ MBa53 starter kit";
18 compatible = "tq,mba53", "tq,tqma53", "fsl,imx53"; 18 compatible = "tq,mba53", "tq,tqma53", "fsl,imx53";
19 19
20 chosen {
21 stdout-path = &uart2;
22 };
23
20 backlight { 24 backlight {
21 compatible = "pwm-backlight"; 25 compatible = "pwm-backlight";
22 pwms = <&pwm2 0 50000>; 26 pwms = <&pwm2 0 50000>;