summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-01-17 14:54:36 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-01-29 11:31:31 +0100
commitc812fd20feef401e8776a13be7f70545c53eb4fa (patch)
tree8f815591f26df83c730c05189021ebe433018727 /arch
parentf8ad3a885996e7f5ae20cce9b8075b5f1e7ce3b9 (diff)
downloadbarebox-c812fd20feef401e8776a13be7f70545c53eb4fa.tar.gz
barebox-c812fd20feef401e8776a13be7f70545c53eb4fa.tar.xz
ARM: phycard-i.MX27: Add stdout-path property
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx27-phytec-phycard-s-som.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx27-phytec-phycard-s-som.dts b/arch/arm/dts/imx27-phytec-phycard-s-som.dts
index 92c7f6c06a..c0341da71f 100644
--- a/arch/arm/dts/imx27-phytec-phycard-s-som.dts
+++ b/arch/arm/dts/imx27-phytec-phycard-s-som.dts
@@ -17,6 +17,10 @@
model = "Phytec pca100";
compatible = "phytec,imx27-pca100", "fsl,imx27";
+ chosen {
+ linux,stdout-path = &uart1;
+ };
+
memory {
reg = <0xa0000000 0x08000000>; /* 128MB */
};