summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorGene Chen <gene_chen@richtek.com>2021-05-18 01:33:09 +0800
committerLee Jones <lee.jones@linaro.org>2021-06-02 10:50:01 +0100
commite63ce9a5b3edad84e5f1b3ffb081da7c9847c641 (patch)
tree6d95d3e2a341a4cb60874458b237d4804a92a7fb /include/linux/mfd
parent4ee06e10dd26e81371f7da25a8a7e4c2f348aa4f (diff)
downloadlinux-stable-e63ce9a5b3edad84e5f1b3ffb081da7c9847c641.tar.gz
linux-stable-e63ce9a5b3edad84e5f1b3ffb081da7c9847c641.tar.bz2
linux-stable-e63ce9a5b3edad84e5f1b3ffb081da7c9847c641.zip
mfd: mt6360: Rename mt6360_pmu_data by mt6360_ddata
Rename mt6360_pmu_data by mt6360_ddata because of including not only PMU part, but also entire MT6360 IC. Signed-off-by: Gene Chen <gene_chen@richtek.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/mt6360.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/mt6360.h b/include/linux/mfd/mt6360.h
index 72edf1352229..81bca7c2ad4d 100644
--- a/include/linux/mfd/mt6360.h
+++ b/include/linux/mfd/mt6360.h
@@ -21,7 +21,7 @@ enum {
#define MT6360_LDO_SLAVEID 0x64
#define MT6360_TCPC_SLAVEID 0x4E
-struct mt6360_pmu_data {
+struct mt6360_ddata {
struct i2c_client *i2c[MT6360_SLAVE_MAX];
struct device *dev;
struct regmap *regmap;