summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233/sansa-fuzeplus
diff options
context:
space:
mode:
authorAmaury Pouly <pamaury@rockbox.org>2011-11-17 23:10:22 +0000
committerAmaury Pouly <pamaury@rockbox.org>2011-11-17 23:10:22 +0000
commit852b68c74aab63915ba9c9c7378cf33e3277e6bb (patch)
treed346395ea47a2bb34f57658a611bf61c1edec801 /firmware/target/arm/imx233/sansa-fuzeplus
parent9cb91c006247b8a326d52f7f1c2e45ca2238c614 (diff)
downloadrockbox-852b68c74aab63915ba9c9c7378cf33e3277e6bb.tar.gz
rockbox-852b68c74aab63915ba9c9c7378cf33e3277e6bb.zip
imx233/fuze+: set drive strength of tuner chip enable pin, enable backlight on panic
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31026 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx233/sansa-fuzeplus')
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
index 5cda13e2bb..bf06abe311 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
@@ -33,6 +33,7 @@ bool tuner_power(bool enable)
33 { 33 {
34 fmradio_i2c_enable(enable); 34 fmradio_i2c_enable(enable);
35 /* CE is B029 (active high) */ 35 /* CE is B029 (active high) */
36 imx233_set_pin_drive_strength(0, 29, PINCTRL_DRIVE_4mA);
36 imx233_enable_gpio_output(0, 29, enable); 37 imx233_enable_gpio_output(0, 29, enable);
37 imx233_set_gpio_output(0, 29, enable); 38 imx233_set_gpio_output(0, 29, enable);
38 tuner_enable = enable; 39 tuner_enable = enable;