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

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

Merge "ARM: dts: qcom: Move cnss_wlan_mem to sdxlemur-cnss.dtsi"

parents c9e70a7f b7bc1b20
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line

&reserved_memory {
	#address-cells = <1>;
	#size-cells = <1>;
	ranges;

	cnss_wlan_mem: cnss_wlan_region {
		compatible = "shared-dma-pool";
		alloc-ranges = <0x00000000 0xffffffff>;
		reusable;
		alignment = <0x400000>;
		size = <0x1400000>;
	};
};

&soc {
	wlan: qcom,cnss-qca6490@b0000000 {
		compatible = "qcom,cnss-qca6490";
+0 −8
Original line number Diff line number Diff line
@@ -76,14 +76,6 @@
			reusable;
			size = <0x400000>;
		};

		cnss_wlan_mem: cnss_wlan_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0x00000000 0xffffffff>;
			reusable;
			alignment = <0x400000>;
			size = <0x1400000>;
		};
	};

	cpus {