Home
last modified time | relevance | path

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

/arch/arm/mach-imx/
Dmx31moboard-smartbot.c152 #define POWER_EN IOMUX_TO_GPIO(MX31_PIN_DTR_DCE1) macro
159 if (!gpio_request(POWER_EN, "power-enable")) { in smartbot_resets_init()
160 gpio_direction_output(POWER_EN, 0); in smartbot_resets_init()
161 gpio_export(POWER_EN, false); in smartbot_resets_init()