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

Commit f9fc5990 authored by Patrick Daly's avatar Patrick Daly
Browse files

ARM: dts: msm: Enable iommu hibernation support for 8953-iot-mtp



This platform supports iommu hibernation.

Change-Id: I92f657e5f23f27ecefe6cfbd41ca03d07c0db122
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 45e3b69a
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -25,3 +25,18 @@
	qcom,pmic-id = <0x010016 0x010011 0x0 0x0>;
};

&kgsl_smmu {
	qcom,hibernation-support;
	qcom,static-ns-cbs = <0>;
	/delete-property/ qcom,skip-init;
};

&apps_iommu {
	qcom,hibernation-support;
	qcom,static-ns-cbs =
			<15 16 17 18 19>,
			<20 21 22 23 24 25 26 27 28 29 30>,
			<31>;

	/delete-property/ qcom,skip-init;
};