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

Commit 6c9df75a authored by Archit Saxena's avatar Archit Saxena
Browse files

ARM: dts: msm: Add blackghost pil node



Add BG pil node for sdm429w target.

Change-Id: I07b9019f2f865997685fc86c95e786a08345d703
Signed-off-by: default avatarArchit Saxena <archsaxe@codeaurora.org>
Signed-off-by: default avatarChandrasekhar Mattaparthy <cmatta@codeaurora.org>
parent b3a9bd3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 * GNU General Public License for more details.
 */


#include "sdm429-bg-soc.dtsi"
&sdhc_1 {
	/* device core power supply */
	vdd-supply = <&L19A>;
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 * GNU General Public License for more details.
 */


#include "sdm429-bg-soc.dtsi"
&sdhc_1 {
	/* device core power supply */
	vdd-supply = <&L19A>;
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 * GNU General Public License for more details.
 */


#include "sdm429-bg-soc.dtsi"
&sdhc_1 {
	/* device core power supply */
	vdd-supply = <&L19A>;
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 * GNU General Public License for more details.
 */


#include "sdm429-bg-soc.dtsi"
&sdhc_1 {
	/* device core power supply */
	vdd-supply = <&L19A>;
+27 −0
Original line number Diff line number Diff line
/* Copyright (c) 2020, 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
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

&soc {

	qcom,blackghost {
		compatible = "qcom,pil-blackghost";
		qcom,pil-force-shutdown;
		qcom,firmware-name = "bg-wear";
		/* GPIO inputs from blackghost */
		qcom,bg2ap-status-gpio = <&tlmm 44 0>;
		qcom,bg2ap-errfatal-gpio = <&tlmm 72 0>;
		/* GPIO output to blackghost */
		qcom,ap2bg-status-gpio = <&tlmm 61 0>;
		qcom,ap2bg-errfatal-gpio = <&tlmm 62 0>;
	};

};
Loading