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