Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8886658 authored by jiad's avatar jiad
Browse files

ARM: dts: msm: add CMA pool for QCA6390 on sdxprairie



QCA6390 device needs more than 10MB contiguous memory. Thus add
CMA pool for QCA6390 device.

Change-Id: I72725a3f31ccc036c6bf5be3dae5b3af0a118fa0
Signed-off-by: default avatarJia Ding <jiad@codeaurora.org>
parent ba6190e6
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -107,6 +107,12 @@
			reusable;
			size = <0x400000>;
		};

		cnss_wlan_mem: cnss_wlan_region@0 {
			compatible = "shared-dma-pool";
			reusable;
			size = <0x1400000>;
		};
	};

	cpus {
@@ -1145,3 +1151,11 @@
		};
	};
};

&pcie0_rp {
	cnss: qcom,qca6390@0 {
		reg = <0 0 0 0 0>;

		memory-region = <&cnss_wlan_mem>;
	};
};