summaryrefslogtreecommitdiff
path: root/board/willow
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:13:02 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-29 18:26:01 +0000
commitdd9d64a7626139783ae29a6683e59608d42634b6 (patch)
tree78674c22a972f6ebbeee6aa0829c0c531025d55f /board/willow
parent49e01a4838c00b4b570ca4494869fdcbe535eb6e (diff)
downloadchrome-ec-dd9d64a7626139783ae29a6683e59608d42634b6.tar.gz
board/willow/board.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: Ibae6eeaf463d4e64dd187e10d0747da0a7176321 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729131 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/willow')
-rw-r--r--board/willow/board.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/board/willow/board.h b/board/willow/board.h
index 5bfc06d615..70b384c685 100644
--- a/board/willow/board.h
+++ b/board/willow/board.h
@@ -50,7 +50,7 @@
/* Motion Sensors */
#ifndef VARIANT_KUKUI_NO_SENSORS
-#define CONFIG_ACCEL_KX022 /* Lid accel */
+#define CONFIG_ACCEL_KX022 /* Lid accel */
#define CONFIG_ACCELGYRO_BMI160 /* Base accel */
#define CONFIG_ACCELGYRO_BMI160_INT_EVENT \
TASK_EVENT_MOTION_SENSOR_INTERRUPT(BASE_ACCEL)
@@ -67,20 +67,20 @@
#endif /* VARIANT_KUKUI_NO_SENSORS */
/* I2C ports */
-#define I2C_PORT_BC12 0
-#define I2C_PORT_TCPC0 0
-#define I2C_PORT_USB_MUX 0
-#define I2C_PORT_CHARGER board_get_charger_i2c()
-#define I2C_PORT_SENSORS 1
-#define I2C_PORT_KB_DISCRETE 1
-#define I2C_PORT_VIRTUAL_BATTERY I2C_PORT_BATTERY
-#define I2C_PORT_BATTERY 2
+#define I2C_PORT_BC12 0
+#define I2C_PORT_TCPC0 0
+#define I2C_PORT_USB_MUX 0
+#define I2C_PORT_CHARGER board_get_charger_i2c()
+#define I2C_PORT_SENSORS 1
+#define I2C_PORT_KB_DISCRETE 1
+#define I2C_PORT_VIRTUAL_BATTERY I2C_PORT_BATTERY
+#define I2C_PORT_BATTERY 2
/* IT8801 I2C address */
-#define KB_DISCRETE_I2C_ADDR_FLAGS IT8801_I2C_ADDR1
+#define KB_DISCRETE_I2C_ADDR_FLAGS IT8801_I2C_ADDR1
/* Enable Accel over SPI */
-#define CONFIG_SPI_ACCEL_PORT 0 /* The first SPI controller port (SPI2) */
+#define CONFIG_SPI_ACCEL_PORT 0 /* The first SPI controller port (SPI2) */
#define CONFIG_KEYBOARD_PROTOCOL_MKBP
#define CONFIG_MKBP_EVENT