diff options
| author | Gustavo Solaira <gustavos@codeaurora.org> | 2017-11-17 17:39:01 -0800 |
|---|---|---|
| committer | Gustavo Solaira <gustavos@codeaurora.org> | 2017-11-21 13:30:34 -0800 |
| commit | 582b961e78042d220fbe7f6bd07f710f2136c3df (patch) | |
| tree | b5172381a216b40e46473c18b68ffe2f7b740cf0 /arch | |
| parent | bb3bb010ec742e3949183fb982093beae411239c (diff) | |
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: Gustavo Solaira <gustavos@codeaurora.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi b/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi index f5391e727396..e96ed3020679 100644 --- a/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi @@ -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"; }; |
