Quoting Thierry Reding (2023-06-21 08:35:09) > > I was able to reproduce this on a Tegra30 Beaver, but the problem is > more straightforward than this. The crash I was seeing during boot was > because cclk_super_determine_rate() was still calling the round_rate() > callback from tegra_clk_super_ops, which this patch removed (and added > determine_rate() instead). > > The following fixes the problem for me. It's basically converting the > round_rate() call to an equivalent determine_rate() call. > > Dmitry, can you verify that this fixes the issue that you were seeing? > Can you send this as a proper patch? I'd like to send this early next week.