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

Commit f90ae178 authored by Balachandra C S's avatar Balachandra C S Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add DT changes for QTI CAN driver for MSM8996



Add CAN device for MSM8996 auto variant using QTI CAN driver.

Change-Id: I76db18009bec22e2fa2216511b42dee99d1173ee
Signed-off-by: default avatarBalachandra C S <balacs@codeaurora.org>
parent 512d2897
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -227,14 +227,19 @@
	status = "okay";

	can-controller@0 {
		compatible = "nxp,mpc5746c";
		compatible = "qcom,nxp,mpc5746c";
		reg = <0>;
		spi-max-frequency = <9600000>;
		interrupt-parent = <&tlmm>;
		interrupts = <78 0>;
		reset-gpio = <&tlmm 71 GPIO_ACTIVE_LOW>;
		bits-per-word = <8>;
		reset-delay-msec = <300>;
		qcom,reset-gpio = <&tlmm 71 GPIO_ACTIVE_LOW>;
		qcom,clk-freq-mhz = <20000000>;
		qcom,max-can-channels = <2>;
		qcom,bits-per-word = <8>;
		qcom,reset-delay-msec = <300>;
		qcom,can-fw-cmd-timeout-req;
		qcom,can-fw-cmd-timeout-ms = <400>;
		qcom,rem-all-buffering-timeout-ms = <2000>;
		pinctrl-names = "active", "sleep";
		pinctrl-0 = <&can_rst_on>;
		pinctrl-1 = <&can_rst_off>;