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

Commit 062fe0da authored by wadesong's avatar wadesong
Browse files

ARM: dts: qcom: Remove unused mem reservation for wlan

It is confirmed that the following items from device tree will
not be required on auto platforms given these items are only used
by iHelium while auto platforms do not use the same chipset:

  'pil_wlan_fw_mem'
  'wlan_msa_mem'

Those memory blocks reserved by the above dtsi nodes will be
re-allocated to other components.

Change-Id: Ib20177c135cf53ed0bfb7a97c03363ea6ac3b330
parent c918c8a0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -13,6 +13,13 @@
	};
};

&reserved_memory {
	/* wlan_msa_mem is only used when iHelium is attached,
	 * so remove the node for sa6155
	 */
	/delete-node/ wlan_msa_mem;
};

&soc {
	qfprom: qfprom@780130 {
		compatible = "qcom,qfprom";
+5 −0
Original line number Diff line number Diff line
@@ -372,6 +372,11 @@
};

&reserved_memory {
	/* pil_wlan_fw_mem is only used when iHelium is attached,
	 * so remove the node for sa8155
	 */
	/delete-node/ pil_wlan_fw_mem;

	uefi_log: uefi_log@0x9241C000 {
		reg = <0x0 0x9241C000 0x0 0x10000>;
		label = "uefi_log";
+7 −0
Original line number Diff line number Diff line
@@ -13,6 +13,13 @@
	};
};

&reserved_memory {
	/* pil_wlan_fw_mem is only used when iHelium is attached,
	 * so remove the node for sa8195p
	 */
	/delete-node/ pil_wlan_fw_mem;
};

&soc {
	qfprom: qfprom@780130 {
		compatible = "qcom,qfprom";