summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/sd-imx233.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/sd-imx233.c')
-rw-r--r--firmware/target/arm/imx233/sd-imx233.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/sd-imx233.c b/firmware/target/arm/imx233/sd-imx233.c
index b68950b9e8..1e9d001bbd 100644
--- a/firmware/target/arm/imx233/sd-imx233.c
+++ b/firmware/target/arm/imx233/sd-imx233.c
@@ -64,6 +64,7 @@ void sd_power(bool on)
64{ 64{
65 #ifdef SANSA_FUZEPLUS 65 #ifdef SANSA_FUZEPLUS
66 /* The Fuze+ uses pin B0P8 for whatever reason, power ? */ 66 /* The Fuze+ uses pin B0P8 for whatever reason, power ? */
67 imx233_pinctrl_acquire_pin(0, 8, "sd power");
67 imx233_set_pin_function(0, 8, PINCTRL_FUNCTION_GPIO); 68 imx233_set_pin_function(0, 8, PINCTRL_FUNCTION_GPIO);
68 imx233_enable_gpio_output(0, 8, true); 69 imx233_enable_gpio_output(0, 8, true);
69 imx233_set_gpio_output(0, 8, !on); 70 imx233_set_gpio_output(0, 8, !on);