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

Commit 831a49f3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable iommu hibernation support for 8953-iot-mtp" into msm-4.9

parents 202aa1fb f9fc5990
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;
};