regulator: rtmv20: Add missing regcache cache only before marked as dirty
authorChiYuan Huang <cy_huang@richtek.com>
Wed, 30 Sep 2020 10:18:52 +0000 (18:18 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 30 Sep 2020 11:58:09 +0000 (12:58 +0100)
Add missing regcache cache only before masked as dirty.

Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/1601461132-15251-1-git-send-email-u0084500@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/rtmv20-regulator.c

index 05fd8e7..852fb25 100644 (file)
@@ -325,6 +325,7 @@ static int rtmv20_probe(struct i2c_client *i2c)
         * keep in shutdown mode to minimize the current consumption
         * and also mark regcache as dirty
         */
+       regcache_cache_only(priv->regmap, true);
        regcache_mark_dirty(priv->regmap);
        gpiod_set_value(priv->enable_gpio, 0);