提交 66bfce55 编写于 作者: B Bo Shen 提交者: Andreas Bießmann

ARM: atmel: sama5d4 xplained: enable mmc power

Enable the power for MMC/SD port.
Signed-off-by: NBo Shen <voice.shen@atmel.com>
上级 6eb7e136
......@@ -228,6 +228,9 @@ void sama5d4_xplained_mci1_hw_init(void)
int board_mmc_init(bd_t *bis)
{
/* Enable the power supply */
at91_set_pio_output(AT91_PIO_PORTE, 4, 0);
return atmel_mci_init((void *)ATMEL_BASE_MCI1);
}
#endif /* CONFIG_GENERIC_ATMEL_MCI */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册