msm: kgsl: Add vbif version for A540
A540 has a new vbif version. Add it so that we can dump vbif registers in snapshot for A540. CRs-Fixed: 1024192 Change-Id: Id9323fa98951e2755fcc6903f84a450bc7ab6169 Signed-off-by: Harshdeep Dhatt <hdhatt@codeaurora.org>
This commit is contained in:
parent
3529d2a995
commit
ce48563d9b
1 changed files with 2 additions and 0 deletions
|
@ -345,6 +345,8 @@ a5xx_vbif_snapshot_registers[] = {
|
||||||
ARRAY_SIZE(a5xx_vbif_ver_20040000_registers)/2},
|
ARRAY_SIZE(a5xx_vbif_ver_20040000_registers)/2},
|
||||||
{ 0x20040001, a5xx_vbif_ver_20040000_registers,
|
{ 0x20040001, a5xx_vbif_ver_20040000_registers,
|
||||||
ARRAY_SIZE(a5xx_vbif_ver_20040000_registers)/2},
|
ARRAY_SIZE(a5xx_vbif_ver_20040000_registers)/2},
|
||||||
|
{ 0x200A0000, a5xx_vbif_ver_20040000_registers,
|
||||||
|
ARRAY_SIZE(a5xx_vbif_ver_20040000_registers)/2},
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue