mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
Instead of using multiple struct use a single nvgpu_clk_slave_freq to store the slave freq of gpcclk. With this patch single struct can be used by both clk_arb and clk_domain. This will remove nvgpu_set_fll_clk struct as nvgpu_clk_slave_freq serves the purpose. NVGPU-4692 Change-Id: Ie45d63e4376b83e153a9aa75e2c4631c6dad857b Signed-off-by: Abdul Salam <absalam@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2339213 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>