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:
parent
290c445911
commit
8247f3df67
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue