1
0
Fork 0

mfd: twl6040: The chip does not support bulk access

Bulk access is not working with twl6040, we need to use single register
access. Bulk access would happen when we try to sync the regcache after
power on.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
steinar/wifi_calib_4_9_kernel
Peter Ujfalusi 2016-08-31 14:46:20 +03:00 committed by Lee Jones
parent 3612b27cfb
commit c78cb17867
1 changed files with 1 additions and 0 deletions

View File

@ -609,6 +609,7 @@ static const struct regmap_config twl6040_regmap_config = {
.writeable_reg = twl6040_writeable_reg,
.cache_type = REGCACHE_RBTREE,
.use_single_rw = true,
};
static const struct regmap_irq twl6040_irqs[] = {