summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-10-20 22:39:56 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-10-21 01:23:14 +0200
commit28669ca0fd1894a727eb4da77843f5435722b449 (patch)
tree7d51bb8be04ed1dfb02c4ab570ed55af01753f9a
parent46416c619d586c45647ddc76045b0ed253733d57 (diff)
downloadrockbox-28669ca0fd1894a727eb4da77843f5435722b449.tar.gz
rockbox-28669ca0fd1894a727eb4da77843f5435722b449.zip
fuze+: fix typo
Change-Id: I0b86d5cadeb5b792dbdd71ea1e25230a6643afdf
-rw-r--r--firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c b/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
index e3945935aa..be087eb140 100644
--- a/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
+++ b/firmware/target/arm/imx233/sansa-fuzeplus/power-fuzeplus.c
@@ -32,7 +32,7 @@ bool tuner_power(bool enable)
{
if(enable != tuner_enable)
{
- /* CE is B029 (active high) */
+ /* CE is B0P29 (active high) */
imx233_pinctrl_acquire(0, 29, "tuner power");
imx233_pinctrl_set_function(0, 29, PINCTRL_FUNCTION_GPIO);
imx233_pinctrl_set_drive(0, 29, PINCTRL_DRIVE_4mA);