1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 14:14:38 +02:00

qi-gta02-correct-filter-polarity.patch

Filter is enabled by b4 being 0 in each case, not 1

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green 2008-12-18 13:49:44 +00:00 committed by Andy Green
parent 6e190bc68c
commit e08b518990

View File

@ -45,8 +45,8 @@ const struct pcf50633_init pcf50633_init[] = {
{ PCF50633_REG_OOCMODE, 0x55 }, { PCF50633_REG_OOCMODE, 0x55 },
{ PCF50633_REG_OOCCTL, 0x47 }, { PCF50633_REG_OOCCTL, 0x47 },
{ PCF50633_REG_SVMCTL, 0x18 }, /* 3.10V SYS vth, 62ms filter */ { PCF50633_REG_SVMCTL, 0x08 }, /* 3.10V SYS vth, 62ms filter */
{ PCF50633_REG_BVMCTL, 0x12 }, /* 2.80V BAT vth, 62ms filter */ { PCF50633_REG_BVMCTL, 0x02 }, /* 2.80V BAT vth, 62ms filter */
{ PCF50633_REG_AUTOENA, 0x01 }, /* always on */ { PCF50633_REG_AUTOENA, 0x01 }, /* always on */