Displaying 1 result from an estimated 1 matches for "dcb_i2c_nv04_bit".
2012 Sep 22
1
[PATCH] drm/nouveau/i2c: correct default settings for i2c ports
...se = 0x3e;
} else
if (idx == 1) {
info->drive = nv_ro08(bios, ent + 6);
if (!info->drive) info->drive = 0x37;
info->sense = nv_ro08(bios, ent + 7);
- if (!info->sense) info->drive = 0x36;
+ if (!info->sense) info->sense = 0x36;
}
info->type = DCB_I2C_NV04_BIT;
--
1.7.10.4