diff options
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/dbx500-prcmu.h | 1 | ||||
| -rw-r--r-- | include/linux/mfd/max77686.h | 1 | ||||
| -rw-r--r-- | include/linux/mfd/max8998.h | 2 | 
3 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mfd/dbx500-prcmu.h b/include/linux/mfd/dbx500-prcmu.h index 5b90e94399e..c410d99bd66 100644 --- a/include/linux/mfd/dbx500-prcmu.h +++ b/include/linux/mfd/dbx500-prcmu.h @@ -136,6 +136,7 @@ enum prcmu_clock {  	PRCMU_TIMCLK,  	PRCMU_PLLSOC0,  	PRCMU_PLLSOC1, +	PRCMU_ARMSS,  	PRCMU_PLLDDR,  	PRCMU_PLLDSI,  	PRCMU_DSI0CLK, diff --git a/include/linux/mfd/max77686.h b/include/linux/mfd/max77686.h index 3d7ae4d7fd3..46c0f320ed7 100644 --- a/include/linux/mfd/max77686.h +++ b/include/linux/mfd/max77686.h @@ -74,6 +74,7 @@ enum max77686_regulators {  struct max77686_regulator_data {  	int id;  	struct regulator_init_data *initdata; +	struct device_node *of_node;  };  enum max77686_opmode { diff --git a/include/linux/mfd/max8998.h b/include/linux/mfd/max8998.h index f4f0dfa4698..6823548d0c0 100644 --- a/include/linux/mfd/max8998.h +++ b/include/linux/mfd/max8998.h @@ -67,7 +67,7 @@ struct max8998_regulator_data {  /**   * struct max8998_board - packages regulator init data   * @regulators: array of defined regulators - * @num_regulators: number of regultors used + * @num_regulators: number of regulators used   * @irq_base: base IRQ number for max8998, required for IRQs   * @ono: power onoff IRQ number for max8998   * @buck_voltage_lock: Do NOT change the values of the following six  |