--- In [email protected], Frédéric Feyel <[EMAIL PROTECTED]> wrote:
>
> Hello,
> 
> can you confirm that if I want to slow down (yes, slow down) the I2C 
> driver, it is enough
> to modify the CLOCK_LOW_TIME and CLOCK_HIGH_TIME in
arch-v10/drivers/i2c.c ?
> 
> Thanks !
>

If you mean increasing the times, yes, should be enough.  Since the
clock is used as the "sync" between master and slave, the clock is the
"dominating" pulse.
So, the bigger you take the times, the longer it will take before a
next clock pulse will be generated => slower I2C.

But I2C is already very slow by default in that driver (some 60 kHz,
I've measured, maybe a bit more...), so why would you like to do that?

Just curious... :-)

Best rgds,

--Geert



Reply via email to