diff options
author | Thomas Chou | 2015-11-19 21:48:11 +0800 |
---|---|---|
committer | Tom Rini | 2015-11-21 21:50:16 -0500 |
commit | 1874626b2b7f7d44187e72c8e285dd348285743d (patch) | |
tree | cebed466c2ccfacf07715d7f24238e34f70aa3b6 /include/configs | |
parent | ace59da1370215a478bce791622cf8913157b9b5 (diff) |
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/configs')
-rw-r--r-- | include/configs/tegra-common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 5bb9e485f2e..bcc35f744b2 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. |