From e08b5189906335b27c3d14d5b6ddda5b883fb108 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Thu, 18 Dec 2008 13:49:44 +0000 Subject: [PATCH] qi-gta02-correct-filter-polarity.patch Filter is enabled by b4 being 0 in each case, not 1 Signed-off-by: Andy Green --- qiboot/src/cpu/s3c2442/gta02.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qiboot/src/cpu/s3c2442/gta02.c b/qiboot/src/cpu/s3c2442/gta02.c index 08674f6..d0dafd0 100644 --- a/qiboot/src/cpu/s3c2442/gta02.c +++ b/qiboot/src/cpu/s3c2442/gta02.c @@ -45,8 +45,8 @@ const struct pcf50633_init pcf50633_init[] = { { PCF50633_REG_OOCMODE, 0x55 }, { PCF50633_REG_OOCCTL, 0x47 }, - { PCF50633_REG_SVMCTL, 0x18 }, /* 3.10V SYS vth, 62ms filter */ - { PCF50633_REG_BVMCTL, 0x12 }, /* 2.80V BAT vth, 62ms filter */ + { PCF50633_REG_SVMCTL, 0x08 }, /* 3.10V SYS vth, 62ms filter */ + { PCF50633_REG_BVMCTL, 0x02 }, /* 2.80V BAT vth, 62ms filter */ { PCF50633_REG_AUTOENA, 0x01 }, /* always on */