From 411364564ac2493fd842ad3f877e5ac0e8c3fed1 Mon Sep 17 00:00:00 2001 From: Vitaly Rodionov Date: Thu, 15 Apr 2021 22:51:48 +0100 Subject: drivers/i2c/cs42l42: Add driver for generating device in SSDT This driver uses the ACPI Device Property interface to generate the required parameters into the _DSD table format expected by the kernel This was tested on the octopus/variants/fleex ainboard to ensure that the SSDT contained the equivalent parameters that are provided by the current DSDT object Signed-off-by: Vitaly Rodionov Change-Id: I7c3145b20a1ba743d91eb64b93cb001db3854c5d Reviewed-on: https://review.coreboot.org/c/coreboot/+/52395 Tested-by: build bot (Jenkins) Reviewed-by: EricR Lai Reviewed-by: Furquan Shaikh --- src/drivers/i2c/cs42l42/Makefile.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/drivers/i2c/cs42l42/Makefile.inc (limited to 'src/drivers/i2c/cs42l42/Makefile.inc') diff --git a/src/drivers/i2c/cs42l42/Makefile.inc b/src/drivers/i2c/cs42l42/Makefile.inc new file mode 100644 index 0000000000..05ab562a1b --- /dev/null +++ b/src/drivers/i2c/cs42l42/Makefile.inc @@ -0,0 +1 @@ +ramstage-$(CONFIG_DRIVERS_I2C_CS42L42) += cs42l42.c -- cgit v1.2.3