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:
parent
4f62681c4e
commit
233d51008e
1 changed files with 15 additions and 0 deletions
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue