diff options
| author | Tom Rini <[email protected]> | 2015-07-31 19:55:12 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-08-12 20:48:08 -0400 |
| commit | 57cd681b68bdaf5423d95be2eed82d00c36fe7b8 (patch) | |
| tree | f0792b47444ee88a84a6beca73bd6d704cd9acc7 /drivers/serial | |
| parent | b4c4fec300e87ce8b071fd8f3a9fd5bd2dce35ad (diff) | |
dra7xx: Add dra72_evm_defconfig using CONFIG_DM
- Import various DT files for DRA7 / DR72x / dra72-evm from Linux Kernel
v4.1
- Add config file for this board, enable DM and DM_GPIO
Cc: Simon Glass <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/serial')
| -rw-r--r-- | drivers/serial/serial_omap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/serial_omap.c b/drivers/serial/serial_omap.c index 265fe007a06..325fe427fd8 100644 --- a/drivers/serial/serial_omap.c +++ b/drivers/serial/serial_omap.c @@ -15,6 +15,7 @@ DECLARE_GLOBAL_DATA_PTR; #ifdef CONFIG_OF_CONTROL static const struct udevice_id omap_serial_ids[] = { { .compatible = "ti,omap3-uart" }, + { .compatible = "ti,omap4-uart" }, { } }; |
