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

Commit 1697bd17 authored by Hardik Kantilal Patel's avatar Hardik Kantilal Patel
Browse files

ARM: dts: msm: Add support for early assert indication for SDM670



Add support for early WLAN FW assert indication through smp2p.

CRs-fixed: 2199963
Change-Id: Ibaeb8bc458195de29c2a55a81e3fe0850f149d0a
Signed-off-by: default avatarHardik Kantilal Patel <hkpatel@codeaurora.org>
parent a5370b86
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-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
@@ -268,4 +268,16 @@
		interrupt-controller;
		#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>;
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -2585,6 +2585,8 @@
		qcom,vdd-3.3-ch0-config = <3000000 3312000>;
		qcom,wlan-msa-memory = <0x100000>;
		qcom,wlan-msa-fixed-region = <&wlan_msa_mem>;
		qcom,gpio-force-fatal-error = <&smp2pgpio_wlan_1_in 0 0>;
		qcom,gpio-early-crash-ind = <&smp2pgpio_wlan_1_in 1 0>;
		qcom,smmu-s1-bypass;
	};