samus: Add codec platform info in ACPI
This is the specific codec setup platform data for samus. BUG=chrome-os-partner:29649 BRANCH=samus TEST=emerge-samus coreboot Change-Id: I5e2a8fad58bb8a3d02ccece0b1f6fe52f56c94ea Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/221539 Reviewed-by: Ben Zhang <benzh@chromium.org>
This commit is contained in:
parent
ef2184e970
commit
813c45bc3f
1 changed files with 8 additions and 0 deletions
|
|
@ -171,6 +171,14 @@ Scope (\_SB.PCI0.I2C0)
|
|||
Name (_UID, 1)
|
||||
Name (WAKE, 45) /* DSP_INT (use as codec wake) */
|
||||
|
||||
Name (DCLK, 0) /* RT5677_DMIC_CLK1 */
|
||||
Name (IN1, 1) /* IN1 differential */
|
||||
Name (IN2, 0) /* IN2 not differential */
|
||||
Name (OUT1, 1) /* LOUT1 differential */
|
||||
Name (OUT2, 1) /* LOUT2 differential */
|
||||
Name (OUT3, 0) /* LOUT3 differential */
|
||||
Name (ASRC, 1) /* Enable I2S1 ASRC */
|
||||
|
||||
Name (_CRS, ResourceTemplate()
|
||||
{
|
||||
I2cSerialBus (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue