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

Commit c3eac846 authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

ARM: dts: msm: add qcom,disable-atos for smmu on qcs405



Define qcom,disable-atos property for smmu device nodes to disable the
ATOS operation that is undefined in qcs405.
Also rename phandle from apps_iommu to apps_smmu.

Change-Id: I1307cc176989fa8c65789ecf8be4b1c839dc1f67
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent fa0b07e3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
		#iommu-cells = <2>;
		qcom,tz-device-id = "GPU";
		qcom,skip-init;
		qcom,disable-atos;
		qcom,dynamic;
		qcom,use-3-lvl-tables;
		#global-interrupts = <0>;
@@ -36,7 +37,7 @@
		clock-names = "iface_clk", "core_clk";
	};

	apps_iommu: qcom,iommu@1e00000 {
	apps_smmu: qcom,iommu@1e00000 {
		status = "okay";
		compatible = "qcom,qsmmu-v500";
		reg = <0x1e00000 0x40000>,
@@ -45,6 +46,7 @@
		#iommu-cells = <2>;
		qcom,tz-device-id = "APPS";
		qcom,skip-init;
		qcom,disable-atos;
		qcom,enable-static-cb;
		qcom,use-3-lvl-tables;
		#global-interrupts = <0>;