aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/power/bq25890_charger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/power/bq25890_charger.h')
-rw-r--r--include/linux/power/bq25890_charger.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/linux/power/bq25890_charger.h b/include/linux/power/bq25890_charger.h
new file mode 100644
index 000000000000..c706ddb77a08
--- /dev/null
+++ b/include/linux/power/bq25890_charger.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Platform data for the TI bq25890 battery charger driver.
+ */
+
+#ifndef _BQ25890_CHARGER_H_
+#define _BQ25890_CHARGER_H_
+
+struct regulator_init_data;
+
+struct bq25890_platform_data {
+ const struct regulator_init_data *regulator_init_data;
+};
+
+#endif