aboutsummaryrefslogtreecommitdiff
path: root/include/configs/T104xRDB.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-07-19 07:59:34 -0400
committerTom Rini <trini@konsulko.com>2023-07-19 07:59:34 -0400
commit5dcfc99b2b17fa1497adea47a50bf7c7a6ba5709 (patch)
tree1aa4938c73f78354cbd1ba18a195dc62ac2111e4 /include/configs/T104xRDB.h
parent6f1b951500707e46f2920c0034856ada018aabcb (diff)
parent6d249769c5249774ea0e6b218279d9415108da35 (diff)
downloadu-boot-WIP/19Jul2023.zip
u-boot-WIP/19Jul2023.tar.gz
u-boot-WIP/19Jul2023.tar.bz2
Merge tag 'fsl-qoriq-2023-7-13' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/19Jul2023
Enable DM_SERIAL for T2080RDB, T4240RDB, T1042D4RDB, T1024RDB
Diffstat (limited to 'include/configs/T104xRDB.h')
-rw-r--r--include/configs/T104xRDB.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h
index f196bd7..01db298 100644
--- a/include/configs/T104xRDB.h
+++ b/include/configs/T104xRDB.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2014 Freescale Semiconductor, Inc.
- * Copyright 2020-2021 NXP
+ * Copyright 2020-2023 NXP
*/
#ifndef __CONFIG_H
@@ -238,7 +238,9 @@
* open - index 2
* shorted - index 1
*/
+#if !CONFIG_IS_ENABLED(DM_SERIAL)
#define CFG_SYS_NS16550_CLK (get_bus_freq(0)/2)
+#endif
#define CFG_SYS_BAUDRATE_TABLE \
{300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}