mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
1) added support for fuse clock directly from nvgpu linux build for GV11B and GP10B. 2) added a common function platform_acquire_clock thats used by both GP10B, GV11B to acquire their respective clocks. 3) remove use of tegra_fuse_clock_enable/disable APIs The clock parsing code is changed to verify the clock-names obtained via DT with the static clock-names in the platform code before proceeding with clk_enable. Bug 2887230 Change-Id: I177cde9c4bf1a8be6f3437f36e1c6f75cd9c9279 Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2307136 Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit