aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/hi6421-pmic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/hi6421-pmic.h')
-rw-r--r--include/linux/mfd/hi6421-pmic.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mfd/hi6421-pmic.h b/include/linux/mfd/hi6421-pmic.h
index 587273e35acf..2580c08db7b1 100644
--- a/include/linux/mfd/hi6421-pmic.h
+++ b/include/linux/mfd/hi6421-pmic.h
@@ -38,4 +38,9 @@ struct hi6421_pmic {
struct regmap *regmap;
};
+enum hi6421_type {
+ HI6421 = 0,
+ HI6421_V530,
+};
+
#endif /* __HI6421_PMIC_H */