mb/google/octopus: Enable i2c4 which is the root port for audio codec
BUG=None BRANCH=None TEST=On octopus, "aplay -l" shows the Audio codec. Change-Id: I5d837d62f00d34edf28fd472ae0dbe7c0d94447a Signed-off-by: Shamile Khan <shamile.khan@intel.com> Reviewed-on: https://review.coreboot.org/25376 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Justin TerAvest <teravest@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
5b84fad5a9
commit
0bcd86a14a
|
@ -131,7 +131,7 @@ chip soc/intel/apollolake
|
||||||
device pci 16.1 on end # - I2C 1
|
device pci 16.1 on end # - I2C 1
|
||||||
device pci 16.2 on end # - I2C 2
|
device pci 16.2 on end # - I2C 2
|
||||||
device pci 16.3 on end # - I2C 3
|
device pci 16.3 on end # - I2C 3
|
||||||
device pci 17.0 off end # - I2C 4
|
device pci 17.0 on end # - I2C 4
|
||||||
device pci 17.1 on
|
device pci 17.1 on
|
||||||
chip drivers/i2c/da7219
|
chip drivers/i2c/da7219
|
||||||
register "irq" = "ACPI_IRQ_LEVEL_LOW(GPIO_137_IRQ)"
|
register "irq" = "ACPI_IRQ_LEVEL_LOW(GPIO_137_IRQ)"
|
||||||
|
|
Loading…
Reference in New Issue