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

Commit a6253108 authored by Prakruthi Deepak Heragu's avatar Prakruthi Deepak Heragu Committed by Elliot Berman
Browse files

ARM: dts: qcom: Reserved GuestVM memory and add its PIL driver

Reserved Guest VM memory for PIL loading and create content for GuestVM
driver.

Change-Id: I41bec5f4fc35704a2b1776a21dd1587fd6580755
parent 3c11e90a
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -336,6 +336,12 @@
			reg = <0x0 0x98900000 0x0 0x1400000>;
		};

		pil_trustedvm_mem: pil_trustedvm_region@d0800000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0xd0800000 0x0 0x8000000>;
		};

		adsp_mem: adsp_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
@@ -2268,6 +2274,19 @@
		mbox-names = "spss-pil";
	};

	qcom,trustedvm@d0800000 {
		compatible = "qcom,pil-tz-generic";
		status = "ok";
		qcom,pas-id = <28>;
		qcom,firmware-name = "trustedvm";
		memory-region = <&pil_trustedvm_mem>;
	};

	qcom,guestvm_loader {
		compatible = "qcom,guestvm-loader";
		image_to_be_loaded = "trustedvm";
	};

	ssc_sensors: qcom,msm-ssc-sensors {
		compatible = "qcom,msm-ssc-sensors";
		status = "ok";