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

Commit 862cb59e authored by Susheel Khiani's avatar Susheel Khiani
Browse files

ARM: dts: msm: Add rpm peripheral DT entry for MSM 8939



HLOS is responsible for configuring CB registers
when secure environment is disabled. Add rpm
peripheral CB entry in DT so as to enable HLOS to
configure rpm_periph context bank registers
during non secure environment.

Change-Id: I75fe52bc9db75b0f5728b335f69326b4b6a593f7
Signed-off-by: default avatarSusheel Khiani <skhiani@codeaurora.org>
parent bb27c068
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -174,6 +174,15 @@
			label = "venus_fw";
		};

		periph_rpm: qcom,iommu-ctx@1e37000 {
			compatible = "qcom,msm-smmu-v2-ctx";
			qcom,secure-context;
			reg = <0x1e37000 0x1000>;
			interrupts = <0 70 0>, <0 70 0>;
			qcom,iommu-ctx-sids = <0x40>;
			label = "periph_rpm";
		};

		qcom,iommu-ctx@1e38000 {
			compatible = "qcom,msm-smmu-v2-ctx";
			reg = <0x1e38000 0x1000>;
+4 −0
Original line number Diff line number Diff line
@@ -77,6 +77,10 @@
		interrupts = <0 114 0>, <0 114 0>;
	};

	periph_rpm: qcom,iommu-ctx@1e37000 {
		interrupts = <0 115 0>, <0 115 0>;
	};

	qcom,iommu-ctx@1e38000 {
		interrupts = <0 116 0>;
	};