summaryrefslogtreecommitdiff
path: root/driver/tcpm/fusb307.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/tcpm/fusb307.h')
-rw-r--r--driver/tcpm/fusb307.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/driver/tcpm/fusb307.h b/driver/tcpm/fusb307.h
index 3f1f12901d..38114c8caa 100644
--- a/driver/tcpm/fusb307.h
+++ b/driver/tcpm/fusb307.h
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -12,14 +12,14 @@
#define FUSB307_I2C_ADDR_FLAGS 0x50
-#define TCPC_REG_RESET 0xA2
-#define TCPC_REG_RESET_PD_RESET BIT(1)
-#define TCPC_REG_RESET_SW_RESET BIT(0)
+#define TCPC_REG_RESET 0xA2
+#define TCPC_REG_RESET_PD_RESET BIT(1)
+#define TCPC_REG_RESET_SW_RESET BIT(0)
-#define TCPC_REG_GPIO1_CFG 0xA4
-#define TCPC_REG_GPIO1_CFG_GPO1_VAL BIT(2)
-#define TCPC_REG_GPIO1_CFG_GPI1_EN BIT(1)
-#define TCPC_REG_GPIO1_CFG_GPO1_EN BIT(0)
+#define TCPC_REG_GPIO1_CFG 0xA4
+#define TCPC_REG_GPIO1_CFG_GPO1_VAL BIT(2)
+#define TCPC_REG_GPIO1_CFG_GPI1_EN BIT(1)
+#define TCPC_REG_GPIO1_CFG_GPO1_EN BIT(0)
int fusb307_power_supply_reset(int port);