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
21 changes: 17 additions & 4 deletions arch/arm64/boot/dts/qcom/kodiak-el2.dtso
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Kodiak specific modifications required to boot in EL2.
*/


/dts-v1/;
/plugin/;

Expand All @@ -21,9 +20,14 @@
iommus = <&apps_smmu 0x11a0 0x0400>;
};

&remoteproc_wpss {
iommus = <&apps_smmu 0x1c03 0x1>,
<&apps_smmu 0x1c83 0x1>;
&reserved_memory {
#address-cells = <2>;
#size-cells = <2>;

wlan_ce_mem: wlan-ce@4cd000 {
no-map;
reg = <0x0 0x004cd000 0x0 0x1000>;
};
};

&venus {
Expand All @@ -36,3 +40,12 @@
&watchdog {
status = "okay";
};

&wifi {
memory-region = <&wlan_fw_mem>, <&wlan_ce_mem>;
status = "okay";

wifi-firmware {
iommus = <&apps_smmu 0x1c02 0x1>;
};
};
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/sc7280.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
};
};

reserved-memory {
reserved_memory: reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
Expand Down