Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/52358 )
Change subject: mb/google/guybrush,mancomb: include soc/gpio.h in baseboard/gpio.h ......................................................................
mb/google/guybrush,mancomb: include soc/gpio.h in baseboard/gpio.h
This include provides the GPIO_x definitions.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I12a0d95f79658f3852132876e92c389b715f3001 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52358 Reviewed-by: Raul Rangel rrangel@chromium.org Reviewed-by: Marshall Dawson marshalldawson3rd@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/guybrush/variants/baseboard/include/baseboard/gpio.h M src/mainboard/google/mancomb/variants/baseboard/include/baseboard/gpio.h 2 files changed, 4 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Marshall Dawson: Looks good to me, approved Raul Rangel: Looks good to me, approved
diff --git a/src/mainboard/google/guybrush/variants/baseboard/include/baseboard/gpio.h b/src/mainboard/google/guybrush/variants/baseboard/include/baseboard/gpio.h index 4c9fc61..be0fb72 100644 --- a/src/mainboard/google/guybrush/variants/baseboard/include/baseboard/gpio.h +++ b/src/mainboard/google/guybrush/variants/baseboard/include/baseboard/gpio.h @@ -3,6 +3,8 @@ #ifndef __BASEBOARD_GPIO_H__ #define __BASEBOARD_GPIO_H__
+#include <soc/gpio.h> + /* SPI Write protect */ #define CROS_WP_GPIO GPIO_67
diff --git a/src/mainboard/google/mancomb/variants/baseboard/include/baseboard/gpio.h b/src/mainboard/google/mancomb/variants/baseboard/include/baseboard/gpio.h index 4c9fc61..be0fb72 100644 --- a/src/mainboard/google/mancomb/variants/baseboard/include/baseboard/gpio.h +++ b/src/mainboard/google/mancomb/variants/baseboard/include/baseboard/gpio.h @@ -3,6 +3,8 @@ #ifndef __BASEBOARD_GPIO_H__ #define __BASEBOARD_GPIO_H__
+#include <soc/gpio.h> + /* SPI Write protect */ #define CROS_WP_GPIO GPIO_67