summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-05-24 11:12:49 -0700
committerSimon Glass <sjg@chromium.org>2011-08-24 10:01:32 -0700
commitfb43a5f99b8d2e27229e4a6df93888e450505650 (patch)
tree40524e6c1f5c6674481aeb83f76a976f33a82265 /board
parent294a6ff1cf87104ef857ac38de4c202a90287594 (diff)
fdt: Add UART id numbers to support legacy code
This adds a simple ID number to each UART, which is how the existing Tegra and NS16550 code addresses a UART. Ultimately this will not be needed, as the Tegra board.c code moves fully to device trees, and the NS16550 code can be adjusted. BUG=chromium-os:13875 TEST=Boot U-Boot on Seaboard and run kernel Change-Id: Iba6bc7b49ea9460637bd14c85a8748fb6612ddda Reviewed-on: http://gerrit.chromium.org/gerrit/1462 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/nvidia/seaboard/tegra2-seaboard.dts6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/nvidia/seaboard/tegra2-seaboard.dts b/board/nvidia/seaboard/tegra2-seaboard.dts
index 0663da28865..f096abafde5 100644
--- a/board/nvidia/seaboard/tegra2-seaboard.dts
+++ b/board/nvidia/seaboard/tegra2-seaboard.dts
@@ -9,12 +9,6 @@
aliases {
console = "/serial@70006300";
-
- /*
- * Number the serial ports so the U-Boot NS16550 driver can
- * maintain an output buffer for each.
- */
- serial3 = "/serial@70006300";
};
chosen {