Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0efde0d authored by Mohan Pallaka's avatar Mohan Pallaka
Browse files

platform: qpnp-power-on: remove S2 reset for CBLPWR



PON type CBLPWR does not support stage 2 (S2) reset.

Change-Id: Ic4b8ea4be3bfc031bf6542091a53e2257f200bca
Signed-off-by: default avatarMohan Pallaka <mpallaka@codeaurora.org>
parent 16103798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1170,7 +1170,7 @@ static int qpnp_pon_config_init(struct qpnp_pon *pon)
					"Unable to config pon reset\n");
				goto unreg_input_dev;
			}
		} else {
		} else if (cfg->pon_type != PON_CBLPWR) {
			/* disable S2 reset */
			rc = qpnp_pon_masked_write(pon, cfg->s2_cntl2_addr,
						QPNP_PON_S2_CNTL_EN, 0);