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

Commit 14f2f0fa authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "iommu: arm-smmu: use correct SHCFG shift for sCR0"

parents 572600da 673a79fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3465,7 +3465,7 @@ static void arm_smmu_device_reset(struct arm_smmu_device *smmu)

	/* Force bypass transaction to be Non-Shareable & not io-coherent */
	reg &= ~(sCR0_SHCFG_MASK << sCR0_SHCFG_SHIFT);
	reg |= sCR0_SHCFG_NSH;
	reg |= sCR0_SHCFG_NSH << sCR0_SHCFG_SHIFT;

	/* Push the button */
	__arm_smmu_tlb_sync(smmu);