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

Commit b0650104 authored by Deepak Kumar's avatar Deepak Kumar
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: Ib467fff76e459db1d0a5cf9e026e1bb61c5cbb54
parent a14fb786
Loading
Loading
Loading
Loading
+3 −13
Original line number Diff line number Diff line
@@ -420,6 +420,9 @@

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

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

		vddcx-supply = <&gpu_cx_gdsc>;
		vdd-supply = <&gpu_gx_gdsc>;

@@ -436,18 +439,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";
		};

	};
};