mirror of
https://xff.cz/git/u-boot/
synced 2025-09-26 04:51:17 +02:00
arm: atmel: sama5d3: early enable PIO peripherals
Enable the PIO peripherals early than other peripherals. Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
This commit is contained in:
committed by
Andreas Bießmann
parent
ebfde6db3c
commit
d2acb986db
@@ -158,6 +158,12 @@ void lcd_show_board_info(void)
|
|||||||
|
|
||||||
int board_early_init_f(void)
|
int board_early_init_f(void)
|
||||||
{
|
{
|
||||||
|
at91_periph_clk_enable(ATMEL_ID_PIOA);
|
||||||
|
at91_periph_clk_enable(ATMEL_ID_PIOB);
|
||||||
|
at91_periph_clk_enable(ATMEL_ID_PIOC);
|
||||||
|
at91_periph_clk_enable(ATMEL_ID_PIOD);
|
||||||
|
at91_periph_clk_enable(ATMEL_ID_PIOE);
|
||||||
|
|
||||||
at91_seriald_hw_init();
|
at91_seriald_hw_init();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user