summaryrefslogtreecommitdiff
path: root/arch/arm/dts/tegra20-medcom-wide.dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-09-04 22:27:35 (GMT)
committerSimon Glass <sjg@chromium.org>2014-09-10 19:00:02 (GMT)
commitc369139234c03b1494394d12cd27009f47aa6606 (patch)
tree114a3c05c5dd4fbad186bd23a4a855675b46f0d7 /arch/arm/dts/tegra20-medcom-wide.dts
parent12e431b2777ce3b6940d7b7f1e32e28f58277560 (diff)
downloadu-boot-c369139234c03b1494394d12cd27009f47aa6606.tar.xz
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-medcom-wide.dts')
-rw-r--r--arch/arm/dts/tegra20-medcom-wide.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/tegra20-medcom-wide.dts b/arch/arm/dts/tegra20-medcom-wide.dts
index a9a07f9..be2ed42 100644
--- a/arch/arm/dts/tegra20-medcom-wide.dts
+++ b/arch/arm/dts/tegra20-medcom-wide.dts
@@ -6,6 +6,10 @@
model = "Avionic Design Medcom-Wide";
compatible = "ad,medcom-wide", "nvidia,tegra20";
+ chosen {
+ stdout-path = &uartd;
+ };
+
aliases {
usb0 = "/usb@c5008000";
sdhci0 = "/sdhci@c8000600";