Home
last modified time | relevance | path

Searched refs:CL_SOM_IMX7_GPIO_USDHC3_PWR (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/compulab/cl-som-imx7/
H A Dcl-som-imx7.c73 #define CL_SOM_IMX7_GPIO_USDHC3_PWR IMX_GPIO_NR(6, 11) macro
99 gpio_request(CL_SOM_IMX7_GPIO_USDHC3_PWR, "usdhc3_pwr"); in board_mmc_init()
100 gpio_direction_output(CL_SOM_IMX7_GPIO_USDHC3_PWR, 0); in board_mmc_init()
102 gpio_direction_output(CL_SOM_IMX7_GPIO_USDHC3_PWR, 1); in board_mmc_init()