summaryrefslogtreecommitdiff
path: root/board/aleena/gpio.inc
diff options
context:
space:
mode:
authorJonathan Brandmeyer <jbrandmeyer@chromium.org>2018-10-04 10:19:57 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-10-04 17:09:13 -0700
commit634494ec964ac288222e7cd85f83d55a64aca7a1 (patch)
treebcc1d2bfa8c5876da2175b64fc3e0a677444bc96 /board/aleena/gpio.inc
parentce110598773fca8ef888e3a40f3e433da78e75a7 (diff)
downloadchrome-ec-634494ec964ac288222e7cd85f83d55a64aca7a1.tar.gz
careena, liara, aleena: Remove motion sensing support
These members of the grunt family do not include any motion sensors. Remove them entirely, both to save space and to disable some factory tests. build/aleena/RW/space_free_flash grew by 12716 bytes: (62400 to 75116) build/aleena/RW/space_free_ram grew by 9888 bytes: (30272 to 40160) build/careena/RW/space_free_flash grew by 12864 bytes: (61664 to 74528) build/careena/RW/space_free_ram grew by 9856 bytes: (30304 to 40160) build/liara/RW/space_free_flash grew by 12724 bytes: (61364 to 74088) build/liara/RW/space_free_ram grew by 9856 bytes: (30272 to 40128) BRANCH=grunt BUG=b:115649135 TEST=boot Careena. Observe that `ectool motionsense` returns an INVALID COMMAND error, and that the EC console shows no attempt is made to communicate with the sensors. Change-Id: I322978fc80e36b999e77f9e3d54b175c6814fdcf Signed-off-by: Jonathan Brandmeyer <jbrandmeyer@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1262099 Reviewed-by: Edward Hill <ecgh@chromium.org>
Diffstat (limited to 'board/aleena/gpio.inc')
-rw-r--r--board/aleena/gpio.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/aleena/gpio.inc b/board/aleena/gpio.inc
index 9b2f73fd4a..90e874f69e 100644
--- a/board/aleena/gpio.inc
+++ b/board/aleena/gpio.inc
@@ -23,7 +23,6 @@ GPIO_INT(WP_L, PIN(A, 1), GPIO_INT_BOTH, switch_interrupt)
GPIO_INT(VOLUME_DOWN_L, PIN(7, 0), GPIO_INT_BOTH | GPIO_PULL_UP, button_interrupt)
GPIO_INT(VOLUME_UP_L, PIN(7, 5), GPIO_INT_BOTH | GPIO_PULL_UP, button_interrupt)
GPIO_INT(USB_C0_CABLE_DET, PIN(3, 7), GPIO_INT_RISING, anx74xx_cable_det_interrupt)
-GPIO_INT(6AXIS_INT_L, PIN(8, 6), GPIO_INT_FALLING | GPIO_SEL_1P8V, bmi160_interrupt)
GPIO(EN_PWR_A, PIN(E, 2), GPIO_OUT_LOW) /* Enable Power */
GPIO(EN_PP1800_SENSOR, PIN(6, 7), GPIO_OUT_LOW) /* Enable Power */