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

Commit cbc7dd9c authored by Yuanyuan Liu's avatar Yuanyuan Liu
Browse files

ARM: dts: msm: Add support for WLAN FW error fatal on sdm855



Add support for smp2p triggered force error fatal request from
WLAN firmware.

CRs-Fixed: 2159316
Change-Id: I1f36dd5496da44758ecafc66798e7c85b46d1cd9
Signed-off-by: default avatarYuanyuan Liu <yuanliu@codeaurora.org>
parent d3b9791e
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -93,4 +93,16 @@
			#interrupt-cells = <2>;
		};
	};

	/* wlan - inbound entry from mss/WLAN PD */
	smp2pgpio_wlan_1_in: qcom,smp2pgpio-wlan-1-in {
		compatible = "qcom,smp2pgpio";
		qcom,entry-name = "wlan";
		qcom,remote-pid = <1>;
		qcom,is-inbound;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -3152,6 +3152,7 @@
			     <0 424 0 /* CE10 */ >,
			     <0 425 0 /* CE11 */ >;
		qcom,wlan-msa-memory = <0x100000>;
		qcom,gpio-force-fatal-error = <&smp2pgpio_wlan_1_in 0 0>;
		qcom,smmu-s1-bypass;

		vdd-cx-mx-supply = <&pm855_l1>;