Skip to content

Commit 2c0cc11

Browse files
committed
arm64: dts: qcom: sm7150-xiaomi-davinci: enable IPA
Signed-off-by: Jens Reidel <[email protected]>
1 parent d83354a commit 2c0cc11

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

arch/arm64/boot/dts/qcom/sm7150-xiaomi-davinci.dts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121

122122
rmtfs_mem: memory@fde01000 {
123123
compatible = "qcom,rmtfs-mem";
124-
reg = <0 0xfde01000 0 0x200000>;
124+
reg = <0 0xf2e01000 0 0x200000>;
125125
no-map;
126126

127127
qcom,client-id = <1>;
@@ -443,6 +443,13 @@
443443
/* goodix,gt9889 (touchscreen) @ 5d */
444444
};
445445

446+
&ipa {
447+
status = "okay";
448+
449+
memory-region = <&ipa_fw_mem>;
450+
firmware-name = "qcom/sm7150/davinci/ipa_fws.mbn";
451+
};
452+
446453
&pm6150_pon {
447454
pm6150_resin: resin {
448455
compatible = "qcom,pm8941-resin";

0 commit comments

Comments
 (0)