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

Commit bbe19f42 authored by Michael Adisumarta's avatar Michael Adisumarta Committed by Ghanim Fodi
Browse files

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



On APQ setups, IPA uC will be loaded from AP using PIL.
Add ipa_uc PIL component to enable it.

Change-Id: Ic53b9abe6680764c040a763bd7f132dabdd16c75
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
Signed-off-by: default avatarGhanim Fodi <gfodi@codeaurora.org>
parent fb285dc2
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -114,6 +114,18 @@
		qcom,testbus-collection-on-crash;
		qcom,non-tn-collection-on-crash;
	};

	qcom,ipa_fws {
		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>;
	};
};

&reserved_memory {