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> Reviewed-on: https://review.coreboot.org/15550 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
5edbb0427c
commit
d9fc5fb31b
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue