mfd: tps6594: Use volatile_table instead of volatile_reg
In regmap_config use volatile_table instead of volatile_reg. This change makes it easier to add support for TPS65224 PMIC. Signed-off-by: Bhargav Raviprakash <bhargav.r@ltts.com> Acked-by: Julien Panis <jpanis@baylibre.com> Link: https://lore.kernel.org/r/0109018f2f267f6e-3121fa42-4816-45f7-a96d-0d6b4678da5a-000000@ap-south-1.amazonses.com Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
committed by
Lee Jones
parent
84ccfaee29
commit
436250638b
@@ -1337,7 +1337,9 @@ struct tps6594 {
|
||||
struct regmap_irq_chip_data *irq_data;
|
||||
};
|
||||
|
||||
bool tps6594_is_volatile_reg(struct device *dev, unsigned int reg);
|
||||
extern const struct regmap_access_table tps6594_volatile_table;
|
||||
extern const struct regmap_access_table tps65224_volatile_table;
|
||||
|
||||
int tps6594_device_init(struct tps6594 *tps, bool enable_crc);
|
||||
|
||||
#endif /* __LINUX_MFD_TPS6594_H */
|
||||
|
||||
Reference in New Issue
Block a user