serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIAL
authorStefan Roese <sr@denx.de>
Wed, 3 Apr 2019 13:24:19 +0000 (15:24 +0200)
committerEugen Hristev <eugen.hristev@microchip.com>
Tue, 9 Apr 2019 06:28:50 +0000 (09:28 +0300)
commite567dfb213f8e7af953645630e96450e128a986b
treee8d85f97d1ef52af6da6a9b990918c6a281b940b
parentce4d04af99083065265b6ed6b582e35f3c1018f3
serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIAL

This patch adds an alterative SPL version of atmel_serial_enable_clk().
This enables the usage of this driver without full clock support (in
drivers and DT nodes). This saves some space in the SPL image.

Please note that this fixed clock support is only added to the SPL code
in the DM_SERIAL part of this file. All boards not using SPL & DM_SERIAL
should not be affected.

This patch also introduces CONFIG_SPL_UART_CLOCK for the fixed UART
input clock. It defaults to 132096000 for ARCH_AT91 but can be set to
a different value if needed.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Andreas Bießmann <andreas@biessmann.org>
Cc: Eugen Hristev <eugen.hristev@microchip.com>
drivers/serial/Kconfig
drivers/serial/atmel_usart.c