mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
9cb91c0062
commit
852b68c74a
3 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue