From d6735b0f148eba402a27699da6786b1ab4e61b84 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sat, 7 Oct 2017 17:04:29 -0500 Subject: google/cyan variants: fix non-functional typo in gpio.c Typo found/fixed in to-be-merged boards; applying same fix to already-merged boards. Change-Id: I15f97467a5442888165399be997b0b690a3c312a Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/21918 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/google/cyan/variants/banon/gpio.c | 2 +- src/mainboard/google/cyan/variants/celes/gpio.c | 2 +- src/mainboard/google/cyan/variants/cyan/gpio.c | 2 +- src/mainboard/google/cyan/variants/edgar/gpio.c | 2 +- src/mainboard/google/cyan/variants/reks/gpio.c | 2 +- src/mainboard/google/cyan/variants/terra/gpio.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/mainboard/google/cyan/variants/banon/gpio.c b/src/mainboard/google/cyan/variants/banon/gpio.c index 62da10c676..e077bccbcf 100644 --- a/src/mainboard/google/cyan/variants/banon/gpio.c +++ b/src/mainboard/google/cyan/variants/banon/gpio.c @@ -72,7 +72,7 @@ static const struct soc_gpio_map gpse_gpio_map[] = { GPIO_NC, /* 79 GPI ILB_SERIRQ */ Native_M1, /* 80 USB_OC0_B */ NATIVE_INT_PU20K(1, L1), /* 81 SDMMC3_CD_B */ - GPIO_NC, /* 82 spkr asummed gpio number */ + GPIO_NC, /* 82 spkr assumed gpio number */ Native_M1, /* 83 SUSPWRDNACK */ SPARE_PIN,/* 84 spare pin */ GPIO_NC, /* 85 SDMMC3_1P8_EN */ diff --git a/src/mainboard/google/cyan/variants/celes/gpio.c b/src/mainboard/google/cyan/variants/celes/gpio.c index 9f6ae87be5..ebb7717cc1 100644 --- a/src/mainboard/google/cyan/variants/celes/gpio.c +++ b/src/mainboard/google/cyan/variants/celes/gpio.c @@ -74,7 +74,7 @@ static const struct soc_gpio_map gpse_gpio_map[] = { GPI(trig_edge_both, L1, P_20K_H, non_maskable, en_edge_detect, NA , NA), /* 81 SDMMC3_CD_B */ - GPIO_NC, /* 82 spkr asummed gpio number */ + GPIO_NC, /* 82 spkr assumed gpio number */ Native_M1, /* 83 SUSPWRDNACK */ SPARE_PIN,/* 84 spare pin */ Native_M1, /* 85 SDMMC3_1P8_EN */ diff --git a/src/mainboard/google/cyan/variants/cyan/gpio.c b/src/mainboard/google/cyan/variants/cyan/gpio.c index 9e8c5d126b..340a8af78b 100644 --- a/src/mainboard/google/cyan/variants/cyan/gpio.c +++ b/src/mainboard/google/cyan/variants/cyan/gpio.c @@ -72,7 +72,7 @@ static const struct soc_gpio_map gpse_gpio_map[] = { GPIO_NC, /* 79 GPI ILB_SERIRQ */ Native_M1, /* 80 USB_OC0_B */ NATIVE_INT(1, L1), /* 81 SDMMC3_CD_B */ - GPIO_NC, /* 82 spkr asummed gpio number */ + GPIO_NC, /* 82 spkr assumed gpio number */ Native_M1, /* 83 SUSPWRDNACK */ SPARE_PIN,/* 84 spare pin */ Native_M1, /* 85 SDMMC3_1P8_EN */ diff --git a/src/mainboard/google/cyan/variants/edgar/gpio.c b/src/mainboard/google/cyan/variants/edgar/gpio.c index 6e81c23215..779b3365a6 100644 --- a/src/mainboard/google/cyan/variants/edgar/gpio.c +++ b/src/mainboard/google/cyan/variants/edgar/gpio.c @@ -72,7 +72,7 @@ static const struct soc_gpio_map gpse_gpio_map[] = { GPIO_NC, /* 79 GPI ILB_SERIRQ */ Native_M1, /* 80 USB_OC0_B */ GPIO_NC, /* 81 SDMMC3_CD_B */ - GPIO_NC, /* 82 spkr asummed gpio number */ + GPIO_NC, /* 82 spkr assumed gpio number */ Native_M1, /* 83 SUSPWRDNACK */ SPARE_PIN,/* 84 spare pin */ Native_M1, /* 85 SDMMC3_1P8_EN */ diff --git a/src/mainboard/google/cyan/variants/reks/gpio.c b/src/mainboard/google/cyan/variants/reks/gpio.c index e7b2adffa8..eac413ba71 100644 --- a/src/mainboard/google/cyan/variants/reks/gpio.c +++ b/src/mainboard/google/cyan/variants/reks/gpio.c @@ -72,7 +72,7 @@ static const struct soc_gpio_map gpse_gpio_map[] = { GPIO_NC, /* 79 GPI ILB_SERIRQ */ Native_M1, /* 80 USB_OC0_B */ NATIVE_INT_PU20K(1, L1), /* 81 SDMMC3_CD_B */ - GPIO_NC, /* 82 spkr asummed gpio number */ + GPIO_NC, /* 82 spkr assumed gpio number */ Native_M1, /* 83 SUSPWRDNACK */ SPARE_PIN,/* 84 spare pin */ Native_M1, /* 85 SDMMC3_1P8_EN */ diff --git a/src/mainboard/google/cyan/variants/terra/gpio.c b/src/mainboard/google/cyan/variants/terra/gpio.c index 200ef2b26a..8c87916219 100644 --- a/src/mainboard/google/cyan/variants/terra/gpio.c +++ b/src/mainboard/google/cyan/variants/terra/gpio.c @@ -72,7 +72,7 @@ static const struct soc_gpio_map gpse_gpio_map[] = { GPIO_NC, /* 79 GPI ILB_SERIRQ */ Native_M1, /* 80 USB_OC0_B */ NATIVE_INT_PU20K(1, L1), /* 81 SDMMC3_CD_B */ - GPIO_NC, /* 82 spkr asummed gpio number */ + GPIO_NC, /* 82 spkr assumed gpio number */ Native_M1, /* 83 SUSPWRDNACK */ SPARE_PIN,/* 84 spare pin */ Native_M1, /* 85 SDMMC3_1P8_EN */ -- cgit v1.2.3