From dba7e76da1e32d1761a0aaaca2e50d19298becce Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Sat, 2 Jul 2016 20:00:56 -0700 Subject: drivers/i2c/da7219: Add driver for generating device in SSDT Add a device driver to generate the device and required properties into the 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 reef mainboard to ensure that the SSDT contained the equivalent parameters that are provided by the current DSDT object. Change-Id: Ia809e953932a7e127352a7ef193974d95e511565 Signed-off-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/15538 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/drivers/i2c/da7219/Makefile.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/drivers/i2c/da7219/Makefile.inc (limited to 'src/drivers/i2c/da7219/Makefile.inc') diff --git a/src/drivers/i2c/da7219/Makefile.inc b/src/drivers/i2c/da7219/Makefile.inc new file mode 100644 index 0000000000..354a330b23 --- /dev/null +++ b/src/drivers/i2c/da7219/Makefile.inc @@ -0,0 +1 @@ +ramstage-$(CONFIG_DRIVERS_I2C_DA7219) += da7219.c -- cgit v1.2.3