summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/clk_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/clk_gm20b.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
index ceeb457a..8dfc5636 100644
--- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
@@ -240,8 +240,6 @@ found_match:
240 240
241/* GPCPLL NA/DVFS mode methods */ 241/* GPCPLL NA/DVFS mode methods */
242 242
243#define FUSE_RESERVED_CALIB 0x204
244
245static inline int fuse_get_gpcpll_adc_rev(u32 val) 243static inline int fuse_get_gpcpll_adc_rev(u32 val)
246{ 244{
247 return (val >> 30) & 0x3; 245 return (val >> 30) & 0x3;
@@ -264,7 +262,7 @@ static int nvgpu_fuse_calib_gpcpll_get_adc(int *slope_uv, int *intercept_uv)
264 u32 val; 262 u32 val;
265 int ret; 263 int ret;
266 264
267 ret = nvgpu_tegra_fuse_read(FUSE_RESERVED_CALIB, &val); 265 ret = nvgpu_tegra_fuse_read_reserved_calib(&val);
268 if (ret) 266 if (ret)
269 return ret; 267 return ret;
270 268