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

Commit 0981281c authored by Sumeet Sahu's avatar Sumeet Sahu Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: qtimer for qti-can driver



Enable dt property to use qtimer timestamp
for qti-can driver.

Change-Id: If5565cea2cb9d3c66efd04f08c206e3136a2e94f
Signed-off-by: default avatarSumeet Sahu <sumesahu@codeaurora.org>
parent d7e13e27
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -13,6 +13,12 @@
#include "sa8155-adp-common.dtsi"
#include "sa8155-adp-alcor-display.dtsi"

&qupv3_se0_spi {
	can-controller@0 {
		qcom,use_qtimer = <1>; /* 0:Disable, 1:Enable */
	};
};

&pcie1 {
	qcom,boot-option = <0x0>;
};