mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 23:53:52 +02: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:
parent
8d69c3efae
commit
5c0fcc3ff2
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user