I have an EBSA-like board; for this question its major difference is
that it has a 55 Mhz clock.

I know this affects the serial port baud rate calculation.  I've also 
seen the following in asm-arch/arch-ebsa285/timex.h:

/*
 * On EBSA285 boards, the clock runs at 50MHz and is
 * divided by a 4-bit prescaler.  Other boards use an
 * ISA derived timer, and this is unused.
 */
#define CLOCK_TICK_RATE         (50000000 / 16)


The question is are there other areas I need to look at to compensate for
the different clock ?

thanks

--
[EMAIL PROTECTED]                    
        Inet Technologies Inc.
        Plano, Texas, USA.

unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++        Please use [EMAIL PROTECTED] for           ++
++                        kernel-related discussions.                      ++

Reply via email to