提交 2e01e0c2 编写于 作者: B Bjorn Andersson

arm64: dts: qcom: sdm850-yoga: Enable IPA

Shuffle memory regions to make firmware loading succeed and then enable
the ipa device.
Tested-by: NSteev Klimaszewski <steev@kali.org>
Link: https://lore.kernel.org/r/20210615232816.835325-1-bjorn.andersson@linaro.orgSigned-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
上级 712e245f
...@@ -128,28 +128,23 @@ ...@@ -128,28 +128,23 @@
no-map; no-map;
}; };
ipa_fw_mem: memory@8c400000 { wlan_msa_mem: memory@8c400000 {
reg = <0 0x8c400000 0 0x10000>; reg = <0 0x8c400000 0 0x100000>;
no-map; no-map;
}; };
ipa_gsi_mem: memory@8c410000 { gpu_mem: memory@8c515000 {
reg = <0 0x8c410000 0 0x5000>; reg = <0 0x8c515000 0 0x2000>;
no-map; no-map;
}; };
gpu_mem: memory@8c415000 { ipa_fw_mem: memory@8c517000 {
reg = <0 0x8c415000 0 0x2000>; reg = <0 0x8c517000 0 0x5a000>;
no-map; no-map;
}; };
adsp_mem: memory@8c500000 { adsp_mem: memory@8c600000 {
reg = <0 0x8c500000 0 0x1a00000>; reg = <0 0x8c600000 0 0x1a00000>;
no-map;
};
wlan_msa_mem: memory@8df00000 {
reg = <0 0x8df00000 0 0x100000>;
no-map; no-map;
}; };
......
...@@ -415,6 +415,11 @@ ...@@ -415,6 +415,11 @@
}; };
}; };
&ipa {
status = "okay";
memory-region = <&ipa_fw_mem>;
};
&mdss { &mdss {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册