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

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

Merge "msm: ipa3: do not configure IPA_SPARE_REG_1"

parents 006f7330 feca701e
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
/* configure IPA spare register 1 in order to have correct IPA version
 * set bits 0,2,3 and 4. see SpareBits documentation.xlsx
 */
#define IPA_SPARE_REG_1_VAL (0xE000081D)
#define IPA_SPARE_REG_1_VAL (0x0000081D)


/* HPS, DPS sequencers Types*/
@@ -770,9 +770,6 @@ int ipa3_init_hw(void)
	/* using old BCR configuration(IPAv2.6)*/
	ipa_write_reg(ipa3_ctx->mmio, IPA_BCR_OFST, IPA_BCR_REG_VAL);

	ipa_write_reg(ipa3_ctx->mmio,
			IPA_SPARE_REG_1_OFST,
			IPA_SPARE_REG_1_VAL);
	return 0;
}