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

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

Merge "msm: cpp: Change CPP IOMMU contex name according dtsi"

parents cd86aeb2 a5210f79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2642,7 +2642,7 @@ static int cpp_probe(struct platform_device *pdev)
		goto cpp_probe_init_error;

	if (cpp_dev->hw_info.cpp_hw_version == CPP_HW_VERSION_5_0_0)
		cpp_dev->iommu_ctx = msm_iommu_get_ctx("cpp_2");
		cpp_dev->iommu_ctx = msm_iommu_get_ctx("cpp_0");
	else
		cpp_dev->iommu_ctx = msm_iommu_get_ctx("cpp");