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

Commit ed546537 authored by Puneet Yatnal's avatar Puneet Yatnal Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable hrtimer for asm330 driver



Enable the asm330 hrtimer for fixing latency issue of irq.

Change-Id: I1d6fc109dad0c0ab069a45c090df59a7691f720d
Signed-off-by: default avatarPuneet Yatnal <puneet@codeaurora.org>
parent ed216b2c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -225,6 +225,7 @@
		interrupts = <84 IRQ_TYPE_EDGE_RISING>;
		st,drdy-int-pin= <2>;
		qcom,regulator_check = <0>; /* 0:Disable 1:Enable */
		qcom,asm330_hrtimer;
	};

};
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -402,5 +402,6 @@
		interrupts = <84 IRQ_TYPE_EDGE_RISING>;
		st,drdy-int-pin= <2>;
		qcom,regulator_check = <0>; /* 0:Disable 1:Enable */
		qcom,asm330_hrtimer;
	};
};