gpu: nvgpu: Rename gpu_sys clock to pwr

In upstream device trees pwr clock for gp10b and gv11b are called pwr.
Rename the clock in downstream so that nvgpu can work with upstream
kernel.

Bug 3030537

Change-Id: I7738a5c73e893c6ee7ebbf859a347aa508bfcffa
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2376595
Reviewed-by: automaticguardword <automaticguardword@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: Sagar Kamble <skamble@nvidia.com>
Reviewed-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Terje Bergstrom
2020-07-16 08:25:25 -07:00
committed by Alex Waterman
parent ebd3b18d27
commit f7a73f4ab8

View File

@@ -74,7 +74,7 @@ static int num_supported_freq;
struct gk20a_platform_clk tegra_gp10b_clocks[] = {
{"gpu", GPCCLK_INIT_RATE},
{"gpu_sys", 204000000},
{"pwr", 204000000},
{"fuse", UINT_MAX}
};