summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2008-04-13 12:24:41 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2008-04-13 12:24:41 +0000
commit4c5a735a023755cedc264a4cad89f1ab0c256e17 (patch)
treedde6f2ece346716e125e9f0d6951dd666df6b3b0
parentc773eed3e1dcde1d248dac7008cb29cd8aaae288 (diff)
downloadrockbox-4c5a735a023755cedc264a4cad89f1ab0c256e17.tar.gz
rockbox-4c5a735a023755cedc264a4cad89f1ab0c256e17.zip
Further power saving for iPod Video (FS#8603). Do not enable D2REGC1 voltage for 5G/5.5G -- no changes for other iPods. Savings on a 5G/5.5G are about 1.5mA.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17095 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/drivers/pcf50605.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/pcf50605.c b/firmware/drivers/pcf50605.c
index 7d88e46aa2..59b3d25e30 100644
--- a/firmware/drivers/pcf50605.c
+++ b/firmware/drivers/pcf50605.c
@@ -99,7 +99,7 @@ void pcf50605_init(void)
99 /* keep initialization from svn for other iPods */ 99 /* keep initialization from svn for other iPods */
100 pcf50605_write(PCF5060X_D1REGC1, 0xf5); /* 3.0V ON */ 100 pcf50605_write(PCF5060X_D1REGC1, 0xf5); /* 3.0V ON */
101 pcf50605_write(PCF5060X_D3REGC1, 0xf5); /* 3.0V ON */ 101 pcf50605_write(PCF5060X_D3REGC1, 0xf5); /* 3.0V ON */
102#endif
103 /* Dock Connector pin 17 (default: OFF) */ 102 /* Dock Connector pin 17 (default: OFF) */
104 pcf50605_write(PCF5060X_D2REGC1, 0xf8); /* 3.3V ON */ 103 pcf50605_write(PCF5060X_D2REGC1, 0xf8); /* 3.3V ON */
104#endif
105} 105}