summaryrefslogtreecommitdiffstats
path: root/include/configs/ls1043aqds.h
diff options
context:
space:
mode:
authorWenbin Song <wenbin.song@nxp.com>2016-01-21 17:14:55 +0800
committerYork Sun <york.sun@nxp.com>2016-01-27 08:13:12 -0800
commit2970e14f652db18f5353f26f84e21f7dac84576d (patch)
tree3799e651f0f83145d02e8c78ab33776a5fcbb6c2 /include/configs/ls1043aqds.h
parent8e728aa915ab220e40ef68fe2b53f2fae5fbc42e (diff)
downloadtalos-obmc-uboot-2970e14f652db18f5353f26f84e21f7dac84576d.tar.gz
talos-obmc-uboot-2970e14f652db18f5353f26f84e21f7dac84576d.zip
armv8/ls1043aqds: Add lpuart support
Add lpuart support using the driver model. Signed-off-by: Wenbin Song <wenbin.song@nxp.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1043aqds.h')
-rw-r--r--include/configs/ls1043aqds.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h
index 4929d981f1..e6725e3be8 100644
--- a/include/configs/ls1043aqds.h
+++ b/include/configs/ls1043aqds.h
@@ -88,6 +88,11 @@ unsigned long get_board_ddr_clk(void);
#define CONFIG_SYS_FSL_PBL_RCW board/freescale/ls1043aqds/ls1043aqds_rcw_sd_ifc.cfg
#endif
+/* LPUART */
+#ifdef CONFIG_LPUART
+#define CONFIG_LPUART_32B_REG
+#endif
+
/* SATA */
#define CONFIG_LIBATA
#define CONFIG_SCSI_AHCI
OpenPOWER on IntegriCloud