[coreboot-gerrit] Change in coreboot[master]: mainboard/google/kahlee: Don't default backlight on

Marc Jones (Code Review) gerrit at coreboot.org
Sun Jul 15 01:46:32 CEST 2018


Marc Jones has uploaded this change for review. ( https://review.coreboot.org/27489


Change subject: mainboard/google/kahlee: Don't default backlight on
......................................................................

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 at gmail.com>
---
M src/mainboard/google/kahlee/variants/baseboard/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/27489/1

diff --git a/src/mainboard/google/kahlee/variants/baseboard/gpio.c b/src/mainboard/google/kahlee/variants/baseboard/gpio.c
index d8abe6c..db68fa4 100644
--- a/src/mainboard/google/kahlee/variants/baseboard/gpio.c
+++ b/src/mainboard/google/kahlee/variants/baseboard/gpio.c
@@ -211,7 +211,7 @@
 	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),

-- 
To view, visit https://review.coreboot.org/27489
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia1aba787734e2976146ecd305dd821f0b326f0db
Gerrit-Change-Number: 27489
Gerrit-PatchSet: 1
Gerrit-Owner: Marc Jones <marc at marcjonesconsulting.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180714/de75e077/attachment-0001.html>


More information about the coreboot-gerrit mailing list