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>
This commit is contained in:
Marc Jones 2018-07-14 17:42:13 -06:00 committed by Marc Jones
parent 290c445911
commit 8247f3df67
1 changed files with 1 additions and 1 deletions

View File

@ -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),