summaryrefslogtreecommitdiff
path: root/doc/develop/python_cq.rst
diff options
context:
space:
mode:
authorMichael Walle <[email protected]>2024-07-12 19:14:56 +0200
committerAndre Przywara <[email protected]>2024-07-16 01:40:40 +0100
commit674e4f994f5da537cab62ad86bc8bdf5acaae88c (patch)
tree578ca44419d5c70e16b6ed8abb4f86e0abedb062 /doc/develop/python_cq.rst
parenta7766911bc2fc40df351564d71e6b93999c97b03 (diff)
spi: sunxi: drop max_hz handling
The driver is trying to read the "spi-max-frequency" property of the *controller* driver node. There is no such property. The "spi-max-frequency" property belongs to the SPI devices on the bus. Right now, the driver will always fall back to the default value of 1MHz and thus flash reads are very slow with just about 215kb/s. In fact, the SPI uclass will already take care of everything and we just have to clamp the frequency to the values the driver/hardware supports. Thus, drop the whole max_hz handling. Signed-off-by: Michael Walle <[email protected]> Reviewed-by: Andre Przywara <[email protected]> Tested-by: Andre Przywara <[email protected]>
Diffstat (limited to 'doc/develop/python_cq.rst')
0 files changed, 0 insertions, 0 deletions