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

Commit 582b961e authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Add support for esoc on msm8996 CV2X



Add some properties to better support esoc on msm8996 CV2X
boards. These properties correct some definition of the MDM
esoc connection on the board and support scenarios of external
SoC crashes and graceful reboot.

Change-Id: I994a2b0a3d3320b2a31fa0fc238a182497659f67
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent bb3bb010
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -352,15 +352,21 @@
	pinctrl-0 = <&ap2mdm_active &mdm2ap_active>;
	pinctrl-1 = <&ap2mdm_sleep &mdm2ap_sleep>;
	interrupt-map = <0 &tlmm 108 0x3
			1 &tlmm 107 0x3
			1 &tlmm 106 0x3
			2 &tlmm 112 0x3>;
	qcom,mdm2ap-errfatal-gpio = <&tlmm 108 0x00>;
	qcom,ap2mdm-errfatal-gpio = <&tlmm 109 0x00>;
	qcom,mdm2ap-status-gpio   = <&tlmm 106 0x00>;
	qcom,ap2mdm-status-gpio   = <&tlmm 107 0x00>;
	qcom,ap2mdm-soft-reset-gpio = <&pm8994_mpps 2 GPIO_ACTIVE_LOW>;
	qcom,ap2mdm-soft-reset-gpio = <&pm8994_mpps 2 0x00>;
	qcom,ap2mdm-vddmin-gpio = <&tlmm 111 0x00>;
	qcom,mdm2ap-vddmin-gpio = <&tlmm 112 0x00>;
	qcom,mdm-auto-boot;
	qcom,ignore-ssr-failure;
	qcom,mdm-link-info = "0302_02.01.00";
	qcom,mdm-statusline-not-a-powersource;
	qcom,mdm-userspace-handle-shutdown;
	qcom,pil-force-shutdown;
	status = "okay";
};