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

Commit b7bc1b20 authored by Wu Gao's avatar Wu Gao
Browse files

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

Move cnss_wlan_mem to sdxlemur-cnss.dtsi since sdx65 512M doesn't
support wlan.

Change-Id: Ic5f32ff078cc0c11b0bc438cdbc52e9d2139bc51
parent b73fc9ab
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 {