[coreboot-gerrit] Change in coreboot[master]: mainboard/google/kahlee: Enable the BCLK buffer

Martin Roth (Code Review) gerrit at coreboot.org
Tue Sep 4 23:27:07 CEST 2018


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/28482


Change subject: mainboard/google/kahlee: Enable the BCLK buffer
......................................................................

mainboard/google/kahlee: Enable the BCLK buffer

Set GPIO135 high to enable audio through the BCLK buffer.

BUG=b:113559558
TEST=None
BRANCH=grunt

Change-Id: I1dcecf5960d3c91e0c2165e7f8856ff423c06e8c
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/mainboard/google/kahlee/variants/baseboard/gpio.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/28482/1

diff --git a/src/mainboard/google/kahlee/variants/baseboard/gpio.c b/src/mainboard/google/kahlee/variants/baseboard/gpio.c
index db68fa4..66d5c99 100644
--- a/src/mainboard/google/kahlee/variants/baseboard/gpio.c
+++ b/src/mainboard/google/kahlee/variants/baseboard/gpio.c
@@ -213,8 +213,8 @@
 	/* GPIO_133 - APU_EDP_BKLTEN_L (backlight - Active LOW) */
 	PAD_GPO(GPIO_133, HIGH),
 
-	/* GPIO_135 - Unused (TP128) */
-	PAD_GPI(GPIO_135, PULL_UP),
+	/* GPIO_135 - BCLK Buffer Enable */
+	PAD_GPO(GPIO_135, HIGH),
 
 	/* GPIO_137 - Unused (TP27) */
 	PAD_GPI(GPIO_137, PULL_UP),

-- 
To view, visit https://review.coreboot.org/28482
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: I1dcecf5960d3c91e0c2165e7f8856ff423c06e8c
Gerrit-Change-Number: 28482
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180904/03fab6e4/attachment.html>


More information about the coreboot-gerrit mailing list