Loading drivers/power/supply/qcom/qpnp-smb5.c +14 −11 Original line number Diff line number Diff line Loading @@ -2143,7 +2143,11 @@ static int smb5_configure_typec(struct smb_charger *chg) } } /* Enable detection of unoriented debug accessory in source mode */ if (chg->chg_param.smb_version != PMI632_SUBTYPE) { /* * Enable detection of unoriented debug * accessory in source mode. */ rc = smblib_masked_write(chg, DEBUG_ACCESS_SRC_CFG_REG, EN_UNORIENTED_DEBUG_ACCESS_SRC_BIT, EN_UNORIENTED_DEBUG_ACCESS_SRC_BIT); Loading @@ -2154,7 +2158,6 @@ static int smb5_configure_typec(struct smb_charger *chg) return rc; } if (chg->chg_param.smb_version != PMI632_SUBTYPE) { rc = smblib_masked_write(chg, USBIN_LOAD_CFG_REG, USBIN_IN_COLLAPSE_GF_SEL_MASK | USBIN_AICL_STEP_TIMING_SEL_MASK, Loading Loading
drivers/power/supply/qcom/qpnp-smb5.c +14 −11 Original line number Diff line number Diff line Loading @@ -2143,7 +2143,11 @@ static int smb5_configure_typec(struct smb_charger *chg) } } /* Enable detection of unoriented debug accessory in source mode */ if (chg->chg_param.smb_version != PMI632_SUBTYPE) { /* * Enable detection of unoriented debug * accessory in source mode. */ rc = smblib_masked_write(chg, DEBUG_ACCESS_SRC_CFG_REG, EN_UNORIENTED_DEBUG_ACCESS_SRC_BIT, EN_UNORIENTED_DEBUG_ACCESS_SRC_BIT); Loading @@ -2154,7 +2158,6 @@ static int smb5_configure_typec(struct smb_charger *chg) return rc; } if (chg->chg_param.smb_version != PMI632_SUBTYPE) { rc = smblib_masked_write(chg, USBIN_LOAD_CFG_REG, USBIN_IN_COLLAPSE_GF_SEL_MASK | USBIN_AICL_STEP_TIMING_SEL_MASK, Loading