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

Commit 341f4114 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 96db99c7 c8886658
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 {
@@ -1146,3 +1152,11 @@
		};
	};
};

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

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