Skip to content

Commit 72942d6

Browse files
superm1herbertx
authored andcommitted
crypto: ccp - Add missing tee info reg for teev2
The tee info reg for teev2 is the same as teev1. Signed-off-by: Mario Limonciello <mario.limonciello@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 52e8ae8 commit 72942d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/crypto/ccp/sp-pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ static const struct tee_vdata teev1 = {
375375
static const struct tee_vdata teev2 = {
376376
.ring_wptr_reg = 0x10950, /* C2PMSG_20 */
377377
.ring_rptr_reg = 0x10954, /* C2PMSG_21 */
378+
.info_reg = 0x109e8, /* C2PMSG_58 */
378379
};
379380

380381
static const struct platform_access_vdata pa_v1 = {

0 commit comments

Comments
 (0)