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

Commit b6006449 authored by Ramesh Yadav Javadi's avatar Ramesh Yadav Javadi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Avoid graceful shutdown attempt for MSM8909W



When forceful shutdown flag is not defined for a PIL node, PIL framework
tries to send a QMI communication for graceful shutdown of subsystem.
This is not required for Blackghost subsystem, so add forceful shutdown
flag.

Change-Id: I0a09c6d453ba851eb509871ac292fea3343b88be
Signed-off-by: default avatarRamesh Yadav Javadi <javadi@codeaurora.org>
parent 7bcb1bb4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
	qcom,blackghost {
		compatible = "qcom,pil-blackghost";

		qcom,pil-force-shutdown;
		qcom,firmware-name = "bg-wear";
		/* GPIO inputs from blackghost */
		qcom,bg2ap-status-gpio = <&msm_gpio 97 0>;
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@
	qcom,blackghost {
		compatible = "qcom,pil-blackghost";

		qcom,pil-force-shutdown;
		qcom,firmware-name = "bg-wear";
		/* GPIO inputs from blackghost */
		qcom,bg2ap-status-gpio = <&msm_gpio 97 0>;
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@

	qcom,blackghost {
		compatible = "qcom,pil-blackghost";
		qcom,pil-force-shutdown;
		qcom,firmware-name = "bg-wear";
		/* GPIO inputs from blackghost */
		qcom,bg2ap-status-gpio = <&msm_gpio 97 0>;