Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion arch/arm64/boot/dts/qcom/kodiak-el2.dtso
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
};

&remoteproc_adsp {
iommus = <&apps_smmu 0x1800 0x0>;
iommus = <&apps_smmu 0x1800 0x0>,
<&apps_smmu 0x1860 0x9>,
<&apps_smmu 0x1862 0x1>,
<&apps_smmu 0x1864 0x0>;
};

&remoteproc_cdsp {
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/qcom/qcs6490-audioreach.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
q6apmdai: dais {
compatible = "qcom,q6apm-dais";
iommus = <&apps_smmu 0x1801 0x0>;
memory-region = <&audio_cma_mem>;
};

q6apmbedai: bedais {
Expand Down
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@
reg = <0x0 0xd0600000 0x0 0x100000>;
no-map;
};

audio_cma_mem: qcom,audio-ml {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0x0 0x1000000>;
};
};

gpio-keys {
Expand Down