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

Commit d206afbc authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

ARM: dts: msm: Enable dual-CAN for SA415M CCARD



Enable 2 CAN interfaces for SA415M CCARD boards
using the qti-can driver.

Change-Id: I0a07722b7692995f1359a70f5030bab156bc0b26
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent ec12b494
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -54,6 +54,12 @@
	};
};

&spi_2 {
	can-controller@0 {
		qcom,max-can-channels = <2>;
	};
};

&wcd934x_cdc {
	status = "disabled";
};