aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/tps65910.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mfd/tps65910.h b/include/linux/mfd/tps65910.h
index 5f770064e0c5..8bb85b930c07 100644
--- a/include/linux/mfd/tps65910.h
+++ b/include/linux/mfd/tps65910.h
@@ -121,6 +121,8 @@
121#define TPS65911_LDO6 0x35 121#define TPS65911_LDO6 0x35
122#define TPS65911_LDO4 0x36 122#define TPS65911_LDO4 0x36
123#define TPS65911_LDO3 0x37 123#define TPS65911_LDO3 0x37
124#define TPS65911_VMBCH 0x6A
125#define TPS65911_VMBCH2 0x6B
124 126
125/* 127/*
126 * List of register bitfields for component TPS65910 128 * List of register bitfields for component TPS65910
@@ -746,6 +748,8 @@ struct tps65910_board {
746 int gpio_base; 748 int gpio_base;
747 int irq; 749 int irq;
748 int irq_base; 750 int irq_base;
751 int vmbch_threshold;
752 int vmbch2_threshold;
749 struct regulator_init_data *tps65910_pmic_init_data; 753 struct regulator_init_data *tps65910_pmic_init_data;
750}; 754};
751 755