Skip to content

Commit c9d1b40

Browse files
committed
Revert "iommu: sun50i: clear bypass register"
This reverts commit 75758ca.
1 parent 6b86612 commit c9d1b40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/iommu/sun50i-iommu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ static int sun50i_iommu_enable(struct sun50i_iommu *iommu, struct sunxi_iommu_ow
523523
IOMMU_TLB_PREFETCH_MASTER_ENABLE(3) |
524524
IOMMU_TLB_PREFETCH_MASTER_ENABLE(4) |
525525
IOMMU_TLB_PREFETCH_MASTER_ENABLE(5));
526-
iommu_write(iommu, IOMMU_BYPASS_REG, 0);
527526
iommu_write(iommu, IOMMU_INT_ENABLE_REG, IOMMU_INT_MASK);
528527
iommu_write(iommu, IOMMU_DM_AUT_CTRL_REG(SUN50I_IOMMU_ACI_NONE),
529528
IOMMU_DM_AUT_CTRL_RD_UNAVAIL(SUN50I_IOMMU_ACI_NONE, 0) |

0 commit comments

Comments
 (0)