Re: [PATCH] powerpc: i2c-mpc: make speed registers configurable via FDT
From: Grant Likely <hidden>
Date: 2008-07-31 20:30:34
Also in:
linux-i2c
From: Grant Likely <hidden>
Date: 2008-07-31 20:30:34
Also in:
linux-i2c
On Thu, Jul 31, 2008 at 2:19 PM, Timur Tabi [off-list ref] wrote:
Wolfgang Grandegger wrote:quoted
I'm a bit confused. The frequency of the I2C source clock and the real I2C clock frequency are two different things.There are two frequencies: 1) The frequency of the input clock to the I2C device, after it has gone through a divider. This is what I call the "I2C clock frequency" and what I think belongs in the clock-frequency property. This is usually the platform clock divided by 1, 2, or 3. 2) The speed of the I2C bus, as seen by devices on that bus. This is usually 400KHz.
analogous example: serial nodes use two properties; "clock-frequency" and "current-speed", one for clock frequency routed into the device and one for the current baud rate. It is completely relevant to put the effective clock frequency into the i2c device node. g.