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

Commit e3dae088 authored by Deepak Kumar's avatar Deepak Kumar
Browse files

msm: kgsl: Remove CP_ADDR_MODE_CNTL from powerup register list



CP_ADDR_MODE_CNTL is not needed in powerup register list
anymore because now GMU firmware is saving and restoring
it to make sure CP addressing mode is correct before it
starts CP.

Change-Id: I57f921ce90996b8ccf5ffca38db0ab97d135bdbb
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
parent 4728a0a0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -323,7 +323,6 @@ static struct reg_list_pair {
static struct reg_list_pair a6xx_ifpc_pwrup_reglist[] = {
	{ A6XX_RBBM_VBIF_CLIENT_QOS_CNTL, 0x0 },
	{ A6XX_CP_CHICKEN_DBG, 0x0 },
	{ A6XX_CP_ADDR_MODE_CNTL, 0x0 },
	{ A6XX_CP_DBG_ECO_CNTL, 0x0 },
	{ A6XX_CP_PROTECT_CNTL, 0x0 },
	{ A6XX_CP_PROTECT_REG, 0x0 },