summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/sansa-fuzeplus
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx233/sansa-fuzeplus')
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
index e3945935aa..be087eb140 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
@@ -32,7 +32,7 @@ bool tuner_power(bool enable)
32{ 32{
33 if(enable != tuner_enable) 33 if(enable != tuner_enable)
34 { 34 {
35 /* CE is B029 (active high) */ 35 /* CE is B0P29 (active high) */
36 imx233_pinctrl_acquire(0, 29, "tuner power"); 36 imx233_pinctrl_acquire(0, 29, "tuner power");
37 imx233_pinctrl_set_function(0, 29, PINCTRL_FUNCTION_GPIO); 37 imx233_pinctrl_set_function(0, 29, PINCTRL_FUNCTION_GPIO);
38 imx233_pinctrl_set_drive(0, 29, PINCTRL_DRIVE_4mA); 38 imx233_pinctrl_set_drive(0, 29, PINCTRL_DRIVE_4mA);