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

Commit 4e5cad47 authored by Saurabh Ambulkar's avatar Saurabh Ambulkar Committed by Shreyas K K
Browse files

ARM: dts: msm: Add scm & scm-pas device on SDMSHRIKE

Add device nodes for scm & scm-pas for SDMSHRIKE SoC.
This is needed to secure memory buffers, and protect them
against unauthorized access.

Change-Id: Ia7d57cd3b2ef520839d46a77da64fd0aa2ca1d6a
parent 94be92ca
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -503,6 +503,10 @@
		compatible = "simple-bus";
	};

	qcom-secure-buffer {
		compatible = "qcom,secure-buffer";
	};

	soc: soc { };
};

@@ -665,6 +669,12 @@
		qcom,rtb-size = <0x100000>;
	};

	pil_scm_pas {
		compatible = "qcom,pil-tz-scm-pas";
		interconnects = <&aggre2_noc MASTER_CRYPTO
			&mc_virt SLAVE_EBI1>;
	};

	qcom,mpm2-sleep-counter@c221000 {
		compatible = "qcom,mpm2-sleep-counter";
		reg = <0xc221000 0x1000>;
@@ -1481,6 +1491,12 @@
#include "sa8195-ssc-qupv3.dtsi"
#include "sa8195-usb.dtsi"

&firmware {
	scm {
		compatible = "qcom,scm";
	};
};

&emac_gdsc {
	status = "ok";
};