summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/power-imx233.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/power-imx233.c')
-rw-r--r--firmware/target/arm/imx233/power-imx233.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/power-imx233.c b/firmware/target/arm/imx233/power-imx233.c
index 2ae7ff653c..be12207793 100644
--- a/firmware/target/arm/imx233/power-imx233.c
+++ b/firmware/target/arm/imx233/power-imx233.c
@@ -114,6 +114,7 @@ void power_off(void)
114 sleep(HZ / 2); 114 sleep(HZ / 2);
115#ifdef SANSA_FUZEPLUS 115#ifdef SANSA_FUZEPLUS
116 /* This pin seems to be important to shutdown the hardware properly */ 116 /* This pin seems to be important to shutdown the hardware properly */
117 imx233_pinctrl_acquire_pin(0, 9, "power off");
117 imx233_set_pin_function(0, 9, PINCTRL_FUNCTION_GPIO); 118 imx233_set_pin_function(0, 9, PINCTRL_FUNCTION_GPIO);
118 imx233_enable_gpio_output(0, 9, true); 119 imx233_enable_gpio_output(0, 9, true);
119 imx233_set_gpio_output(0, 9, true); 120 imx233_set_gpio_output(0, 9, true);