[ARM] tegra: stingray: Reduce Tpdl time
authorGreg Meiste <w30289@motorola.com>
Thu, 29 Jul 2010 12:53:19 +0000 (07:53 -0500)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:27 +0000 (16:33 -0700)
The Tpdl time was too large, causing some batteries to not be
detected.

Signed-off-by: Greg Meiste <w30289@motorola.com>
arch/arm/mach-tegra/board-stingray.c

index 1f4f98544323881c61fdbb41a90480dd932a5755..c51acf75f2989f003b6e7237c0741e29cb44da12 100644 (file)
@@ -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,