diff options
| author | 2021-05-18 01:33:09 +0800 | |
|---|---|---|
| committer | 2021-06-02 10:50:01 +0100 | |
| commit | e63ce9a5b3edad84e5f1b3ffb081da7c9847c641 (patch) | |
| tree | 6d95d3e2a341a4cb60874458b237d4804a92a7fb /include/linux/mfd | |
| parent | mfd: mt6360: Combine mt6360 pmic/ldo resources into mt6360 regulator resources (diff) | |
| download | linux-dev-e63ce9a5b3edad84e5f1b3ffb081da7c9847c641.tar.xz linux-dev-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.h | 2 |
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; |
