On 7/27/21 3:01 PM, Uwe Kleine-König wrote:
On Mon, Jul 26, 2021 at 12:15:02PM +0200, Marek Vasut wrote:For (2 * 1000000) / min_speed_hz < 10 to be true in naturals with zero, the min_speed_hz must above 222222. Update the comment. No functional change.With integer division delay is < 10 if min_speed_hz >= 200001.
Right, it's not 181, 100 or 222. I'll send a V2 and clarify this.