mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
fuze+: fix typo
Change-Id: I0b86d5cadeb5b792dbdd71ea1e25230a6643afdf
This commit is contained in:
parent
46416c619d
commit
28669ca0fd
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ bool tuner_power(bool enable)
|
||||||
{
|
{
|
||||||
if(enable != tuner_enable)
|
if(enable != tuner_enable)
|
||||||
{
|
{
|
||||||
/* CE is B029 (active high) */
|
/* CE is B0P29 (active high) */
|
||||||
imx233_pinctrl_acquire(0, 29, "tuner power");
|
imx233_pinctrl_acquire(0, 29, "tuner power");
|
||||||
imx233_pinctrl_set_function(0, 29, PINCTRL_FUNCTION_GPIO);
|
imx233_pinctrl_set_function(0, 29, PINCTRL_FUNCTION_GPIO);
|
||||||
imx233_pinctrl_set_drive(0, 29, PINCTRL_DRIVE_4mA);
|
imx233_pinctrl_set_drive(0, 29, PINCTRL_DRIVE_4mA);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue