power: qpnp-fg: fix the bit mask used for forcing Rbias on
The driver uses 0x0F as the mask to force Rbias on or off. Instead
use the correct mask 0x17. BIT(4) actually forces the Rbias on
instead of BIT(3).
Change-Id: I1502c6388b0c7ae7bc7b838eae9b236a4747a86e
Signed-off-by:
Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Loading
Please register or sign in to comment