<p>Okay.<br>
On Feb 24, 2011 7:04 PM, "Thomas Chou" <<a href="mailto:thomas@wytron.com.tw">thomas@wytron.com.tw</a>> wrote:<br>
><br>
> Hi Grant,<br>
><br>
><br>
> On 02/25/2011 12:22 AM, Grant Likely wrote:<br>
>>><br>
>>> +Required properties:<br>
>>> +- compatible : should be "i2c-gpio".<br>
>>> +- gpios : should specify GPIOs used for SDA and SCL lines, in that order.<br>
>>> +Optional properties:<br>
>>> +- sda-is-open-drain : present if SDA gpio is open-drain.<br>
>>> +- scl-is-open-drain : present if SCL gpio is open-drain.<br>
>>> +- scl-is-output-only : present if the output driver for SCL cannot be<br>
>>> +       turned off. this will prevent clock stretching from working.<br>
>>> +- speed-hz : SCL frequency.<br>
>><br>
>><br>
>> Hi Thomas,<br>
>><br>
>> One nitpick; I just looked, and other i2c controllers are already<br>
>> using 'clock-frequency' instead of 'speed-hz' for the speed of the<br>
>> bus.  I'd like to see this patch use the same terminology.<br>
><br>
><br>
> I studied 'clock-frequency' usage of existing i2c drivers before working on this patch.<br>
><br>
> i2c-ibm_iic.c, i2c-mpc.c, i2c-ocores.c : use as bus clock frequency input to the core.<br>
><br>
> i2c-cpm.c : use as i2c SCL output frequency.<br>
><br>
> Most other non-i2c drivers use clock-frequency as bus clock frequency input, too.<br>
><br>
> I think the SCL freq usage in i2c-cpm.c is confusing. So I would suggest we borrow 'speed-hz' from spi subsystem, which means the clock freq output on the peripheral bus.</p>
<p>Okay.</p>
<p>g.</p>
<p>><br>
> Best regards,<br>
> Thomas<br>
><br>
</p>