mainboard/google/reef: remove unused gpio.h macros
Some of the macros in gpio.h are no longer used because devicetree.cb is being used to autogeneric the ACPI AML. Therefore remove the unused macros. BUG=chrome-os-partner:56677 Change-Id: I433a929229a0318f6c1df652655d046a5152cc63 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/16412 Tested-by: build bot (Jenkins) Reviewed-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
2128d625ca
commit
48b4cbdd94
|
@ -18,12 +18,6 @@
|
|||
|
||||
#include <soc/gpio.h>
|
||||
|
||||
/* 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'
|
||||
|
|
Loading…
Reference in New Issue