spi: Parse hold/inactive CS delay values from the DT
authorJanne Grunau <j@jannau.net>
Fri, 13 Jan 2023 10:23:10 +0000 (19:23 +0900)
committerMark Brown <broonie@kernel.org>
Fri, 13 Jan 2023 12:31:51 +0000 (12:31 +0000)
commit5827b31d858e399e0ba9fbd33da7a39b31769e11
treebef3d08ce5fe96692873d618bae7b78cb958b609
parent34f89f238c545d4fd0166e37c201d96c10443953
spi: Parse hold/inactive CS delay values from the DT

Now that we support parsing the setup time from the Device Tree, we can
also easily support the remaining hold and inactive time delay values.

Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Hector Martin <marcan@marcan.st>
Link: https://lore.kernel.org/r/20230113102309.18308-4-marcan@marcan.st
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c