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

Commit f01216a7 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

ARM: dts: msm: Move the GMU kernel IOMMU phandle to the platform device

Move the GMU kernel IOMMU handle to the top level GMU platform device
to let it work with devlink and remove the currently unneeded gmu_user.

Change-Id: Ic0dedbad54de69a3c117461a83b59d2dda534c16
parent 8c41e5b7
Loading
Loading
Loading
Loading
+3 −13
Original line number Diff line number Diff line
@@ -253,6 +253,9 @@

		regulator-names = "vddcx", "vdd";

		iommus = <&kgsl_smmu 0x5 0x400>;
		qcom,iommu-dma = "disabled";

		vddcx-supply = <&gpu_cc_cx_gdsc>;
		vdd-supply = <&gpu_cc_gx_gdsc>;

@@ -268,18 +271,5 @@

		mboxes = <&qmp_aop 0>;
		mbox-names = "aop";

		gmu_user: gmu_user {
			compatible = "qcom,smmu-gmu-user-cb";
			iommus = <&kgsl_smmu 0x4 0x400>;
			qcom,iommu-dma = "disabled";
		};

		gmu_kernel: gmu_kernel {
			compatible = "qcom,smmu-gmu-kernel-cb";
			iommus = <&kgsl_smmu 0x5 0x400>;
			qcom,iommu-dma = "disabled";
		};

	};
};