From 3c2be1a44089e4ecffd8a6462583fc276ad76790 Mon Sep 17 00:00:00 2001 From: Shawn Nematbakhsh Date: Fri, 29 May 2015 14:29:59 -0700 Subject: glados: Initialize PMIC V12 / V0.85A supply This change is necessary to ensure power-up of edge-case Skylake parts. BUG=chrome-os-partner:40677 TEST=Manual on Glados. Boot system to S0, run "i2cxfer r 4 0x60 0x38", verify that 0x7a is read. BRANCH=None Change-Id: Id9e62731aaa75fb2357a05d898ba2d4d28f87d9e Signed-off-by: Shawn Nematbakhsh Reviewed-on: https://chromium-review.googlesource.com/274114 Reviewed-by: Duncan Laurie --- board/glados/board.h | 1 + 1 file changed, 1 insertion(+) (limited to 'board/glados/board.h') diff --git a/board/glados/board.h b/board/glados/board.h index cfa44e425d..393c12182d 100644 --- a/board/glados/board.h +++ b/board/glados/board.h @@ -52,6 +52,7 @@ #define I2C_PORT_PD_MCU MEC1322_I2C1 #define I2C_PORT_ALS MEC1322_I2C2 #define I2C_PORT_ACCEL MEC1322_I2C2 +#define I2C_PORT_PMIC MEC1322_I2C3 #ifndef __ASSEMBLER__ -- cgit v1.2.1