summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJonghwa Lee <jonghwa3.lee@samsung.com>2013-10-07 17:02:15 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2013-11-15 13:52:29 +0900
commit930ef02a3a92e960c8bf281654ce5282cbf3270d (patch)
treed2b332ba2070126256ebc3b866822c516bb378b2 /include
parentdc35488b130cc195ba36cc8c4c10a450f87a59eb (diff)
downloadlinux-3.10-930ef02a3a92e960c8bf281654ce5282cbf3270d.tar.gz
linux-3.10-930ef02a3a92e960c8bf281654ce5282cbf3270d.tar.bz2
linux-3.10-930ef02a3a92e960c8bf281654ce5282cbf3270d.zip
regulator: max77686: Support DVS control in max77686 regulator.
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/max77686.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/max77686.h b/include/linux/mfd/max77686.h
index 46c0f320ed7..f7dc5f1a677 100644
--- a/include/linux/mfd/max77686.h
+++ b/include/linux/mfd/max77686.h
@@ -110,6 +110,8 @@ struct max77686_platform_data {
unsigned int buck2_voltage[8]; /* buckx_voltage in uV */
unsigned int buck3_voltage[8];
unsigned int buck4_voltage[8];
+
+ unsigned int dvs_idx;
};
#endif /* __LINUX_MFD_MAX77686_H */