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

Commit 69bdbc4c authored by Amir Levy's avatar Amir Levy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add IPA uC PIL load node for kona



On APQ setups, IPA uC will be loaded from AP using PIL.
Add ipa_uc PIL component to enable it.
Update gsi memory region to its dedicated region.

Change-Id: I3d2c73e09e340756259b24ca4ca4ee4fc8ce0c96
Signed-off-by: default avatarAmir Levy <alevy@codeaurora.org>
parent 6140985d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2067,6 +2067,14 @@
		qcom,pas-id = <0xf>;
		qcom,firmware-name = "ipa_fws";
		qcom,pil-force-shutdown;
		memory-region = <&pil_ipa_gsi_mem>;
	};

	qcom,ipa_uc {
		compatible = "qcom,pil-tz-generic";
		qcom,pas-id = <0x1B>;
		qcom,firmware-name = "ipa_uc";
		qcom,pil-force-shutdown;
		memory-region = <&pil_ipa_fw_mem>;
	};