From 85be3038a39fa106d001e7ad0eee82083847c445 Mon Sep 17 00:00:00 2001 From: Vijay Hiremath Date: Tue, 4 Aug 2015 17:10:33 -0700 Subject: Kunimitsu: Add board version support BUG=none TEST=Verified correct board version is returned via "version" console command. BRANCH=none Change-Id: I1449ea0883437f782c950f772b4539eedc64770d Signed-off-by: Vijay Hiremath Reviewed-on: https://chromium-review.googlesource.com/290578 Reviewed-by: Shawn N Tested-by: Divya Jyothi Commit-Queue: Divya Jyothi --- board/kunimitsu/gpio.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'board/kunimitsu/gpio.inc') diff --git a/board/kunimitsu/gpio.inc b/board/kunimitsu/gpio.inc index 7c9e9e8ecb..be459d06ef 100644 --- a/board/kunimitsu/gpio.inc +++ b/board/kunimitsu/gpio.inc @@ -87,9 +87,9 @@ GPIO(NC_201, PIN(201), GPIO_INPUT | GPIO_PULL_UP) GPIO(ENABLE_BACKLIGHT, PIN(202), GPIO_OUT_HIGH) GPIO(PP3300_WLAN_EN, PIN(203), GPIO_OUT_HIGH) GPIO(EC_WAKE_CLK, PIN(210), GPIO_INPUT) -GPIO(EC_BRD_ID0, PIN(6), GPIO_INPUT) -GPIO(EC_BRD_ID1, PIN(7), GPIO_INPUT) -GPIO(EC_BRD_ID2, PIN(10), GPIO_INPUT) +GPIO(BOARD_VERSION1, PIN(6), GPIO_INPUT) +GPIO(BOARD_VERSION2, PIN(7), GPIO_INPUT) +GPIO(BOARD_VERSION3, PIN(10), GPIO_INPUT) GPIO(KBD_KSO2, PIN(101), GPIO_KB_OUTPUT_COL2) GPIO(PVT_CS0, PIN(146), GPIO_ODR_HIGH) GPIO(SYS_RESET_L, PIN(121), GPIO_ODR_HIGH) -- cgit v1.2.1