Re: [PATCH v6 3/5] i2c: aspeed: added documentation for Aspeed I2C driver

From: Brendan Higgins
Date: Wed Mar 29 2017 - 06:25:58 EST


>> + bus = <0>;
>> + clocks = <&clk_apb>;
>> + clock-frequency = <100000>;
>
> For busses it's more traditional to make this "bus-frequency" but
> that's a nit and Linux/fdt has not respected that tradition terribly
> well. If you respin, it might be work changing.
>
> The clock-frequency tends to be the frequency of the controller itself.

Ah, okay. I will change this on the next revision.