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

Commit af806174 authored by Chaoli Zhou's avatar Chaoli Zhou
Browse files

ARM: dts: mdm: Enable dynamic address for wlan ramdump



Currently, there are two method for wlan firmware ramdump,
one is use fixed address, and the other is use dynamic address.
As for fixed address, it was set by CrashScope tool, which is
not flexible. As long as the fixed address set in dts is not as
same as CrashScope use, coredump file will genreate failure.
So it's better to use dynamic alloc address for wlan firmware
coredump base address.

Change-Id: Ie7d553619604b13969ec2c368cc3d983af861af2
Signed-off-by: default avatarChaoli Zhou <zchaoli@codeaurora.org>
parent 5e6bd0a2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -651,9 +651,8 @@

	cnss_sdio: qcom,cnss-sdio {
		compatible = "qcom,cnss_sdio";
		reg = <0x82a00000 0x200000>;
		reg-names = "ramdump";
		subsys-name = "AR6320";
		qcom,wlan-ramdump-dynamic = <0x200000>;
		vdd-wlan-supply = <&rome_vreg>;
		vdd-wlan-dsrc-supply = <&sdcard_ext_vreg>;
		vdd-wlan-io-supply = <&mdm9607_l11>;