From 80d32b160989c55f9fdc33fce1bf605ac1b42f1e Mon Sep 17 00:00:00 2001 From: Kent McLeod Date: Fri, 20 Jan 2017 10:17:49 +1100 Subject: [PATCH] SELFOUR-780: Add reserved entry to TK1 SMMU struct This missing entry caused later entries to be offset from the actual registers in hardware. --- include/plat/tk1/plat/machine/smmu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/plat/tk1/plat/machine/smmu.h b/include/plat/tk1/plat/machine/smmu.h index 0b7c33573e..04fac0333c 100644 --- a/include/plat/tk1/plat/machine/smmu.h +++ b/include/plat/tk1/plat/machine/smmu.h @@ -58,6 +58,7 @@ typedef struct { uint32_t smmu_nv2_asid; /* 0x26c */ uint32_t smmu_ppcs_asid; /* 0x270 */ uint32_t smmu_sata_asid; /* 0x274 */ + uint32_t reserved7_1; /* 0x278 */ uint32_t smmu_vde_asid; /* 0x27c */ uint32_t smmu_vi_asid; /* 0x280 */ uint32_t smmu_vic_asid; /* 0x284 */