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

Commit 2e88452c authored by Mahesh Reddy Kodidi's avatar Mahesh Reddy Kodidi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Changing the pet timeout as per granularity limit



With new timer implementation,there is extra granularity for
each level and hence changing the granularity for pet-time

* HZ  100
* Level Offset  Granularity       Range
*  0	   0         10 ms        0 ms - 630 ms
*  1	  64         80 ms        640 ms - 5110 ms (640ms - ~5s)
*  2	 128        640 ms        5120 ms - 40950 ms (~5s - ~40s).

Change-Id: I4eabe5a23fe76685f940e75ce9c3cf619f7f9cb6
Signed-off-by: default avatarMahesh Reddy Kodidi <mahreddy@codeaurora.org>
parent 6cd3a25c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1172,7 +1172,7 @@
		reg-names = "wdt-base";
		interrupts = <1 3 0>, <1 2 0>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <10000>;
		qcom,pet-time = <9360>;
	};

	qcom_rng: qrng@793000{