regulator: rtq6752: fix reg reset behavior
authorChiYuan Huang <cy_huang@richtek.com>
Fri, 16 Jul 2021 03:55:46 +0000 (11:55 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 16 Jul 2021 12:55:34 +0000 (13:55 +0100)
commit513d14045a2dad0bf202b7d4c07a2ca2afdba0b4
tree337b631ad28e11a86985c0163473eb89e7049037
parent541ee8f640327f951e7039278057827322231ab0
regulator: rtq6752: fix reg reset behavior

Reg will be reset in below two conditions.
1. 'Enable' pin from H to L.
2. Both PAVDD and NAVDD are all disabled.

And 'Enable' pin also control i2c communication capability.

This patch is to Seperate the if condition in enable/disable callback for
reg cache manipulation.

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