OSDN Git Service

ARM: dts: msm: Add support for esoc on msm8996 CV2X
authorGustavo Solaira <gustavos@codeaurora.org>
Sat, 18 Nov 2017 01:39:01 +0000 (17:39 -0800)
committerGustavo Solaira <gustavos@codeaurora.org>
Tue, 21 Nov 2017 21:30:34 +0000 (13:30 -0800)
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: Gustavo Solaira <gustavos@codeaurora.org>
arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi

index f5391e7..e96ed30 100644 (file)
        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";
 };