diff options
author | Gene Chen <gene_chen@richtek.com> | 2021-05-17 20:33:09 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-06-02 12:50:01 +0300 |
commit | e63ce9a5b3edad84e5f1b3ffb081da7c9847c641 (patch) | |
tree | 6d95d3e2a341a4cb60874458b237d4804a92a7fb /include/linux | |
parent | 4ee06e10dd26e81371f7da25a8a7e4c2f348aa4f (diff) | |
download | linux-e63ce9a5b3edad84e5f1b3ffb081da7c9847c641.tar.xz |
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')
-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; |