Re: [PATCH 2/7] spi: fsi: Fix clock running too fast

From: Eddie James
Date: Thu Aug 20 2020 - 17:06:21 EST



On 8/20/20 12:12 PM, Mark Brown wrote:
On Thu, Aug 20, 2020 at 12:02:23PM -0500, Eddie James wrote:
From: Brad Bishop <bradleyb@xxxxxxxxxxxxxxxxxx>

Use a clock divider tuned to a 200MHz FSI clock. Use of the previous
divider at 200MHz results in corrupt data from endpoint devices. Ideally
the clock divider would be calculated from the FSI clock, but that
would require some significant work on the FSI driver.
Presumably this divider was chosen for FSI clocks that aren't 200MHz -
how will those be handled?


They aren't handled at the moment, but 200MHz FSI represents the worst case, as it's the maximum. Slower FSI clocks will simply result in slower SPI clocks.

Thanks,

Eddie