summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2015-11-19 21:48:11 +0800
committerTom Rini <trini@konsulko.com>2015-11-21 21:50:16 -0500
commit1874626b2b7f7d44187e72c8e285dd348285743d (patch)
treecebed466c2ccfacf07715d7f24238e34f70aa3b6 /include
parentace59da1370215a478bce791622cf8913157b9b5 (diff)
downloadtalos-obmc-uboot-1874626b2b7f7d44187e72c8e285dd348285743d.tar.gz
talos-obmc-uboot-1874626b2b7f7d44187e72c8e285dd348285743d.zip
ns16550: unify serial_tegra
Unify serial_tegra, and use the generic binding. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tegra-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 5bb9e485f2..bcc35f744b 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -39,8 +39,9 @@
/*
* NS16550 Configuration
*/
-#define CONFIG_TEGRA_SERIAL
+#define CONFIG_NS16550_SERIAL
#define CONFIG_SYS_NS16550
+#define CONFIG_SYS_NS16550_CLK V_NS16550_CLK
/*
* Common HW configuration.
OpenPOWER on IntegriCloud