diff options
author | Pascal Linder | 2019-07-09 09:30:26 +0200 |
---|---|---|
committer | Stefan Roese | 2019-08-12 09:12:38 +0200 |
commit | b75e9e3fce8d8fa2ca45e12032fae57240821f65 (patch) | |
tree | 9c80b3729ceb49bb57e4a65b3c4319f793fe5130 /board | |
parent | 9db6bff8b5ffc7d11e83048f7cf56c9dffc2a671 (diff) |
km/uart: port UART interface of KM Kirkwood boards to driver model
Activate the driver model for the serial interface in the KM Kirkwood
Kconfig file. The associated preprocessor definitions could be removed
from the header file. However, the clock of 200 MHz needs to be declared
in the device tree.
Signed-off-by: Pascal Linder <pascal.linder@edu.hefr.ch>
Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board')
-rw-r--r-- | board/keymile/km_arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/keymile/km_arm/Kconfig b/board/keymile/km_arm/Kconfig index 7da052f4c4f..335a45446a9 100644 --- a/board/keymile/km_arm/Kconfig +++ b/board/keymile/km_arm/Kconfig @@ -42,6 +42,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select BOARD_LATE_INIT select DM + select DM_SERIAL select DM_SPI select DM_SPI_FLASH imply CMD_CRAMFS |