trivial: dell-dock: Lower MST communication speed to 400 KHz

It was identified that at least one other device on this shared
I2C bus can't operate at the speed.  This means that it may
inadvertently respond to commands intended for another device.
This commit is contained in:
Mario Limonciello 2018-10-22 14:00:59 -05:00
parent 2aaa38d77d
commit 60c4a59dab

View File

@ -98,7 +98,7 @@ const MSTBankAttributes esm_attributes = {
FuHIDI2CParameters mst_base_settings = {
.i2cslaveaddr = I2C_MST_ADDRESS,
.regaddrlen = 0,
.i2cspeed = I2C_SPEED_800K,
.i2cspeed = I2C_SPEED_400K,
};
struct _FuDellDockMst {