mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user