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

Commit 1f5f6e7b authored by Chintan Pandya's avatar Chintan Pandya Committed by Vikash Garodia
Browse files

iommu: msm: Pass the proper bus when MSM IOMMU driver used



MSM IOMMU driver now uses msm_iommu_non_sec_bus_type.
Update the wrapper APIs also to register domain there.

Change-Id: Idf8f7fea9c45a21675a7dc75a33fe6cae7bbcb4a
Signed-off-by: default avatarChintan Pandya <cpandya@codeaurora.org>
parent ff03d8c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -502,7 +502,7 @@ int msm_register_domain(struct msm_iova_layout *layout)

	bus = layout->is_secure == MSM_IOMMU_DOMAIN_SECURE ?
					&msm_iommu_sec_bus_type :
					&platform_bus_type;
					msm_iommu_non_sec_bus_type;

	data->pools = pools;
	data->npools = layout->npartitions;