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: Kasin Li <donglil@codeaurora.org>
This commit is contained in:
Kasin Li 2017-03-21 23:28:24 +08:00
parent 263b2f4736
commit bd434a4d8a

View file

@ -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
};