summaryrefslogtreecommitdiff
path: root/board/fleex/gpio.inc
diff options
context:
space:
mode:
authorMarco Chen <marcochen@chromium.org>2019-04-11 19:42:12 +0800
committerchrome-bot <chrome-bot@chromium.org>2019-04-13 01:32:11 -0700
commitebb1a8ebc4efac1a7bb4a74f25f6ef433adcee99 (patch)
treed1bfe955446d5a126906035aea0698c327f95e51 /board/fleex/gpio.inc
parent6eae444d96a46e9349b889b6f7c252eeb0bc261e (diff)
downloadchrome-ec-ebb1a8ebc4efac1a7bb4a74f25f6ef433adcee99.tar.gz
octopus: correct GPIO - KB_BL_PWR_EN to UNIMPLEMENTED
First wave projects don't have any board with keyboard backlight so the GPIO - KB_BL_PWR_EN should be configured by macro of UNIMPLEMENTED instead of output direction. BRANCH=octopus BUG=b:130329644 TEST=buildall Change-Id: I5c37b4b5ec3eb3f629c6d494064a6a27a3a1417c Signed-off-by: Marco Chen <marcochen@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1564493 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'board/fleex/gpio.inc')
-rw-r--r--board/fleex/gpio.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/fleex/gpio.inc b/board/fleex/gpio.inc
index 6993acd251..987a02674b 100644
--- a/board/fleex/gpio.inc
+++ b/board/fleex/gpio.inc
@@ -131,8 +131,8 @@ GPIO(USB_C1_HPD_1V8_ODL, PIN(C, 6), GPIO_INPUT | /* C1 DP Hotplug Detect */
GPIO(LED_1_PWR_WHITE_L, PIN(C, 3), GPIO_OUT_HIGH)
GPIO(LED_2_CHG_AMBER_L, PIN(C, 4), GPIO_OUT_HIGH)
-/* Keyboard Backlight */
-GPIO(KB_BL_PWR_EN, PIN(6, 2), GPIO_OUT_LOW)
+/* Not implemented in hardware */
+UNIMPLEMENTED(KB_BL_PWR_EN)
/* Overcurrent event to host */
GPIO(USB_C_OC, PIN(3, 6), GPIO_ODR_HIGH | GPIO_SEL_1P8V)