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

Commit 0e339597 authored by Dilip Gudlur's avatar Dilip Gudlur
Browse files

ARM: dts: msm: qtimer for asm330 sensor



Enable dt property to use qtimer timestamp
for asm330 sensor processing.

Change-Id: Id8b17c1fe9eb336dd76657c15e6f6086c0670eed
Signed-off-by: default avatarDilip Gudlur <dgudlur@codeaurora.org>
parent 0981281c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -56,3 +56,9 @@
		qcom,smmu-attr-s1-bypass;
	};
};

&qupv3_se10_i2c {
	asm330@6a {
		qcom,use_qtimer = <1>; /* 0:Disable 1:Enable */
	};
};