diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-05-04 17:24:36 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-05-07 00:40:46 +0200 |
commit | fe0609dc3ec428d639802a7b51d57245def0b136 (patch) | |
tree | 79db5dadb41b422dee4bb312cd66a9aec31d352f /src/mainboard/google/foster | |
parent | 617536e5802a10141271d342611508d139944c69 (diff) |
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>
Reviewed-on: https://review.coreboot.org/14619
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/foster')
-rw-r--r-- | src/mainboard/google/foster/mainboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/foster/mainboard.c b/src/mainboard/google/foster/mainboard.c index 49c757cbc0..65e41cc9fd 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), }; |