summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2012-07-27 19:14:00 -0700
committerGerrit <chrome-bot@google.com>2012-08-09 19:18:20 -0700
commit9f0bfd4609671aacf68eeda8958036e33136d0ba (patch)
tree5ddff70812d3f0165064ef59d9e96e5d3412b279
parent6cd9e1124b2432f7b6d8693cc4bd170514cfd689 (diff)
downloadchrome-ec-9f0bfd4609671aacf68eeda8958036e33136d0ba.tar.gz
link: update IR3570A settings
update settings according to IR3570Axxxx_REV5_DRC_7-27-12. This should fix the spurious UVLO during reboot, so it re-activates the fault. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=chrome-os-partner:11947 TEST=on Link EVT reworked with IR3570A, run software and check we can reboot normally and we have no GPU warning. Change-Id: I5882f1d25a65c81fdaa4326ead913bc080b71ee9 Reviewed-on: https://gerrit.chromium.org/gerrit/28650 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--common/ir357x.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/common/ir357x.c b/common/ir357x.c
index 1dd6c481f9..02c6dcc5cf 100644
--- a/common/ir357x.c
+++ b/common/ir357x.c
@@ -37,26 +37,26 @@ static struct ir_setting ir3570_settings[] = {
{0x30, 0xab}, {0x31, 0x14}, {0x32, 0x90}, {0x33, 0x4d},
{0x34, 0x75}, {0x35, 0x64}, {0x36, 0x64}, {0x37, 0x09},
{0x38, 0xc4}, {0x39, 0x20}, {0x3a, 0x80}, {0x3b, 0x00},
- {0x3c, 0x00}, {0x3d, 0xaa}, {0x3e, 0x00}, {0x3f, 0x02},
+ {0x3c, 0x00}, {0x3d, 0xaa}, {0x3e, 0x00}, {0x3f, 0x05},
{0x40, 0x50}, {0x41, 0x40}, {0x42, 0x00}, {0x43, 0x00},
{0x44, 0x00}, {0x45, 0x00}, {0x46, 0x00}, {0x47, 0x00},
{0x48, 0x1c}, {0x49, 0x0c}, {0x4a, 0x0f}, {0x4b, 0x40},
{0x4c, 0x80}, {0x4d, 0x40}, {0x4e, 0x80},
{0x51, 0x00}, {0x52, 0x45}, {0x53, 0x59},
- {0x54, 0x23}, {0x55, 0x0e}, {0x56, 0x08}, {0x57, 0x24},
+ {0x54, 0x23}, {0x55, 0xae}, {0x56, 0x68}, {0x57, 0x24},
{0x58, 0x62}, {0x59, 0x42}, {0x5a, 0x34}, {0x5b, 0x00},
{0x5c, 0x30}, {0x5d, 0x05}, {0x5e, 0x02}, {0x5f, 0x35},
{0x60, 0x30}, {0x61, 0x00}, {0x62, 0xd8}, {0x63, 0x00},
- {0x64, 0x52}, {0x65, 0x00}, {0x66, 0x14}, {0x67, 0x87},
+ {0x64, 0x52}, {0x65, 0x28}, {0x66, 0x14}, {0x67, 0x87},
{0x68, 0x80}, {0x69, 0x00}, {0x6a, 0x00}, {0x6b, 0x00},
- {0x6c, 0x00}, {0x6d, 0xbf}, {0x6e, 0x06}, {0x6f, 0xff},
+ {0x6c, 0x00}, {0x6d, 0xff}, {0x6e, 0x06}, {0x6f, 0xff},
{0x70, 0xff}, {0x71, 0x20}, {0x72, 0x00}, {0x73, 0x01},
{0x74, 0x00}, {0x75, 0x00}, {0x76, 0x00}, {0x77, 0x00},
{0x78, 0x00}, {0x79, 0x00}, {0x7a, 0x00}, {0x7b, 0x00},
{0x7c, 0x15}, {0x7d, 0x15}, {0x7e, 0x00}, {0x7f, 0x00},
{0x80, 0x00}, {0x81, 0x00}, {0x82, 0x00}, {0x83, 0x00},
{0x84, 0x00}, {0x85, 0x00}, {0x86, 0x00}, {0x87, 0x00},
- {0x88, 0x88}, {0x89, 0x88}, {0x8a, 0x01}, {0x8b, 0xc2},
+ {0x88, 0x88}, {0x89, 0x88}, {0x8a, 0x01}, {0x8b, 0x42},
{0x8d, 0x00}, {0x8e, 0x00}, {0x8f, 0x1f},
{0, 0}
};