|
@@ -1852,7 +1852,7 @@ nvf1_chipset = {
|
|
|
.fb = gk104_fb_new,
|
|
|
.fuse = gf100_fuse_new,
|
|
|
.gpio = gk104_gpio_new,
|
|
|
- .i2c = gf119_i2c_new,
|
|
|
+ .i2c = gk104_i2c_new,
|
|
|
.ibus = gk104_ibus_new,
|
|
|
.iccsense = gf100_iccsense_new,
|
|
|
.imem = nv50_instmem_new,
|
|
@@ -1966,7 +1966,7 @@ nv117_chipset = {
|
|
|
.fb = gm107_fb_new,
|
|
|
.fuse = gm107_fuse_new,
|
|
|
.gpio = gk104_gpio_new,
|
|
|
- .i2c = gf119_i2c_new,
|
|
|
+ .i2c = gk104_i2c_new,
|
|
|
.ibus = gk104_ibus_new,
|
|
|
.iccsense = gf100_iccsense_new,
|
|
|
.imem = nv50_instmem_new,
|
|
@@ -2000,7 +2000,7 @@ nv118_chipset = {
|
|
|
.fb = gm107_fb_new,
|
|
|
.fuse = gm107_fuse_new,
|
|
|
.gpio = gk104_gpio_new,
|
|
|
- .i2c = gf119_i2c_new,
|
|
|
+ .i2c = gk104_i2c_new,
|
|
|
.ibus = gk104_ibus_new,
|
|
|
.iccsense = gf100_iccsense_new,
|
|
|
.imem = nv50_instmem_new,
|