arm64: dts: qcom: msm8998: Add imem pil-reloc-info for firmware loading

Firmware loading (mainly the modem) may require IMEM PIL relocation
informations: specify this imem region in dt for qcom_pil_info to
use it.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
This commit is contained in:
AngeloGioacchino Del Regno 2021-08-09 16:48:22 +02:00 committed by Jami Kettunen
parent 4f62681c4e
commit 233d51008e

View file

@ -3401,6 +3401,21 @@
<GIC_SPI 272 IRQ_TYPE_LEVEL_HIGH>;
};
imem@146bf000 {
compatible = "simple-mfd";
reg = <0x146bf000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x146bf000 0x1000>;
pil-reloc@94c {
compatible = "qcom,pil-reloc-info";
reg = <0x94c 0xc8>;
};
};
remoteproc_adsp: remoteproc@17300000 {
compatible = "qcom,msm8998-adsp-pas";
reg = <0x17300000 0x4040>;