[coreboot-gerrit] New patch to review for coreboot: gru: kevin: define GPIOs used on both platforms

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Jan 19 18:39:46 CET 2017


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18176

-gerrit

commit f6c967fcbbdbe317fbce7c961bc241d1252dfb18
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Sun May 22 15:53:37 2016 -0700

    gru: kevin: define GPIOs used on both platforms
    
    The same GPIOs are used on both platforms, definitions are added an a
    new .h to make it easier to re-use them across the code.
    
    BRANCH=none
    BUG=chrome-os-partner:51537
    TEST=panel backlight still enabled on Gru as before. The rest of the
         GPIOs are used in the upcoming patches.
    
    Change-Id: I54ef3e8dd79670bdb037baeec91430113d11bcc1
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: c58788026f28af52c650da0159b93d97269ca4a9
    Original-Change-Id: I1a6c5b5beb82ffcc5fea397e8e9ec2f183f4a7e0
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/346219
    Original-Tested-by: Shunqian Zheng <zhengsq at rock-chips.com>
---
 src/mainboard/google/gru/mainboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/gru/mainboard.c b/src/mainboard/google/gru/mainboard.c
index d1ce164..4dc677c 100644
--- a/src/mainboard/google/gru/mainboard.c
+++ b/src/mainboard/google/gru/mainboard.c
@@ -371,7 +371,7 @@ static void enable_backlight_booster(void)
 
 void mainboard_power_on_backlight(void)
 {
-	gpio_output(GPIO(1, C, 1), 1);  /* BL_EN */
+	gpio_output(GPIO_BACKLIGHT, 1);  /* BL_EN */
 
 	if (IS_ENABLED(CONFIG_BOARD_GOOGLE_GRU) && board_id() == 0)
 		enable_backlight_booster();



More information about the coreboot-gerrit mailing list