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

Commit d9a3d073 authored by Hariprasad Dhalinarasimha's avatar Hariprasad Dhalinarasimha
Browse files

ARM: dts: msm: Add cma and ion drivers to fsm9900



Add support for LTE OTA Key management for all
FSM9900 targets.

Change-Id: I3b82ad63df412413127760f2663b02a01e33a510
Signed-off-by: default avatarHariprasad Dhalinarasimha <hnamgund@codeaurora.org>
parent fdc49c46
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
@@ -47,6 +47,17 @@
	};

	soc: soc { };

	memory {
		#address-cells = <2>;
		#size-cells = <2>;

		qsecom_mem: qsecom_region {
			linux,contiguous-region;
			reg = <0 0 0 0x600000>;
			label = "qseecom_mem";
                };
	};
};

#include "msm-gdsc.dtsi"
@@ -410,6 +421,13 @@
		};
	};

	qcom,ion-heap@27 { /* QSECOM HEAP */
		compatible = "qcom,msm-ion-reserve";
		reg = <27>;
		linux,contiguous-region = <&qsecom_mem>;
		qcom,ion-heap-type = "DMA";
	};

	qcom,wdt@f9017000 {
		compatible = "qcom,msm-watchdog";
		reg = <0xf9017000 0x1000>;
@@ -1305,6 +1323,24 @@
		max-clock-frequency-hz = <125000000>, <0>, <1010000>,
						<0>, <0>, <0>, <0>;
	};


	qseecom: qcom,qseecom@30280000 {
		compatible = "qcom,qseecom";
		reg = <0x30280000 0x600000>;
		reg-names = "secapp-region";
		qcom,disk-encrypt-pipe-pair = <2>;
		qcom,hlos-ce-hw-instance = <1>;
		qcom,qsee-ce-hw-instance = <0>;
		qcom,msm-bus,name = "qseecom-noc";
		qcom,msm-bus,num-cases = <4>;
		qcom,msm-bus,num-paths = <1>;
		qcom,msm-bus,vectors-KBps =
				<55 512 0 0>,
				<55 512 3936000 393600>,
				<55 512 3936000 393600>,
				<55 512 3936000 393600>;
	};
};

&gdsc_pcie_0{