summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/tegra20-ventana.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-ventana.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-ventana.dts')
-rw-r--r--arch/arm/dts/tegra20-ventana.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra20-ventana.dts b/arch/arm/dts/tegra20-ventana.dts
index 1a526bab64..6812203918 100644
--- a/arch/arm/dts/tegra20-ventana.dts
+++ b/arch/arm/dts/tegra20-ventana.dts
@@ -6,6 +6,10 @@
model = "NVIDIA Tegra20 Ventana evaluation board";
compatible = "nvidia,ventana", "nvidia,tegra20";
+ chosen {
+ stdout-path = &uartd;
+ };
+
aliases {
usb0 = "/usb@c5008000";
sdhci0 = "/sdhci@c8000600";
OpenPOWER on IntegriCloud