mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
gpu: nvgpu: Remove pg419 emulation on pg418
Remove emulation of pg419 board with a pg418 which does not have a power sensor, but claims to have one in VBIOS. JIRA NVGPU-259 Change-Id: I6527d08dd05b79f96e505561685504bb239ab4ac Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1588732 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
7e59e0b09b
commit
a5e76ed7af
@@ -305,12 +305,6 @@ u32 pmgr_device_sw_setup(struct gk20a *g)
|
||||
/* Override the Interfaces */
|
||||
pboardobjgrp->pmudatainstget = _pwr_device_pmudata_instget;
|
||||
|
||||
/* WAR for missing INA3221 on HW2.5 RevA */
|
||||
if (g->power_sensor_missing) {
|
||||
nvgpu_warn(g, "no power sensor, monitoring disabled");
|
||||
goto done;
|
||||
}
|
||||
|
||||
status = devinit_get_pwr_device_table(g, ppwrdeviceobjs);
|
||||
if (status)
|
||||
goto done;
|
||||
|
||||
Reference in New Issue
Block a user