soc/amd/picasso: Allow GPIO defines to be used in ASL

BUG=b:182269526
TEST=builds

Signed-off-by: Mathew King <mathewk@chromium.org>
Change-Id: Ib33a46a6eead84eaff2c4ac320800b7993f5c3f6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51383
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Mathew King 2021-03-09 09:11:08 -07:00 committed by Martin Roth
parent 2f67b34e12
commit 729c61961c
1 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,9 @@
#ifndef __ACPI__
#include <soc/iomap.h>
#include <amdblocks/gpio_banks.h>
#endif /* !__ACPI__ */
#include <amdblocks/gpio_defs.h>
/* The following sections describe only the GPIOs defined for this SOC */
@ -296,5 +299,4 @@
#define GPIO_2_EVENT GEVENT_8
#endif /* __ACPI__ */
#endif /* AMD_PICASSO_GPIO_H */