summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/platform_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/platform_gk20a.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
index 4208816f..452b868d 100644
--- a/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/platform_gk20a.h
@@ -229,9 +229,10 @@ struct gk20a_platform {
229 */ 229 */
230 bool hardcode_sw_threshold; 230 bool hardcode_sw_threshold;
231 231
232 /* i2c device index and address for INA3221 */ 232 /* i2c device index, port and address for INA3221 */
233 u32 ina3221_dcb_index; 233 u32 ina3221_dcb_index;
234 u32 ina3221_i2c_address; 234 u32 ina3221_i2c_address;
235 u32 ina3221_i2c_port;
235}; 236};
236 237
237static inline struct gk20a_platform *gk20a_get_platform( 238static inline struct gk20a_platform *gk20a_get_platform(