提交 c043d8d8 编写于 作者: W Wenyou Yang 提交者: Andreas Bießmann

board: sama5d2_xplained: change SDHCI GCK's clock source to UPLL

Change the clock source of the SDHCI's generated clock from PLLA to
UPLL clock to align to Linux driver.
Signed-off-by: NWenyou Yang <wenyou.yang@atmel.com>
Reviewed-by: NAndreas Bießmann <andreas@biessmann.org>
上级 7a91e1a3
......@@ -175,7 +175,7 @@ static void board_sdhci0_hw_init(void)
at91_periph_clk_enable(ATMEL_ID_SDMMC0);
at91_enable_periph_generated_clk(ATMEL_ID_SDMMC0,
GCK_CSS_PLLA_CLK, 1);
GCK_CSS_UPLL_CLK, 1);
}
static void board_sdhci1_hw_init(void)
......@@ -191,7 +191,7 @@ static void board_sdhci1_hw_init(void)
at91_periph_clk_enable(ATMEL_ID_SDMMC1);
at91_enable_periph_generated_clk(ATMEL_ID_SDMMC1,
GCK_CSS_PLLA_CLK, 1);
GCK_CSS_UPLL_CLK, 1);
}
int board_mmc_init(bd_t *bis)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册