mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
mod sdmmc
This commit is contained in:
@@ -162,11 +162,6 @@ void rk2818_sdmmc1_cfg_gpio(struct platform_device *dev)
|
||||
{
|
||||
rk2818_mux_api_set(GPIOG_MMC1_SEL_NAME, IOMUXA_SDMMC1_CMD_DATA0_CLKOUT);
|
||||
rk2818_mux_api_set(GPIOG_MMC1D_SEL_NAME, IOMUXA_SDMMC1_DATA123);
|
||||
/* test sdio */
|
||||
rk2818_mux_api_set(GPIOH7_HSADCCLK_SEL_NAME,IOMUXB_GPIO1_D7);
|
||||
rk2818_mux_api_set(GPIOF5_APWM3_DPWM3_NAME,IOMUXB_GPIO1_B5);
|
||||
gpio_direction_output(RK2818_PIN_PH7,GPIO_HIGH);
|
||||
/*************/
|
||||
}
|
||||
#define CONFIG_SDMMC0_USE_DMA
|
||||
#define CONFIG_SDMMC1_USE_DMA
|
||||
|
||||
Reference in New Issue
Block a user