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>
This commit is contained in:
parent
617536e580
commit
fe0609dc3e
|
@ -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),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue