summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGustavo Solaira <gustavos@codeaurora.org>2017-12-19 21:14:26 -0800
committerGustavo Solaira <gustavos@codeaurora.org>2017-12-21 10:35:02 -0800
commit8a446ae063bdf3071bf4c75eb0b9755fe31f1548 (patch)
tree75c175921171a5d5828be47701cb89bf3c0a93df /arch
parentaab5d115b6fc82d41e184dada307b73b719ffee1 (diff)
ARM: dts: msm: Increase CAN reset time on msm8996 CV2X boards
Increase the CAN controller reset time to 200ms on msm8996 CV2X boards. This is the time we expect the CAN micro-controller will take to complete its boot up process. Change-Id: Ib70a8ac6eb296558a42eb7d34b73a384c7b7e8c8 Signed-off-by: Gustavo Solaira <gustavos@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi b/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi
index 030e8e22c633..439a7675eac7 100644
--- a/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi
+++ b/arch/arm/boot/dts/qcom/msm8996-cv2x.dtsi
@@ -233,7 +233,7 @@
interrupts = <78 0>;
reset-gpio = <&tlmm 71 GPIO_ACTIVE_LOW>;
bits-per-word = <8>;
- reset-delay-msec = <100>;
+ reset-delay-msec = <300>;
pinctrl-names = "active", "sleep";
pinctrl-0 = <&can_rst_on>;
pinctrl-1 = <&can_rst_off>;