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

Commit d20a529a authored by Jilai Wang's avatar Jilai Wang
Browse files

ARM: dts: msm: add npu PIL node for kona



Add the device tree node to enable PIL to load npu firmware
for kona.

Change-Id: I5cbac08a5b99f1a9cf9a3ae052d659a420ccc038
Signed-off-by: default avatarJilai Wang <jilaiw@codeaurora.org>
parent 4e3c5e9b
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -1564,6 +1564,16 @@
		memory-region = <&pil_video_mem>;
		memory-region = <&pil_video_mem>;
	};
	};


	qcom,npu@9800000 {
		compatible = "qcom,pil-tz-generic";
		reg = <0x9800000 0x800000>;

		status = "ok";
		qcom,pas-id = <23>;
		qcom,firmware-name = "npu";
		memory-region = <&pil_npu_mem>;
	};

	qcom,msm-cdsp-loader {
	qcom,msm-cdsp-loader {
		compatible = "qcom,cdsp-loader";
		compatible = "qcom,cdsp-loader";
		qcom,proc-img-to-load = "cdsp";
		qcom,proc-img-to-load = "cdsp";