[coreboot-gerrit] Change in coreboot[master]: mb/google/kahlee: Selects BT I2S PAD on ACP_BT_UART mux

Akshu Agrawal (Code Review) gerrit at coreboot.org
Fri Apr 13 10:59:16 CEST 2018


Akshu Agrawal has uploaded this change for review. ( https://review.coreboot.org/25653


Change subject: mb/google/kahlee: Selects BT I2S PAD on ACP_BT_UART mux
......................................................................

mb/google/kahlee: Selects BT I2S PAD on ACP_BT_UART mux

bt-pad-enable property is used by kernel driver to set
BT I2S PAD on ACP_BT_UART_PAD_SEL mux, for those platform which
uses these pins for BT I2S. By default the pins are set for UART.

BUG=b:72360151
TEST=Tested playback and capture on audio device connected to BT I2S

Change-Id: Id76bfa1fa1dde904f02a03b0c15986ecb1bbcc97
Signed-off-by: Akshu Agrawal <akshu.agrawal at amd.com>
---
M src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/audio.asl
1 file changed, 10 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/25653/1

diff --git a/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/audio.asl b/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/audio.asl
index 0e7d03f..28599a0 100644
--- a/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/audio.asl
+++ b/src/mainboard/google/kahlee/variants/baseboard/include/baseboard/acpi/audio.asl
@@ -21,6 +21,16 @@
 	Name (_HID, "AMD7219")
 	Name (_CID, "AMD7219")
 
+	/* Device-Specific Data */
+	Name (_DSD, Package ()
+	{
+		ToUUID ("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"),
+		Package ()
+		{
+			Package () { "bt-pad-enable", 1 },
+		}
+	})
+
 	Method (_CRS, 0x0, NotSerialized) {
 		Name (RBUF, ResourceTemplate () {
 			// Memory resource is for MISC FCH register set.

-- 
To view, visit https://review.coreboot.org/25653
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id76bfa1fa1dde904f02a03b0c15986ecb1bbcc97
Gerrit-Change-Number: 25653
Gerrit-PatchSet: 1
Gerrit-Owner: Akshu Agrawal <akshu.agrawal at amd.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180413/4265b3fe/attachment-0001.html>


More information about the coreboot-gerrit mailing list