HARSHAPRIYA N (harshapriya.n@intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15550
-gerrit
commit ffbb075ba1bff9e1dc2ae10708515d7d8dfa6028 Author: Harsha Priya harshapriya.n@intel.com Date: Wed Jul 6 12:00:49 2016 -0700
soc/intel/apollolake: Include gpio_defs header
Add the gpio_defs.h reference in chip.h to enable reef and amenia devicetree.cb to use the definitions from gpio_defs.h.
Change-Id: I333d4e810e42309ac76dd90c19f05cf3e3a517b1 Signed-off-by: Sathyanarayana Nujella sathyanarayana.nujella@intel.com --- src/soc/intel/apollolake/chip.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/soc/intel/apollolake/chip.h b/src/soc/intel/apollolake/chip.h index fa79cf8..bcc8107 100644 --- a/src/soc/intel/apollolake/chip.h +++ b/src/soc/intel/apollolake/chip.h @@ -18,6 +18,7 @@ #ifndef _SOC_APOLLOLAKE_CHIP_H_ #define _SOC_APOLLOLAKE_CHIP_H_
+#include <soc/gpio_defs.h> #include <soc/gpio.h> #include <soc/intel/common/lpss_i2c.h> #include <device/i2c.h>