Skip to content

Commit

Permalink
hw/arm/smmuv3: Fix IIDR offset
Browse files Browse the repository at this point in the history
The SMMU IIDR register is at 0x018 offset.

Fixes: 10a83cb ("hw/arm/smmuv3: Skeleton")
Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200728150815.11446-9-eric.auger@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
eauger authored and pm215 committed Aug 24, 2020
1 parent d529156 commit f0ec277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/arm/smmuv3-internal.h
Expand Up @@ -63,7 +63,7 @@ REG32(IDR5, 0x14)

#define SMMU_IDR5_OAS 4

REG32(IIDR, 0x1c)
REG32(IIDR, 0x18)
REG32(CR0, 0x20)
FIELD(CR0, SMMU_ENABLE, 0, 1)
FIELD(CR0, EVENTQEN, 2, 1)
Expand Down

0 comments on commit f0ec277

Please sign in to comment.