[RAMEN9610-20563][9610] : drivers : ccic : fix ccic rp threshold operating Source
authorJinsu Park <js00.park@samsung.com>
Mon, 14 Oct 2019 06:53:02 +0000 (15:53 +0900)
committerrobot <robot@samsung.com>
Tue, 15 Oct 2019 17:56:30 +0000 (02:56 +0900)
Change-Id: I57e76dc68a94f1f8085b71d783f2b8145f816c99
Signed-off-by: Jinsu Park <js00.park@samsung.com>
drivers/ccic/s2mu106-usbpd.c

index 3c302bb53163010f7b350802953440a327674523..54e51ff462878fcfddea5c91cfb6ff58728c8ba8 100644 (file)
@@ -2110,7 +2110,7 @@ static int s2mu106_usbpd_check_abnormal_attach(struct s2mu106_usbpd_data *pdic_d
        u8 data = 0;
 
        s2mu106_usbpd_set_threshold(pdic_data, PLUG_CTRL_RP,
-                                                                               S2MU106_THRESHOLD_1371MV);
+                                                                               S2MU106_THRESHOLD_1285MV);
        msleep(20);
 
        s2mu106_usbpd_read_reg(i2c, S2MU106_REG_PLUG_MON2, &data);