summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2012-06-22 21:47:29 +0000
committerGerrit <chrome-bot@google.com>2012-06-22 15:35:41 -0700
commite61af38f55525177393a1e915fca45ef1c983411 (patch)
treeec4d0a88c0e22910e14108b860cac0fa9596ecd8 /common
parentee4ec72613b01ed47bb5844ce9c61636e7469a03 (diff)
downloadchrome-ec-e61af38f55525177393a1e915fca45ef1c983411.tar.gz
link: update VR settings
Update a couple of IR3571 settings : - remove the PS override bit which is a leftover from the debug session. - modify VR_READY and CODE REV Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=chrome-os-partner:10171 TEST=run several Link EVT with this EC and check we have no kernel warnings. Change-Id: I873dc23ddb3ff8ac9fcdf24cd769414cb12689e5 Reviewed-on: https://gerrit.chromium.org/gerrit/25967 Reviewed-by: Bill Richardson <wfrichar@chromium.org> Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/ir357x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/ir357x.c b/common/ir357x.c
index 8e8d37f2d2..ab70b6a6af 100644
--- a/common/ir357x.c
+++ b/common/ir357x.c
@@ -44,8 +44,8 @@ static uint8_t ir357x_settings[][2] = {
{0x6c, 0x00}, {0x6d, 0x00}, {0x6e, 0x00}, {0x6f, 0x00},
{0x70, 0x80}, {0x71, 0x00}, {0x72, 0x00}, {0x73, 0x00},
{0x74, 0x00}, {0x75, 0xff}, {0x76, 0x06}, {0x77, 0xfb},
- {0x78, 0xfb}, {0x79, 0x04}, {0x7a, 0x00}, {0x7b, 0x01},
- {0x7c, 0xa0}, {0x7d, 0x10}, {0x7e, 0x20}, {0x7f, 0x8a},
+ {0x78, 0xfb}, {0x79, 0x04}, {0x7a, 0x00}, {0x7b, 0x0c},
+ {0x7c, 0xa0}, {0x7d, 0x10}, {0x7e, 0x00}, {0x7f, 0x8a},
{0x80, 0x1b}, {0x81, 0x11}, {0x82, 0x00}, {0x83, 0x00},
{0x84, 0x00}, {0x85, 0x00}, {0x86, 0x00}, {0x87, 0x00},
{0x88, 0x00}, {0x89, 0x00}, {0x8a, 0x00}, {0x8b, 0x00},