mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-03-05 21:29:54 +00:00
535.43.02
This commit is contained in:
@@ -301,7 +301,12 @@ nvswitch_ctrl_i2c_indexed_ls10
|
||||
}
|
||||
return nvswitch_ctrl_i2c_indexed_lr10(device, pParams);
|
||||
}
|
||||
|
||||
|
||||
if (pParams->port == NVSWITCH_I2C_PORT_I2CA)
|
||||
{
|
||||
pParams->flags = FLD_SET_DRF(SWITCH_CTRL, _I2C_FLAGS, _SPEED_MODE, _100KHZ, pParams->flags);
|
||||
}
|
||||
|
||||
if (pI2c->soeI2CSupported)
|
||||
{
|
||||
return soeI2CAccess_HAL(device, pParams);
|
||||
|
||||
Reference in New Issue
Block a user