summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/tegra20-seaboard.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-09-04 16:27:35 -0600
committerSimon Glass <sjg@chromium.org>2014-09-10 13:00:02 -0600
commitc369139234c03b1494394d12cd27009f47aa6606 (patch)
tree114a3c05c5dd4fbad186bd23a4a855675b46f0d7 /arch/arm/dts/tegra20-seaboard.dts
parent12e431b2777ce3b6940d7b7f1e32e28f58277560 (diff)
downloadblackbird-obmc-uboot-c369139234c03b1494394d12cd27009f47aa6606.tar.gz
blackbird-obmc-uboot-c369139234c03b1494394d12cd27009f47aa6606.zip
tegra: dts: Add serial port details
Some Tegra device tree files do not include information about the serial ports. Add this and also add information about the input clock speed. The console alias needs to be set up to indicate which port is used for the console. Also add a binding file since this is missing. Series-changes; 5 - Add full serial port nodes from Linux tree (commit fc9d4dbe) - Use /chosen/stdout-path instead of /aliases/console to specify the console Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/tegra20-seaboard.dts')
-rw-r--r--arch/arm/dts/tegra20-seaboard.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra20-seaboard.dts b/arch/arm/dts/tegra20-seaboard.dts
index c0e2e1e5fd..43b9911c89 100644
--- a/arch/arm/dts/tegra20-seaboard.dts
+++ b/arch/arm/dts/tegra20-seaboard.dts
@@ -10,6 +10,10 @@
bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/mmcblk1p3 rw rootwait";
};
+ chosen {
+ stdout-path = &uartd;
+ };
+
aliases {
/* This defines the order of our ports */
usb0 = "/usb@c5008000";
OpenPOWER on IntegriCloud