Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/57519 )
Change subject: mb/amd/bilby: Use I2S TDM interface ......................................................................
mb/amd/bilby: Use I2S TDM interface
Bilby uses I2S TDM interface for audio, instead of HDA interface.
Change-Id: I7c8ec02d0e63730cb54a27d3bea1d102e037823d Signed-off-by: Aamir Bohra aamirbohra@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/57519 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Felix Held felix-coreboot@felixheld.de Reviewed-by: ritul guru ritul.bits@gmail.com --- M src/mainboard/amd/bilby/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Held: Looks good to me, approved ritul guru: Looks good to me, but someone else must approve
diff --git a/src/mainboard/amd/bilby/devicetree.cb b/src/mainboard/amd/bilby/devicetree.cb index aaf1c3b..6ecdaf4 100644 --- a/src/mainboard/amd/bilby/devicetree.cb +++ b/src/mainboard/amd/bilby/devicetree.cb @@ -2,7 +2,7 @@
chip soc/amd/picasso # ACP Configuration - register "common_config.acp_config.acp_pin_cfg" = "I2S_PINS_MAX_HDA" + register "common_config.acp_config.acp_pin_cfg" = "I2S_PINS_I2S_TDM"
# Set FADT Configuration register "common_config.fadt_boot_arch" = "ACPI_FADT_LEGACY_DEVICES | ACPI_FADT_8042"
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.