aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/chromeos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/kahlee/chromeos.c')
-rw-r--r--src/mainboard/google/kahlee/chromeos.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/kahlee/chromeos.c b/src/mainboard/google/kahlee/chromeos.c
index 156614bbb8..4c152ba0e5 100644
--- a/src/mainboard/google/kahlee/chromeos.c
+++ b/src/mainboard/google/kahlee/chromeos.c
@@ -21,7 +21,7 @@
#include <gpio.h>
/* SPI Write protect */
-#define CROS_WP_GPIO GPIO_122
+#define CROS_WP_GPIO GPIO_142
void fill_lb_gpios(struct lb_gpios *gpios)
{
@@ -40,8 +40,8 @@ int get_write_protect_state(void)
}
static const struct cros_gpio cros_gpios[] = {
- CROS_GPIO_REC_AL(CROS_GPIO_VIRTUAL, CROS_GPIO_DEVICE_NAME),
- CROS_GPIO_WP_AH(CROS_WP_GPIO, CROS_GPIO_DEVICE_NAME),
+ CROS_GPIO_REC_AL(CROS_GPIO_VIRTUAL, GPIO_DEVICE_NAME),
+ CROS_GPIO_WP_AH(CROS_WP_GPIO, GPIO_DEVICE_NAME),
};
void mainboard_chromeos_acpi_generate(void)