diff options
| author | Wenbin Song <[email protected]> | 2016-01-21 17:14:55 +0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2016-01-27 08:13:12 -0800 |
| commit | 2970e14f652db18f5353f26f84e21f7dac84576d (patch) | |
| tree | 3799e651f0f83145d02e8c78ab33776a5fcbb6c2 /include | |
| parent | 8e728aa915ab220e40ef68fe2b53f2fae5fbc42e (diff) | |
armv8/ls1043aqds: Add lpuart support
Add lpuart support using the driver model.
Signed-off-by: Wenbin Song <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ls1043aqds.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index 4929d981f17..e6725e3be8a 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 |
