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>
This commit is contained in:
Felix Held 2021-04-15 00:19:49 +02:00
parent 659319250e
commit 70c7013102
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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