diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2020-03-06 09:50:49 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-11 20:56:06 +0100 |
commit | 671c3bf50ae498dc12aef6c70abe5cfa066b1348 (patch) | |
tree | d94c194f87cd3d54738e5d05e9e944f9bebede70 /drivers/spi/Kconfig | |
parent | Linux 5.6-rc1 (diff) | |
download | linux-671c3bf50ae498dc12aef6c70abe5cfa066b1348.tar.xz linux-671c3bf50ae498dc12aef6c70abe5cfa066b1348.zip |
spi: make spi-max-frequency optional
We only need a spi-max-frequency when we specifically request a
spi frequency lower than the max speed of spi host.
This property is already documented as optional property and current
host drivers are implemented to operate at highest speed possible
when spi->max_speed_hz is 0.
This patch makes spi-max-frequency an optional property so that
we could just omit it to use max controller speed.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Link: https://lore.kernel.org/r/20200306085052.28258-2-gch981213@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
0 files changed, 0 insertions, 0 deletions