msm: kgsl: Fix the offset of FSYNR1

Define the offset of FSYNR1 IOMMU register correctly for IOMMU-v0.

Change-Id: Ibcbc863e1be02da3be22dd1a9cfe4a41e043d503
Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>
Signed-off-by: Ling Wan <lingw@codeaurora.org>
This commit is contained in:
Ling Wan 2013-04-26 16:20:36 -06:00 committed by Iliyan Malchev
parent 8e7e5212eb
commit 7a440eb2bf

View file

@ -45,7 +45,7 @@ static struct kgsl_iommu_register_list kgsl_iommuv1_reg[KGSL_IOMMU_REG_MAX] = {
{ 0x03C, 0, 0 }, /* TLBLKCR */
{ 0x818, 0, 0 }, /* V2PUR */
{ 0x2C, 0, 0 }, /* FSYNR0 */
{ 0x2C, 0, 0 }, /* FSYNR0 */
{ 0x30, 0, 0 }, /* FSYNR1 */
};
static struct kgsl_iommu_register_list kgsl_iommuv2_reg[KGSL_IOMMU_REG_MAX] = {