Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d5b1a4e authored by Chintan Pandya's avatar Chintan Pandya
Browse files

iommu: msm: Remove double programming on IMPL DFND registers



Implementation defined registers are now shifted to BFB registers
data. So, remove additional register writes to them.

Change-Id: Ic53c8c9c605aded616ffdc15b0b596105890a25d
Signed-off-by: default avatarChintan Pandya <cpandya@codeaurora.org>
parent aee01321
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -607,7 +607,6 @@ static int msm_iommu_attach_dev(struct iommu_domain *domain, struct device *dev)

		ret = msm_iommu_sec_program_iommu(iommu_drvdata->sec_id);

		SET_MICRO_MMU_CTRL_RESERVED(iommu_drvdata->base, 0x3);
		/* bfb settings are always programmed by HLOS */
		program_iommu_bfb_settings(iommu_drvdata->base,
					   iommu_drvdata->bfb_settings);