Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14619
-gerrit
commit 1b8e01fd641ad2c2b92018a65bb56977a17ecdfc Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Wed May 4 17:24:36 2016 -0700
google/foster: Configure audio codec pads
Otherwise, newer GCCs will insist that they get deleted.
Change-Id: Ida45b7d193366f5e611a32632ba610193451b082 Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- src/mainboard/google/foster/mainboard.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/mainboard/google/foster/mainboard.c b/src/mainboard/google/foster/mainboard.c index 49c757c..65e41cc 100644 --- a/src/mainboard/google/foster/mainboard.c +++ b/src/mainboard/google/foster/mainboard.c @@ -86,6 +86,7 @@ static const struct funit_cfg funitcfgs[] = { FUNIT_CFG(SDMMC1, PLLP, 48000, sdmmc1_pad, ARRAY_SIZE(sdmmc1_pad)), FUNIT_CFG(SDMMC4, PLLP, 48000, NULL, 0), FUNIT_CFG(I2C1, PLLP, 100, i2c1_pad, ARRAY_SIZE(i2c1_pad)), + FUNIT_CFG(I2C6, PLLP, 400, audio_codec_pads, ARRAY_SIZE(audio_codec_pads)), FUNIT_CFG_USB(USBD), };