diff options
author | Marc Jones <marcj303@gmail.com> | 2018-07-14 17:42:13 -0600 |
---|---|---|
committer | Marc Jones <marc@marcjonesconsulting.com> | 2018-07-17 01:58:04 +0000 |
commit | 8247f3df67e59ad3cfddd1aa98526593e37b8c76 (patch) | |
tree | 17866629eb9edcfe82e44f60bea7993ac81ed3b2 /src/mainboard | |
parent | 290c4459114473c6dfe9e1184481fb9b7564576e (diff) | |
download | coreboot-8247f3df67e59ad3cfddd1aa98526593e37b8c76.tar.xz |
mainboard/google/kahlee: Don't default backlight on
Keep the backlight off until it is needed.
BUG=b:72694972
TEST=Backlight turns on at ChromeOS splash screen, not prior.
Change-Id: Ia1aba787734e2976146ecd305dd821f0b326f0db
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: https://review.coreboot.org/27489
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/kahlee/variants/baseboard/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/kahlee/variants/baseboard/gpio.c b/src/mainboard/google/kahlee/variants/baseboard/gpio.c index d8abe6cccd..db68fa463e 100644 --- a/src/mainboard/google/kahlee/variants/baseboard/gpio.c +++ b/src/mainboard/google/kahlee/variants/baseboard/gpio.c @@ -211,7 +211,7 @@ static const struct soc_amd_gpio gpio_set_stage_ram[] = { PAD_GPI(GPIO_130, PULL_UP), /* GPIO_133 - APU_EDP_BKLTEN_L (backlight - Active LOW) */ - PAD_GPO(GPIO_133, LOW), + PAD_GPO(GPIO_133, HIGH), /* GPIO_135 - Unused (TP128) */ PAD_GPI(GPIO_135, PULL_UP), |