summaryrefslogtreecommitdiff
path: root/board/ezkinil/board.h
diff options
context:
space:
mode:
authorEdward Hill <ecgh@chromium.org>2020-04-28 13:38:26 -0600
committerCommit Bot <commit-bot@chromium.org>2020-04-29 01:41:26 +0000
commit2d5c4544f118037a7eb2cfcc42a9919fe756f445 (patch)
treeb8abe320940da806c6b6b8ed2b024d9f6039595f /board/ezkinil/board.h
parentdf4ef3ce0cf24574a90a2e5be1b23bd11dbe3875 (diff)
downloadchrome-ec-2d5c4544f118037a7eb2cfcc42a9919fe756f445.tar.gz
Zork: Move charger I2C to match HW change
Split chg_chips[] into Trembyle and Dalboz variants. Change I2C_PORT_CHARGER to I2C4_1 for Trembyle V1 HW. Check for V0 HW on boot to re-map back to I2C2_0. BUG=b:155156669 BRANCH=none TEST=charger still works on V0 HW Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: Ia90b9ed34551b2fea72b921bbdffe8e1a9249188 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2171044 Reviewed-by: Aaron Durbin <adurbin@google.com> Reviewed-by: Martin Roth <martinroth@google.com> Commit-Queue: Martin Roth <martinroth@google.com>
Diffstat (limited to 'board/ezkinil/board.h')
-rw-r--r--board/ezkinil/board.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/ezkinil/board.h b/board/ezkinil/board.h
index 624aeefc27..776dbd4a59 100644
--- a/board/ezkinil/board.h
+++ b/board/ezkinil/board.h
@@ -3,8 +3,6 @@
* found in the LICENSE file.
*/
-/* Trembyle board configuration */
-
#ifndef __CROS_EC_BOARD_H
#define __CROS_EC_BOARD_H
@@ -21,7 +19,6 @@
#define CONFIG_I2C_DEBUG
#define CONFIG_MKBP_USE_GPIO
-
#define CONFIG_FAN_RPM_CUSTOM
/* Motion sensing drivers */