diff options
Diffstat (limited to 'arch/arm/mach-mx3/mach-pcm037.c')
-rw-r--r-- | arch/arm/mach-mx3/mach-pcm037.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx3/mach-pcm037.c b/arch/arm/mach-mx3/mach-pcm037.c index 2df1ec55a97e..78ecd751549b 100644 --- a/arch/arm/mach-mx3/mach-pcm037.c +++ b/arch/arm/mach-mx3/mach-pcm037.c | |||
@@ -530,9 +530,9 @@ static struct resource pcm970_sja1000_resources[] = { | |||
530 | }; | 530 | }; |
531 | 531 | ||
532 | struct sja1000_platform_data pcm970_sja1000_platform_data = { | 532 | struct sja1000_platform_data pcm970_sja1000_platform_data = { |
533 | .clock = 16000000 / 2, | 533 | .osc_freq = 16000000, |
534 | .ocr = 0x40 | 0x18, | 534 | .ocr = OCR_TX1_PULLDOWN | OCR_TX0_PUSHPULL, |
535 | .cdr = 0x40, | 535 | .cdr = CDR_CBP, |
536 | }; | 536 | }; |
537 | 537 | ||
538 | static struct platform_device pcm970_sja1000 = { | 538 | static struct platform_device pcm970_sja1000 = { |