summaryrefslogtreecommitdiff
path: root/board/boten/board.h
diff options
context:
space:
mode:
authorxiong.huang <xiong.huang@bitland.corp-partner.google.com>2020-06-16 11:36:00 +0800
committerCommit Bot <commit-bot@chromium.org>2020-06-19 12:27:01 +0000
commite68e6dba5d98342dbad0d0c226b1981aa8d612a7 (patch)
treecf4aac26e79255cfc2304538beab6a0937996da6 /board/boten/board.h
parent4df277da323b87bebb27209971670e6862d6f435 (diff)
downloadchrome-ec-e68e6dba5d98342dbad0d0c226b1981aa8d612a7.tar.gz
boten: reconfigure GPIOs
Remove GPF4, GPF5, GPC7, GPF1, GPL2. Configure GPL6 and GPE6, which control MB and DB USB-A power supply. GPE0 and GPE7 are used for DB HDMI. BUG=b:157626290, b:158658777 BRANCH=none TEST=make buildall -j Signed-off-by: xiong.huang <xiong.huang@bitland.corp-partner.google.com> Change-Id: Idb04e9d93d30c4ff8792dc92e92888a771bd02ba Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2245588 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'board/boten/board.h')
-rw-r--r--board/boten/board.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/boten/board.h b/board/boten/board.h
index 40de5495b9..edc802cbbc 100644
--- a/board/boten/board.h
+++ b/board/boten/board.h
@@ -34,7 +34,6 @@
/* Sensors */
#define CONFIG_ACCEL_LIS2DE /* Lid accel */
#define CONFIG_ACCELGYRO_LSM6DSM /* Base accel */
-#define CONFIG_SYNC /* Camera VSYNC */
/* Sensors without hardware FIFO are in forced mode */
#define CONFIG_ACCEL_FORCE_MODE_MASK BIT(LID_ACCEL)
@@ -50,9 +49,6 @@
#define CONFIG_LID_ANGLE_SENSOR_BASE BASE_ACCEL
#define CONFIG_LID_ANGLE_SENSOR_LID LID_ACCEL
-#define CONFIG_SYNC_INT_EVENT \
- TASK_EVENT_MOTION_SENSOR_INTERRUPT(VSYNC)
-
#define CONFIG_TABLET_MODE
#define CONFIG_TABLET_MODE_SWITCH
#define CONFIG_GMR_TABLET_MODE
@@ -97,7 +93,6 @@ enum sensor_id {
LID_ACCEL,
BASE_ACCEL,
BASE_GYRO,
- VSYNC,
SENSOR_COUNT
};