From 28a370a412ec945a672e582d3069152a0741682b Mon Sep 17 00:00:00 2001 From: Greg Meiste Date: Tue, 3 Aug 2010 15:41:22 -0500 Subject: [PATCH] [ARM] tegra: stingray: Tegra w1 timing updates Changes to the Tegra w1 timings to meet the timing requirements of the DS2780 and DS2781 ICs as recommended by the hardware team. Change-Id: I5dca589d98d87c16fac82759d02d42cd4afbc659 Signed-off-by: Greg Meiste --- arch/arm/mach-tegra/board-stingray.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-tegra/board-stingray.c b/arch/arm/mach-tegra/board-stingray.c index 2c1291d068eb..949238cc4135 100644 --- a/arch/arm/mach-tegra/board-stingray.c +++ b/arch/arm/mach-tegra/board-stingray.c @@ -494,11 +494,11 @@ static struct tegra_w1_timings tegra_w1_platform_timings = { .trdv = 0xf, .tlow0 = 0x3c, .tlow1 = 0x1, - .tslot = 0x77, + .tslot = 0x78, .tpdl = 0x3c, .tpdh = 0x1e, - .trstl = 0x1df, + .trstl = 0x1ea, .trsth = 0x1df, .rdsclk = 0x7, -- 2.34.1