|
@@ -36,7 +36,7 @@
|
|
* max1586_subdev_data - regulator data
|
|
* max1586_subdev_data - regulator data
|
|
* @id: regulator Id (either MAX1586_V3 or MAX1586_V6)
|
|
* @id: regulator Id (either MAX1586_V3 or MAX1586_V6)
|
|
* @name: regulator cute name (example for V3: "vcc_core")
|
|
* @name: regulator cute name (example for V3: "vcc_core")
|
|
- * @platform_data: regulator init data (contraints, supplies, ...)
|
|
|
|
|
|
+ * @platform_data: regulator init data (constraints, supplies, ...)
|
|
*/
|
|
*/
|
|
struct max1586_subdev_data {
|
|
struct max1586_subdev_data {
|
|
int id;
|
|
int id;
|
|
@@ -46,7 +46,7 @@ struct max1586_subdev_data {
|
|
|
|
|
|
/**
|
|
/**
|
|
* max1586_platform_data - platform data for max1586
|
|
* max1586_platform_data - platform data for max1586
|
|
- * @num_subdevs: number of regultors used (may be 1 or 2)
|
|
|
|
|
|
+ * @num_subdevs: number of regulators used (may be 1 or 2)
|
|
* @subdevs: regulator used
|
|
* @subdevs: regulator used
|
|
* At most, there will be a regulator for V3 and one for V6 voltages.
|
|
* At most, there will be a regulator for V3 and one for V6 voltages.
|
|
* @v3_gain: gain on the V3 voltage output multiplied by 1e6.
|
|
* @v3_gain: gain on the V3 voltage output multiplied by 1e6.
|