From 6bc4d3a61ade2f07853088ed2835174b15025d43 Mon Sep 17 00:00:00 2001 From: yanfei Date: Tue, 30 Oct 2018 14:20:30 +0800 Subject: [PATCH] (CR):[kane]:[kernel]: modify for capsensor power Modify for capsensor power Change-Id: Ifb3c9eb0820a1391c8bb16433e9e2b740486eca0 Signed-off-by: yanfei --- drivers/regulator/s2mpu09-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/s2mpu09-regulator.c b/drivers/regulator/s2mpu09-regulator.c index 4add8f76d8a4..931d0d8bec5a 100755 --- a/drivers/regulator/s2mpu09-regulator.c +++ b/drivers/regulator/s2mpu09-regulator.c @@ -733,7 +733,6 @@ static int s2mpu09_pmic_probe(struct platform_device *pdev) } } - s2mpu09_update_reg(s2mpu09->i2c, S2MPU09_PMIC_REG_L25CTRL, 0xC0, 0xC0); pr_info("%s s2mpu09 pmic driver Loading end\n", __func__); s2mpu09_update_reg(s2mpu09->i2c, S2MPU09_PMIC_REG_RTCBUF, 0x4, 0x4); -- 2.20.1