[coreboot-gerrit] Patch set updated for coreboot: 83ef19f snow: Set up the i2s0 pins during boot

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sat Dec 21 09:05:09 CET 2013


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4440

-gerrit

commit 83ef19fecedd6e1c62a9e22fe9c1352c05520cf1
Author: Gabe Black <gabeblack at google.com>
Date:   Mon Aug 5 22:19:36 2013 -0700

    snow: Set up the i2s0 pins during boot
    
    Change-Id: I6729a139091b40d8fd9ba2aa7a8c4e14216d95c5
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: https://gerrit.chromium.org/gerrit/64879
    Reviewed-by: Stefan Reinauer <reinauer at google.com>
    Commit-Queue: Stefan Reinauer <reinauer at google.com>
    Tested-by: Stefan Reinauer <reinauer at google.com>
---
 src/mainboard/google/snow/mainboard.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/google/snow/mainboard.c b/src/mainboard/google/snow/mainboard.c
index cfcfe72..2facb46 100644
--- a/src/mainboard/google/snow/mainboard.c
+++ b/src/mainboard/google/snow/mainboard.c
@@ -202,6 +202,7 @@ static void gpio_init(void)
 	gpio_direction_output(GPIO_X15, 1);
 
 	/* Set up the I2S busses. */
+	exynos_pinmux_i2s0();
 	exynos_pinmux_i2s1();
 }
 



More information about the coreboot-gerrit mailing list