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

Commit bd434a4d authored by Kasin Li's avatar Kasin Li
Browse files

drm/msm: Don't dump RBBM_SECVID_TSB_CNTL



This register is not accessible by CPU for certain TZ, trying to read it
will cause CPU hang.

Change-Id: Ica1b18db2c3cc2c9bacfdbd4c5eb1e2e172ade33
Signed-off-by: default avatarKasin Li <donglil@codeaurora.org>
parent 263b2f47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1099,7 +1099,7 @@ static const u32 a5xx_registers[] = {
	0xe9c0, 0xe9c7, 0xe9d0, 0xe9d1, 0xea00, 0xea01, 0xea10, 0xea1c,
	0xea40, 0xea68, 0xea80, 0xea80, 0xea82, 0xeaa3, 0xeaa5, 0xeac2,
	0xeb80, 0xeb8f, 0xebb0, 0xebb0, 0xec00, 0xec05, 0xec08, 0xece9,
	0xecf0, 0xecf0, 0xf400, 0xf400, 0xf800, 0xf807,
	0xecf0, 0xecf0, 0xf800, 0xf807,
	~0
};