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

Commit f517646e 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: Add rpm peripheral DT entry for MSM 8939"

parents d8d0bb5e 862cb59e
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>;
	};