summaryrefslogtreecommitdiff
path: root/board/panqueque/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/panqueque/board.h')
-rw-r--r--board/panqueque/board.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/board/panqueque/board.h b/board/panqueque/board.h
index 39aed68f8e..24eeebabe5 100644
--- a/board/panqueque/board.h
+++ b/board/panqueque/board.h
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -21,8 +21,8 @@
#undef CONFIG_FLASH_PSTATE_LOCKED
/* USB Type C and USB PD defines */
-#define USB_PD_PORT_HOST 0
-#define USB_PD_PORT_USB3 1
+#define USB_PD_PORT_HOST 0
+#define USB_PD_PORT_USB3 1
/*
* Only the host and display usbc ports are usb-pd capable. There is a 2nd usbc
@@ -40,9 +40,9 @@
#define CONFIG_USB_PD_IDENTITY_SW_VERS 1
/* I2C port names */
-#define I2C_PORT_I2C1 0
-#define I2C_PORT_I2C2 1
-#define I2C_PORT_I2C3 2
+#define I2C_PORT_I2C1 0
+#define I2C_PORT_I2C2 1
+#define I2C_PORT_I2C3 2
/* Required symbolic I2C port names */
#define I2C_PORT_MP4245 I2C_PORT_I2C3
@@ -68,7 +68,7 @@
#define GPIO_TRIGGER_1 GPIO_USB3_A5_CDP_EN
#define GPIO_TRIGGER_2 GPIO_USB3_A6_CDP_EN
-enum debug_gpio {
+enum debug_gpio {
TRIGGER_1 = 0,
TRIGGER_2,
};