From 8491be31f9033bd66102b45df511aef81426c1bd Mon Sep 17 00:00:00 2001 From: David Brownell Date: Thu, 23 Aug 2007 22:36:29 -0700 Subject: [PATCH] tusb6010 timings This might explain how some timing errors show on H4 not N800 (common bug, being masked by this one), but that would surprise me a bit. Signed-off-by: David Brownell --- include/linux/usb/musb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/usb/musb.h b/include/linux/usb/musb.h index da34a6199e2..d325a0d5bf4 100644 --- a/include/linux/usb/musb.h +++ b/include/linux/usb/musb.h @@ -55,7 +55,7 @@ struct musb_hdrc_platform_data { #define TUSB6010_OSCCLK_60 16667 /* psec/clk @ 60.0 MHz */ #define TUSB6010_REFCLK_24 41667 /* psec/clk @ 24.0 MHz XI */ -#define TUSB6010_REFCLK_19 52633 /* psec/clk @ 19.2 MHz CLKIN */ +#define TUSB6010_REFCLK_19 52083 /* psec/clk @ 19.2 MHz CLKIN */ #ifdef CONFIG_ARCH_OMAP2 -- 2.41.1