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

Commit 8a446ae0 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

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: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent aab5d115
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;