summaryrefslogtreecommitdiff
path: root/driver/charger/bq24192.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/charger/bq24192.h')
-rw-r--r--driver/charger/bq24192.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/driver/charger/bq24192.h b/driver/charger/bq24192.h
deleted file mode 100644
index b82fe93a02..0000000000
--- a/driver/charger/bq24192.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Copyright 2013 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- *
- * TI bq24192 battery charger driver.
- */
-
-#ifndef __CROS_EC_BQ24192_H
-#define __CROS_EC_BQ24192_H
-
-#define BQ24192_ADDR_FLAGS 0x6b
-
-/* Registers */
-#define BQ24192_REG_INPUT_CTRL 0x0
-#define BQ24192_REG_POWER_ON_CFG 0x1
-#define BQ24192_REG_CHG_CURRENT 0x2
-#define BQ24192_REG_PRE_CHG_CURRENT 0x3
-#define BQ24192_REG_CHG_VOLTAGE 0x4
-#define BQ24192_REG_CHG_TERM_TMR 0x5
-#define BQ24192_REG_IR_COMP 0x6
-#define BQ24192_REG_MISC_OP 0x7
-#define BQ24192_REG_STATUS 0x8
-#define BQ24192_REG_FAULT 0x9
-#define BQ24192_REG_ID 0xa
-
-#define BQ24192_DEVICE_ID 0x2b
-
-#endif /* __CROS_EC_BQ24192_H */