Hello, I was helping with fixing EMC clock scaling on T124 Nyan Big and in process found some weak points in the code. Primarily the ram code parsing didn't work if device-tree defines memory timings for multiple ram codes and after fixing that I spotted few other things that could be improved. Dmitry Osipenko (5): clk: tegra: emc: Don't enable EMC clock manually clk: tegra: emc: Support multiple ram codes parsing clk: tegra: emc: Fix EMC max-rate clamping clk: tegra: emc: Replace BUG() with WARN_ONCE() clk: tegra: divider: Mark Memory Controller clock as read-only drivers/clk/tegra/clk-divider.c | 5 +-- drivers/clk/tegra/clk-emc.c | 57 ++++++++++++++++++++------------- 2 files changed, 38 insertions(+), 24 deletions(-) -- 2.21.0