aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator/machine.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2019-07-04 17:34:34 +0100
committerMark Brown <broonie@kernel.org>2019-07-04 17:34:34 +0100
commit0ed4513c9a32a479b4dc41685be68edf1e99c139 (patch)
tree56e2cab31df315ec4cf37f064a8df3404b3ea753 /include/linux/regulator/machine.h
parentMerge branch 'regulator-5.3' into regulator-next (diff)
parentregulator: core: Expose some of core functions needed by couplers (diff)
downloadlinux-dev-0ed4513c9a32a479b4dc41685be68edf1e99c139.tar.xz
linux-dev-0ed4513c9a32a479b4dc41685be68edf1e99c139.zip
Merge remote-tracking branch 'regulator/topic/coupled' into regulator-next
Diffstat (limited to 'include/linux/regulator/machine.h')
-rw-r--r--include/linux/regulator/machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h
index 5539efa76d26..a84cc8879c3e 100644
--- a/include/linux/regulator/machine.h
+++ b/include/linux/regulator/machine.h
@@ -153,7 +153,7 @@ struct regulation_constraints {
int system_load;
/* used for coupled regulators */
- int max_spread;
+ u32 *max_spread;
/* used for changing voltage in steps */
int max_uV_step;