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

Commit f5e47567 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: Enable 2x fast clock"

parents 080e5b10 c6cc2490
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -884,8 +884,8 @@ int ipa_init_hw(void)
	ipa_write_reg(ipa_ctx->mmio, IPA_COMP_SW_RESET_OFST, 1);
	ipa_write_reg(ipa_ctx->mmio, IPA_COMP_SW_RESET_OFST, 0);

	/* enable IPA */
	ipa_write_reg(ipa_ctx->mmio, IPA_COMP_CFG_OFST, 1);
	/* enable IPA Bit:0, enable 2x fast clock Bit:4 */
	ipa_write_reg(ipa_ctx->mmio, IPA_COMP_CFG_OFST, 0x11);

	/* Read IPA version and make sure we have access to the registers */
	ipa_version = ipa_read_reg(ipa_ctx->mmio, IPA_VERSION_OFST);