Shaunak Saha has uploaded this change for review.

View Change

mb/intel/tglrvp: Add support for RT 1308

Add support for RT 1308 audio amplifier in TGLRVP.
We are using the i2c generic driver here to generate
the SSDT file. Datasheet:ALC-1308-CG-version-08.

BUG=none
BRANCH=none
TEST=Build and boot tglrvp successfully. In kernel console
use the "aplay -l" command to check souncard is listed.

Change-Id: I41d205a3ab87db85baf49e9e8a582c226ba5832d
Signed-off-by: Shaunak Saha <shaunak.saha@intel.com>
---
M src/mainboard/intel/tglrvp/variants/tglrvp_up3/devicetree.cb
1 file changed, 6 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/41808/1
diff --git a/src/mainboard/intel/tglrvp/variants/tglrvp_up3/devicetree.cb b/src/mainboard/intel/tglrvp/variants/tglrvp_up3/devicetree.cb
index 7669b18..e06032d 100644
--- a/src/mainboard/intel/tglrvp/variants/tglrvp_up3/devicetree.cb
+++ b/src/mainboard/intel/tglrvp/variants/tglrvp_up3/devicetree.cb
@@ -187,6 +187,12 @@
end

device pci 15.0 on # I2C0 0xA0E8
+ chip drivers/i2c/generic
+ register "hid" = ""10EC1308""
+ register "name" = ""RTAM""
+ register "desc" = ""Realtek RT1308 Codec""
+ device i2c 10 on end
+ end
chip drivers/i2c/max98373
register "vmon_slot_no" = "4"
register "imon_slot_no" = "5"

To view, visit change 41808. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I41d205a3ab87db85baf49e9e8a582c226ba5832d
Gerrit-Change-Number: 41808
Gerrit-PatchSet: 1
Gerrit-Owner: Shaunak Saha <shaunak.saha@intel.com>
Gerrit-MessageType: newchange