fuze+: fix typo

Change-Id: I0b86d5cadeb5b792dbdd71ea1e25230a6643afdf
This commit is contained in:
Amaury Pouly 2013-10-20 22:39:56 +02:00
parent 46416c619d
commit 28669ca0fd

View file

@ -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);