summaryrefslogtreecommitdiff
path: root/drivers/firmware/psci.c
diff options
context:
space:
mode:
authorMichael Walle <mwalle@kernel.org>2024-07-12 19:14:56 +0200
committerAndre Przywara <andre.przywara@arm.com>2024-07-16 01:40:40 +0100
commit674e4f994f5da537cab62ad86bc8bdf5acaae88c (patch)
tree578ca44419d5c70e16b6ed8abb4f86e0abedb062 /drivers/firmware/psci.c
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 <mwalle@kernel.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Tested-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'drivers/firmware/psci.c')
0 files changed, 0 insertions, 0 deletions