]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
clk: tegra: emc: Fix EMC max-rate clamping
authorDmitry Osipenko <digetx@gmail.com>
Sun, 14 Apr 2019 19:23:19 +0000 (22:23 +0300)
committerStephen Boyd <sboyd@kernel.org>
Thu, 25 Apr 2019 20:54:20 +0000 (13:54 -0700)
commit913c3072eb58978f46851c195aa81586d0fd182b
treee797da77ead714f5279544ab9082e4387055c49b
parent888ca40e2843a24d2d4830780a4a5705a3fb219a
clk: tegra: emc: Fix EMC max-rate clamping

When a clk user requests rate that is higher than the maximum possible,
the rate shall be clamped to the maximum and not to the current value.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/tegra/clk-emc.c