From 7b807273c55a45c426dd74d9023504702ba09dbb Mon Sep 17 00:00:00 2001 From: Avaneesh Kumar Dwivedi Date: Fri, 9 Aug 2019 16:52:56 +0530 Subject: [PATCH] ARM: dts: msm: Change the pet timeout as per granularity limit The new timer wheel avoid cascading down the timers, this comes on relaxed granularity and for in place expiry of timers. Adjust pet timer granularity accorddingly. Change-Id: I3488a129741b4ad21a48714294bb54c2ded003db Signed-off-by: Avaneesh Kumar Dwivedi --- arch/arm64/boot/dts/qcom/qcs405.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/qcs405.dtsi b/arch/arm64/boot/dts/qcom/qcs405.dtsi index 25d8946595f1..ee9ce82f8b8b 100644 --- a/arch/arm64/boot/dts/qcom/qcs405.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs405.dtsi @@ -471,7 +471,7 @@ reg-names = "wdt-base"; interrupts = <0 3 0>, <0 4 0>; qcom,bark-time = <11000>; - qcom,pet-time = <10000>; + qcom,pet-time = <9744>; qcom,ipi-ping; qcom,wakeup-enable; status = "okay";