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
This commit is contained in:
Amaury Pouly 2011-11-17 23:10:22 +00:00
parent 9cb91c0062
commit 852b68c74a
3 changed files with 3 additions and 2 deletions

View file

@ -33,6 +33,7 @@ bool tuner_power(bool enable)
{
fmradio_i2c_enable(enable);
/* CE is B029 (active high) */
imx233_set_pin_drive_strength(0, 29, PINCTRL_DRIVE_4mA);
imx233_enable_gpio_output(0, 29, enable);
imx233_set_gpio_output(0, 29, enable);
tuner_enable = enable;