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: Amir Levy <alevy@codeaurora.org>
diff --git a/arch/arm64/boot/dts/qcom/kona.dtsi b/arch/arm64/boot/dts/qcom/kona.dtsi
index e95b672..5f6ce48 100644
--- a/arch/arm64/boot/dts/qcom/kona.dtsi
+++ b/arch/arm64/boot/dts/qcom/kona.dtsi
@@ -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>;
};