diff options
author | Sathyanarayana Nujella <sathyanarayana.nujella@intel.com> | 2016-06-16 15:05:02 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2016-07-02 03:23:29 +0200 |
commit | ccae9aec5384100c0761eabf38f6e85c3bf02c3e (patch) | |
tree | a42ca9d09983bb0a260338828dfa87a6c724c6b6 /src/mainboard/google/reef/gpio.h | |
parent | 29f351e7dff7c1a0a0ab86a3edb05801a8a14652 (diff) |
google/reef: Add DA7219 support in acpi
Add DA7219 support in acpi.
DA7219 has advanced accessory detection functionality.
Also add DA7219's AAD as a ACPI data node.
Change-Id: I979275cb2ab1e593ff1e5d360bea83b843e45032
Signed-off-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com>
Reviewed-on: https://review.coreboot.org/15436
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef/gpio.h')
-rw-r--r-- | src/mainboard/google/reef/gpio.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/gpio.h b/src/mainboard/google/reef/gpio.h index bd491b49ff..91e8bb10d9 100644 --- a/src/mainboard/google/reef/gpio.h +++ b/src/mainboard/google/reef/gpio.h @@ -21,6 +21,9 @@ /* Input device interrupt configuration */ #define TOUCHPAD_INT GPIO_18_IRQ +#define BOARD_HP_MIC_CODEC_IRQ GPIO_116_IRQ +#define BOARD_HP_MIC_CODEC_I2C_ADDR 0x1a + #ifndef __ACPI__ /* * Pad configuration in ramstage. The order largely follows the 'GPIO Muxing' |