aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/storm/chromeos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/storm/chromeos.c')
-rw-r--r--src/mainboard/google/storm/chromeos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/storm/chromeos.c b/src/mainboard/google/storm/chromeos.c
index ccc0b53e02..9587c3c384 100644
--- a/src/mainboard/google/storm/chromeos.c
+++ b/src/mainboard/google/storm/chromeos.c
@@ -39,7 +39,7 @@ static int read_gpio(gpio_t gpio_num)
void fill_lb_gpios(struct lb_gpios *gpios)
{
struct lb_gpio chromeos_gpios[] = {
- {REC_SW, ACTIVE_LOW, read_gpio(REC_SW), "recovery"},
+ {DEV_SW, ACTIVE_LOW, read_gpio(REC_SW), "presence"},
{WP_SW, ACTIVE_LOW, !get_write_protect_state(),
"write protect"},
{-1, ACTIVE_LOW, 1, "power"},