On Tue, Aug 17, 2021 at 04:27:42AM +0300, Dmitry Osipenko wrote:
The SPI on Tegra belongs to the core power domain and we're going to enable GENPD support for the core domain. Now SPI driver must use OPP API for driving the controller's clock rate because OPP API takes care of reconfiguring the domain's performance state in accordance to the rate. Add OPP support to the driver.
Acked-by: Mark Brown broonie@kernel.org
Is there a concrete dependency here or can I merge this separately?