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

Commit 403e129f 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: Setup PIL memory for the Venus and ADSP"

parents 3a74aa73 b5d19194
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -43,5 +43,12 @@
			linux,contiguous-region = <&audio_mem>;
			qcom,ion-heap-type = "DMA";
		};

               adsp_venus_heap: qcom,ion-heap@23 {
			compatible = "qcom,msm-ion-reserve";
			reg = <23>;
			linux,contiguous-region = <&peripheral_mem>;
			qcom,ion-heap-type = "DMA";
		};
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -716,6 +716,7 @@
		qcom,pas-id = <9>;
		qcom,proxy-timeout-ms = <5000>;
		qcom,firmware-name = "venus";
		linux,contiguous-region = <&peripheral_mem>;
	};

	qcom,mss@fc880000 {
@@ -765,6 +766,7 @@
		qcom,proxy-timeout-ms = <10000>;
		qcom,smem-id = <423>;
		qcom,firmware-name = "adsp";
		linux,contiguous-region = <&peripheral_mem>;
	};

	clock_rpm: qcom,rpmcc@fc401880 {