From: Greg Meiste Date: Thu, 29 Jul 2010 12:53:19 +0000 (-0500) Subject: [ARM] tegra: stingray: Reduce Tpdl time X-Git-Tag: firefly_0821_release~9834^2~740 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5c0fcc3ff2222ba9bc905230d8a00a396ce18689;p=firefly-linux-kernel-4.4.55.git [ARM] tegra: stingray: Reduce Tpdl time The Tpdl time was too large, causing some batteries to not be detected. Signed-off-by: Greg Meiste --- diff --git a/arch/arm/mach-tegra/board-stingray.c b/arch/arm/mach-tegra/board-stingray.c index 1f4f98544323..c51acf75f298 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -395,7 +395,7 @@ static struct tegra_w1_timings tegra_w1_platform_timings = { .tlow1 = 0x1, .tslot = 0x77, - .tpdl = 0x78, + .tpdl = 0x3c, .tpdh = 0x1e, .trstl = 0x1df, .trsth = 0x1df,