]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/regulator/driver.h
mm: enum lru_list lru
[karo-tx-linux.git] / include / linux / regulator / driver.h
index 8fbb6964bb7e982897a5eee2ab57eda98d0e3c07..4214b9a9d1c968d05714a37c7d15cbdab905bf44 100644 (file)
@@ -154,6 +154,7 @@ enum regulator_type {
  * this type.
  *
  * @name: Identifying name for the regulator.
+ * @supply_name: Identifying the regulator supply
  * @id: Numerical identifier for the regulator.
  * @n_voltages: Number of selectors available for ops.list_voltage().
  * @ops: Regulator operations table.
@@ -163,6 +164,7 @@ enum regulator_type {
  */
 struct regulator_desc {
        const char *name;
+       const char *supply_name;
        int id;
        unsigned n_voltages;
        struct regulator_ops *ops;