[ARM] tegra: stingray: Reduce Tpdl time

The Tpdl time was too large, causing some batteries to not be
detected.

Signed-off-by: Greg Meiste <w30289@motorola.com>
This commit is contained in:
Greg Meiste 2010-07-29 07:53:19 -05:00 committed by Colin Cross
parent 8d69c3efae
commit 5c0fcc3ff2

View 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,