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

Commit fc4cbf0a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents d54afd86 1697bd17
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;
	};