summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/cyan
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-09-10 11:34:54 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-22 17:14:10 +0000
commit261226dd42d861a1147bdfb0ccc48d9241b3fc72 (patch)
tree82e55027bf08dd7e836a8ccb53a4e021b7d3e3dd /src/mainboard/google/cyan
parentca36aedb4e71a1b8e1738f5329ce20b6e83d174d (diff)
downloadcoreboot-261226dd42d861a1147bdfb0ccc48d9241b3fc72.tar.gz
coreboot-261226dd42d861a1147bdfb0ccc48d9241b3fc72.tar.bz2
coreboot-261226dd42d861a1147bdfb0ccc48d9241b3fc72.zip
mb/google: Drop unneeded empty lines
Change-Id: I4151d1a6ce94763432f307fbc8bc4afe229856ea Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44616 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/google/cyan')
-rw-r--r--src/mainboard/google/cyan/acpi/codec_maxim.asl1
-rw-r--r--src/mainboard/google/cyan/mainboard.c1
-rw-r--r--src/mainboard/google/cyan/variants/banon/gpio.c4
-rw-r--r--src/mainboard/google/cyan/variants/banon/include/variant/acpi/dptf.asl2
-rw-r--r--src/mainboard/google/cyan/variants/celes/gpio.c4
-rw-r--r--src/mainboard/google/cyan/variants/cyan/gpio.c4
-rw-r--r--src/mainboard/google/cyan/variants/cyan/include/variant/onboard.h1
-rw-r--r--src/mainboard/google/cyan/variants/edgar/gpio.c4
-rw-r--r--src/mainboard/google/cyan/variants/edgar/include/variant/acpi/dptf.asl2
-rw-r--r--src/mainboard/google/cyan/variants/kefka/gpio.c4
-rw-r--r--src/mainboard/google/cyan/variants/kefka/include/variant/acpi/dptf.asl2
-rw-r--r--src/mainboard/google/cyan/variants/reks/gpio.c4
-rw-r--r--src/mainboard/google/cyan/variants/reks/include/variant/acpi/dptf.asl2
-rw-r--r--src/mainboard/google/cyan/variants/relm/gpio.c4
-rw-r--r--src/mainboard/google/cyan/variants/relm/include/variant/acpi/dptf.asl2
-rw-r--r--src/mainboard/google/cyan/variants/setzer/gpio.c4
-rw-r--r--src/mainboard/google/cyan/variants/setzer/include/variant/acpi/dptf.asl2
-rw-r--r--src/mainboard/google/cyan/variants/terra/gpio.c4
-rw-r--r--src/mainboard/google/cyan/variants/ultima/gpio.c4
-rw-r--r--src/mainboard/google/cyan/variants/ultima/include/variant/acpi/dptf.asl2
-rw-r--r--src/mainboard/google/cyan/variants/wizpig/gpio.c4
-rw-r--r--src/mainboard/google/cyan/variants/wizpig/include/variant/acpi/dptf.asl2
22 files changed, 0 insertions, 63 deletions
diff --git a/src/mainboard/google/cyan/acpi/codec_maxim.asl b/src/mainboard/google/cyan/acpi/codec_maxim.asl
index 240baca958b8..e85e93775ca2 100644
--- a/src/mainboard/google/cyan/acpi/codec_maxim.asl
+++ b/src/mainboard/google/cyan/acpi/codec_maxim.asl
@@ -88,7 +88,6 @@ Scope (\_SB.PCI0.I2C2)
}
}
-
Scope (\_SB.PCI0.LPEA)
{
Name (GBUF, ResourceTemplate ()
diff --git a/src/mainboard/google/cyan/mainboard.c b/src/mainboard/google/cyan/mainboard.c
index 17f14a29a152..b8266b31dc73 100644
--- a/src/mainboard/google/cyan/mainboard.c
+++ b/src/mainboard/google/cyan/mainboard.c
@@ -19,7 +19,6 @@ static void mainboard_enable(struct device *dev)
dev->ops->acpi_inject_dsdt = chromeos_dsdt_generator;
}
-
struct chip_operations mainboard_ops = {
.enable_dev = mainboard_enable,
};
diff --git a/src/mainboard/google/cyan/variants/banon/gpio.c b/src/mainboard/google/cyan/variants/banon/gpio.c
index 6bc9e82dd380..b2d1cbe35553 100644
--- a/src/mainboard/google/cyan/variants/banon/gpio.c
+++ b/src/mainboard/google/cyan/variants/banon/gpio.c
@@ -64,7 +64,6 @@ static const struct soc_gpio_map gpse_gpio_map[] = {
GPIO_END
};
-
/* South West Community */
static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_NC, /* 00 FST_SPI_D2 */
@@ -129,7 +128,6 @@ static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_END
};
-
/* North Community */
static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_NC, /* 00 GPIO_DFX0 */
@@ -199,7 +197,6 @@ static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_END
};
-
/* East Community */
static const struct soc_gpio_map gpe_gpio_map[] = {
Native_M1, /* 00 PMU_SLP_S3_B */
@@ -229,7 +226,6 @@ static const struct soc_gpio_map gpe_gpio_map[] = {
GPIO_END
};
-
static struct soc_gpio_config gpio_config = {
/* BSW */
.north = gpn_gpio_map,
diff --git a/src/mainboard/google/cyan/variants/banon/include/variant/acpi/dptf.asl b/src/mainboard/google/cyan/variants/banon/include/variant/acpi/dptf.asl
index 2cb4bf392d39..e9d75243051e 100644
--- a/src/mainboard/google/cyan/variants/banon/include/variant/acpi/dptf.asl
+++ b/src/mainboard/google/cyan/variants/banon/include/variant/acpi/dptf.asl
@@ -5,7 +5,6 @@
#define DPTF_TSR0_PASSIVE 46
#define DPTF_TSR0_CRITICAL 60
-
#define DPTF_TSR1_SENSOR_ID 1
#define DPTF_TSR1_SENSOR_NAME "TMP432_CPU_bottom"
#define DPTF_TSR1_PASSIVE 48
@@ -16,7 +15,6 @@
#define DPTF_TSR2_PASSIVE 68
#define DPTF_TSR2_CRITICAL 80
-
#define DPTF_ENABLE_CHARGER
/* Charger performance states, board-specific values from charger and EC */
diff --git a/src/mainboard/google/cyan/variants/celes/gpio.c b/src/mainboard/google/cyan/variants/celes/gpio.c
index 62ee365ef40f..b385ad7c8dbe 100644
--- a/src/mainboard/google/cyan/variants/celes/gpio.c
+++ b/src/mainboard/google/cyan/variants/celes/gpio.c
@@ -66,7 +66,6 @@ static const struct soc_gpio_map gpse_gpio_map[] = {
GPIO_END
};
-
/* South West Community */
static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_NC, /* 00 FST_SPI_D2 */
@@ -132,7 +131,6 @@ static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_END
};
-
/* North Community */
static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_NC, /* 00 GPIO_DFX0 */
@@ -202,7 +200,6 @@ static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_END
};
-
/* East Community */
static const struct soc_gpio_map gpe_gpio_map[] = {
Native_M1, /* 00 PMU_SLP_S3_B */
@@ -232,7 +229,6 @@ static const struct soc_gpio_map gpe_gpio_map[] = {
GPIO_END
};
-
static struct soc_gpio_config gpio_config = {
/* BSW */
.north = gpn_gpio_map,
diff --git a/src/mainboard/google/cyan/variants/cyan/gpio.c b/src/mainboard/google/cyan/variants/cyan/gpio.c
index 8eee5cbf7beb..9491c25d99e9 100644
--- a/src/mainboard/google/cyan/variants/cyan/gpio.c
+++ b/src/mainboard/google/cyan/variants/cyan/gpio.c
@@ -64,7 +64,6 @@ static const struct soc_gpio_map gpse_gpio_map[] = {
GPIO_END
};
-
/* South West Community */
static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_NC, /* 00 FST_SPI_D2 */
@@ -132,7 +131,6 @@ static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_END
};
-
/* North Community */
static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_NC, /* 00 GPIO_DFX0 */
@@ -202,7 +200,6 @@ static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_END
};
-
/* East Community */
static const struct soc_gpio_map gpe_gpio_map[] = {
Native_M1, /* 00 PMU_SLP_S3_B */
@@ -232,7 +229,6 @@ static const struct soc_gpio_map gpe_gpio_map[] = {
GPIO_END
};
-
static struct soc_gpio_config gpio_config = {
/* BSW */
.north = gpn_gpio_map,
diff --git a/src/mainboard/google/cyan/variants/cyan/include/variant/onboard.h b/src/mainboard/google/cyan/variants/cyan/include/variant/onboard.h
index 3482e95edec2..06c61f21e775 100644
--- a/src/mainboard/google/cyan/variants/cyan/include/variant/onboard.h
+++ b/src/mainboard/google/cyan/variants/cyan/include/variant/onboard.h
@@ -39,7 +39,6 @@
#define BOARD_TOUCHSCREEN_I2C_BUS 0
#define BOARD_TOUCHSCREEN_I2C_ADDR 0x10
-
/* SD CARD gpio */
#define SDCARD_CD 81
diff --git a/src/mainboard/google/cyan/variants/edgar/gpio.c b/src/mainboard/google/cyan/variants/edgar/gpio.c
index f327e159dde5..c1b43b88ecde 100644
--- a/src/mainboard/google/cyan/variants/edgar/gpio.c
+++ b/src/mainboard/google/cyan/variants/edgar/gpio.c
@@ -64,7 +64,6 @@ static const struct soc_gpio_map gpse_gpio_map[] = {
GPIO_END
};
-
/* South West Community */
static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_NC, /* 00 FST_SPI_D2 */
@@ -129,7 +128,6 @@ static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_END
};
-
/* North Community */
static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_NC, /* 00 GPIO_DFX0 */
@@ -197,7 +195,6 @@ static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_END
};
-
/* East Community */
static const struct soc_gpio_map gpe_gpio_map[] = {
Native_M1, /* 00 PMU_SLP_S3_B */
@@ -227,7 +224,6 @@ static const struct soc_gpio_map gpe_gpio_map[] = {
GPIO_END
};
-
static struct soc_gpio_config gpio_config = {
/* BSW */
.north = gpn_gpio_map,
diff --git a/src/mainboard/google/cyan/variants/edgar/include/variant/acpi/dptf.asl b/src/mainboard/google/cyan/variants/edgar/include/variant/acpi/dptf.asl
index bbdcfc7d34d1..b261570ca80e 100644
--- a/src/mainboard/google/cyan/variants/edgar/include/variant/acpi/dptf.asl
+++ b/src/mainboard/google/cyan/variants/edgar/include/variant/acpi/dptf.asl
@@ -5,7 +5,6 @@
#define DPTF_TSR0_PASSIVE 45
#define DPTF_TSR0_CRITICAL 75
-
#define DPTF_TSR1_SENSOR_ID 2
#define DPTF_TSR1_SENSOR_NAME "R4303_CPU"
#define DPTF_TSR1_PASSIVE 49
@@ -16,7 +15,6 @@
#define DPTF_TSR2_PASSIVE 49
#define DPTF_TSR2_CRITICAL 70
-
#define DPTF_ENABLE_CHARGER
/* Charger performance states, board-specific values from charger and EC */
diff --git a/src/mainboard/google/cyan/variants/kefka/gpio.c b/src/mainboard/google/cyan/variants/kefka/gpio.c
index 1f121048f5bf..4e4b01a5c1c2 100644
--- a/src/mainboard/google/cyan/variants/kefka/gpio.c
+++ b/src/mainboard/google/cyan/variants/kefka/gpio.c
@@ -64,7 +64,6 @@ static const struct soc_gpio_map gpse_gpio_map[] = {
GPIO_END
};
-
/* South West Community */
static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_NC, /* 00 FST_SPI_D2 */
@@ -128,7 +127,6 @@ static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_END
};
-
/* North Community */
static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_NC, /* 00 GPIO_DFX0 */
@@ -197,7 +195,6 @@ static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_END
};
-
/* East Community */
static const struct soc_gpio_map gpe_gpio_map[] = {
Native_M1, /* 00 PMU_SLP_S3_B */
@@ -227,7 +224,6 @@ static const struct soc_gpio_map gpe_gpio_map[] = {
GPIO_END
};
-
static struct soc_gpio_config gpio_config = {
/* BSW */
.north = gpn_gpio_map,
diff --git a/src/mainboard/google/cyan/variants/kefka/include/variant/acpi/dptf.asl b/src/mainboard/google/cyan/variants/kefka/include/variant/acpi/dptf.asl
index ca3415182e8b..5bf33229068b 100644
--- a/src/mainboard/google/cyan/variants/kefka/include/variant/acpi/dptf.asl
+++ b/src/mainboard/google/cyan/variants/kefka/include/variant/acpi/dptf.asl
@@ -5,7 +5,6 @@
#define DPTF_TSR0_PASSIVE 55
#define DPTF_TSR0_CRITICAL 68
-
#define DPTF_TSR1_SENSOR_ID 1
#define DPTF_TSR1_SENSOR_NAME "TMP432_Power_top"
#define DPTF_TSR1_PASSIVE 55
@@ -16,7 +15,6 @@
#define DPTF_TSR2_PASSIVE 53
#define DPTF_TSR2_CRITICAL 66
-
#define DPTF_ENABLE_CHARGER
/* Charger performance states, board-specific values from charger and EC */
diff --git a/src/mainboard/google/cyan/variants/reks/gpio.c b/src/mainboard/google/cyan/variants/reks/gpio.c
index ecc5c54d95d0..ece6c8058db9 100644
--- a/src/mainboard/google/cyan/variants/reks/gpio.c
+++ b/src/mainboard/google/cyan/variants/reks/gpio.c
@@ -64,7 +64,6 @@ static const struct soc_gpio_map gpse_gpio_map[] = {
GPIO_END
};
-
/* South West Community */
static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_NC, /* 00 FST_SPI_D2 */
@@ -131,7 +130,6 @@ static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_END
};
-
/* North Community */
static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_NC, /* 00 GPIO_DFX0 */
@@ -201,7 +199,6 @@ static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_END
};
-
/* East Community */
static const struct soc_gpio_map gpe_gpio_map[] = {
Native_M1, /* 00 PMU_SLP_S3_B */
@@ -231,7 +228,6 @@ static const struct soc_gpio_map gpe_gpio_map[] = {
GPIO_END
};
-
static struct soc_gpio_config gpio_config = {
/* BSW */
.north = gpn_gpio_map,
diff --git a/src/mainboard/google/cyan/variants/reks/include/variant/acpi/dptf.asl b/src/mainboard/google/cyan/variants/reks/include/variant/acpi/dptf.asl
index 554e1299056d..df393b95e44b 100644
--- a/src/mainboard/google/cyan/variants/reks/include/variant/acpi/dptf.asl
+++ b/src/mainboard/google/cyan/variants/reks/include/variant/acpi/dptf.asl
@@ -5,7 +5,6 @@
#define DPTF_TSR0_PASSIVE 49
#define DPTF_TSR0_CRITICAL 70
-
#define DPTF_TSR1_SENSOR_ID 1
#define DPTF_TSR1_SENSOR_NAME "TMP432_Charger"
#define DPTF_TSR1_PASSIVE 65
@@ -16,7 +15,6 @@
#define DPTF_TSR2_PASSIVE 48
#define DPTF_TSR2_CRITICAL 70
-
#define DPTF_ENABLE_CHARGER
/* Charger performance states, board-specific values from charger and EC */
diff --git a/src/mainboard/google/cyan/variants/relm/gpio.c b/src/mainboard/google/cyan/variants/relm/gpio.c
index fca36bbaef09..5a0c13a6a370 100644
--- a/src/mainboard/google/cyan/variants/relm/gpio.c
+++ b/src/mainboard/google/cyan/variants/relm/gpio.c
@@ -64,7 +64,6 @@ static const struct soc_gpio_map gpse_gpio_map[] = {
GPIO_END
};
-
/* South West Community */
static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_NC, /* 00 FST_SPI_D2 */
@@ -131,7 +130,6 @@ static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_END
};
-
/* North Community */
static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_NC, /* 00 GPIO_DFX0 */
@@ -201,7 +199,6 @@ static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_END
};
-
/* East Community */
static const struct soc_gpio_map gpe_gpio_map[] = {
Native_M1, /* 00 PMU_SLP_S3_B */
@@ -231,7 +228,6 @@ static const struct soc_gpio_map gpe_gpio_map[] = {
GPIO_END
};
-
static struct soc_gpio_config gpio_config = {
/* BSW */
.north = gpn_gpio_map,
diff --git a/src/mainboard/google/cyan/variants/relm/include/variant/acpi/dptf.asl b/src/mainboard/google/cyan/variants/relm/include/variant/acpi/dptf.asl
index 554e1299056d..df393b95e44b 100644
--- a/src/mainboard/google/cyan/variants/relm/include/variant/acpi/dptf.asl
+++ b/src/mainboard/google/cyan/variants/relm/include/variant/acpi/dptf.asl
@@ -5,7 +5,6 @@
#define DPTF_TSR0_PASSIVE 49
#define DPTF_TSR0_CRITICAL 70
-
#define DPTF_TSR1_SENSOR_ID 1
#define DPTF_TSR1_SENSOR_NAME "TMP432_Charger"
#define DPTF_TSR1_PASSIVE 65
@@ -16,7 +15,6 @@
#define DPTF_TSR2_PASSIVE 48
#define DPTF_TSR2_CRITICAL 70
-
#define DPTF_ENABLE_CHARGER
/* Charger performance states, board-specific values from charger and EC */
diff --git a/src/mainboard/google/cyan/variants/setzer/gpio.c b/src/mainboard/google/cyan/variants/setzer/gpio.c
index 7938855d7513..cdf57a447b8d 100644
--- a/src/mainboard/google/cyan/variants/setzer/gpio.c
+++ b/src/mainboard/google/cyan/variants/setzer/gpio.c
@@ -64,7 +64,6 @@ static const struct soc_gpio_map gpse_gpio_map[] = {
GPIO_END
};
-
/* South West Community */
static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_NC, /* 00 FST_SPI_D2 */
@@ -129,7 +128,6 @@ static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_END
};
-
/* North Community */
static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_NC, /* 00 GPIO_DFX0 */
@@ -199,7 +197,6 @@ static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_END
};
-
/* East Community */
static const struct soc_gpio_map gpe_gpio_map[] = {
Native_M1, /* 00 PMU_SLP_S3_B */
@@ -229,7 +226,6 @@ static const struct soc_gpio_map gpe_gpio_map[] = {
GPIO_END
};
-
static struct soc_gpio_config gpio_config = {
/* BSW */
.north = gpn_gpio_map,
diff --git a/src/mainboard/google/cyan/variants/setzer/include/variant/acpi/dptf.asl b/src/mainboard/google/cyan/variants/setzer/include/variant/acpi/dptf.asl
index dbc3d42f31d2..bebc11dfcc05 100644
--- a/src/mainboard/google/cyan/variants/setzer/include/variant/acpi/dptf.asl
+++ b/src/mainboard/google/cyan/variants/setzer/include/variant/acpi/dptf.asl
@@ -5,7 +5,6 @@
#define DPTF_TSR0_PASSIVE 58
#define DPTF_TSR0_CRITICAL 66
-
#define DPTF_TSR1_SENSOR_ID 1
#define DPTF_TSR1_SENSOR_NAME "TMP432_Power_top"
#define DPTF_TSR1_PASSIVE 57
@@ -16,7 +15,6 @@
#define DPTF_TSR2_PASSIVE 59
#define DPTF_TSR2_CRITICAL 66
-
#define DPTF_ENABLE_CHARGER
/* Charger performance states, board-specific values from charger and EC */
diff --git a/src/mainboard/google/cyan/variants/terra/gpio.c b/src/mainboard/google/cyan/variants/terra/gpio.c
index 4b970b26313c..11071eb560ba 100644
--- a/src/mainboard/google/cyan/variants/terra/gpio.c
+++ b/src/mainboard/google/cyan/variants/terra/gpio.c
@@ -64,7 +64,6 @@ static const struct soc_gpio_map gpse_gpio_map[] = {
GPIO_END
};
-
/* South West Community */
static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_NC, /* 00 FST_SPI_D2 */
@@ -128,7 +127,6 @@ static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_END
};
-
/* North Community */
static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_NC, /* 00 GPIO_DFX0 */
@@ -197,7 +195,6 @@ static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_END
};
-
/* East Community */
static const struct soc_gpio_map gpe_gpio_map[] = {
Native_M1, /* 00 PMU_SLP_S3_B */
@@ -227,7 +224,6 @@ static const struct soc_gpio_map gpe_gpio_map[] = {
GPIO_END
};
-
static struct soc_gpio_config gpio_config = {
/* BSW */
.north = gpn_gpio_map,
diff --git a/src/mainboard/google/cyan/variants/ultima/gpio.c b/src/mainboard/google/cyan/variants/ultima/gpio.c
index 741b73e986ee..cef45aa609f0 100644
--- a/src/mainboard/google/cyan/variants/ultima/gpio.c
+++ b/src/mainboard/google/cyan/variants/ultima/gpio.c
@@ -64,7 +64,6 @@ static const struct soc_gpio_map gpse_gpio_map[] = {
GPIO_END
};
-
/* South West Community */
static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_NC, /* 00 FST_SPI_D2 */
@@ -131,7 +130,6 @@ static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_END
};
-
/* North Community */
static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_NC, /* 00 GPIO_DFX0 */
@@ -201,7 +199,6 @@ static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_END
};
-
/* East Community */
static const struct soc_gpio_map gpe_gpio_map[] = {
Native_M1, /* 00 PMU_SLP_S3_B */
@@ -231,7 +228,6 @@ static const struct soc_gpio_map gpe_gpio_map[] = {
GPIO_END
};
-
static struct soc_gpio_config gpio_config = {
/* BSW */
.north = gpn_gpio_map,
diff --git a/src/mainboard/google/cyan/variants/ultima/include/variant/acpi/dptf.asl b/src/mainboard/google/cyan/variants/ultima/include/variant/acpi/dptf.asl
index 095a538d9e39..40230f09e2ef 100644
--- a/src/mainboard/google/cyan/variants/ultima/include/variant/acpi/dptf.asl
+++ b/src/mainboard/google/cyan/variants/ultima/include/variant/acpi/dptf.asl
@@ -5,7 +5,6 @@
#define DPTF_TSR0_PASSIVE 60
#define DPTF_TSR0_CRITICAL 70
-
#define DPTF_TSR1_SENSOR_ID 1
#define DPTF_TSR1_SENSOR_NAME "TMP432_DDR"
#define DPTF_TSR1_PASSIVE 55
@@ -16,7 +15,6 @@
#define DPTF_TSR2_PASSIVE 42
#define DPTF_TSR2_CRITICAL 70
-
#define DPTF_ENABLE_CHARGER
/* Charger performance states, board-specific values from charger and EC */
diff --git a/src/mainboard/google/cyan/variants/wizpig/gpio.c b/src/mainboard/google/cyan/variants/wizpig/gpio.c
index 300f7d6acc78..6e993305bbde 100644
--- a/src/mainboard/google/cyan/variants/wizpig/gpio.c
+++ b/src/mainboard/google/cyan/variants/wizpig/gpio.c
@@ -64,7 +64,6 @@ static const struct soc_gpio_map gpse_gpio_map[] = {
GPIO_END
};
-
/* South West Community */
static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_NC, /* 00 FST_SPI_D2 */
@@ -130,7 +129,6 @@ static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_END
};
-
/* North Community */
static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_NC, /* 00 GPIO_DFX0 */
@@ -200,7 +198,6 @@ static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_END
};
-
/* East Community */
static const struct soc_gpio_map gpe_gpio_map[] = {
Native_M1, /* 00 PMU_SLP_S3_B */
@@ -230,7 +227,6 @@ static const struct soc_gpio_map gpe_gpio_map[] = {
GPIO_END
};
-
static struct soc_gpio_config gpio_config = {
/* BSW */
.north = gpn_gpio_map,
diff --git a/src/mainboard/google/cyan/variants/wizpig/include/variant/acpi/dptf.asl b/src/mainboard/google/cyan/variants/wizpig/include/variant/acpi/dptf.asl
index 273020cd348b..c5914976b43d 100644
--- a/src/mainboard/google/cyan/variants/wizpig/include/variant/acpi/dptf.asl
+++ b/src/mainboard/google/cyan/variants/wizpig/include/variant/acpi/dptf.asl
@@ -5,7 +5,6 @@
#define DPTF_TSR0_PASSIVE 49
#define DPTF_TSR0_CRITICAL 75
-
#define DPTF_TSR1_SENSOR_ID 1
#define DPTF_TSR1_SENSOR_NAME "TMP432_Power_top"
#define DPTF_TSR1_PASSIVE 65
@@ -16,7 +15,6 @@
#define DPTF_TSR2_PASSIVE 49
#define DPTF_TSR2_CRITICAL 75
-
#define DPTF_ENABLE_CHARGER
/* Charger performance states, board-specific values from charger and EC */