aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2014-09-10 07:03:23 -0400
committerMark Brown <broonie@kernel.org>2014-09-10 07:03:23 -0400
commit3f7c69637511a39f4400dc8312bbcecaa592ab61 (patch)
tree1d1baaae31beddcbe30177f42023132517711751 /include/linux/regulator
parentdec38b5ce6a9edb406c60c2670b26a1a4262fdb9 (diff)
parenta0c7b164ad115ec0556dc0904ee2218cbc5cedfa (diff)
Merge branch 'topic/of' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-isl9305
Diffstat (limited to 'include/linux/regulator')
-rw-r--r--include/linux/regulator/driver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h
index efe058f8f746..18f7017deaa5 100644
--- a/include/linux/regulator/driver.h
+++ b/include/linux/regulator/driver.h
@@ -203,6 +203,8 @@ enum regulator_type {
203 * 203 *
204 * @name: Identifying name for the regulator. 204 * @name: Identifying name for the regulator.
205 * @supply_name: Identifying the regulator supply 205 * @supply_name: Identifying the regulator supply
206 * @of_match: Name used to identify regulator in DT.
207 * @regulators_node: Name of node containing regulator definitions in DT.
206 * @id: Numerical identifier for the regulator. 208 * @id: Numerical identifier for the regulator.
207 * @ops: Regulator operations table. 209 * @ops: Regulator operations table.
208 * @irq: Interrupt number for the regulator. 210 * @irq: Interrupt number for the regulator.
@@ -243,6 +245,8 @@ enum regulator_type {
243struct regulator_desc { 245struct regulator_desc {
244 const char *name; 246 const char *name;
245 const char *supply_name; 247 const char *supply_name;
248 const char *of_match;
249 const char *regulators_node;
246 int id; 250 int id;
247 bool continuous_voltage_range; 251 bool continuous_voltage_range;
248 unsigned n_voltages; 252 unsigned n_voltages;