Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54904
b: refs/heads/master
c: 0404384
h: refs/heads/master
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed May 8, 2007
1 parent 07aca99 commit 1aa66ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a65ff76ac8b24df49bbf4acc38918fb52d1033b0
refs/heads/master: 0404384982b2f71eb00573c8f9da514106aca08c
8 changes: 4 additions & 4 deletions trunk/drivers/video/riva/rivafb-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ void __devinit riva_create_i2c_busses(struct riva_par *par)
par->chan[1].par = par;
par->chan[2].par = par;

par->chan[0].ddc_base = 0x3e;
par->chan[1].ddc_base = 0x36;
par->chan[0].ddc_base = 0x36;
par->chan[1].ddc_base = 0x3e;
par->chan[2].ddc_base = 0x50;
riva_setup_i2c_bus(&par->chan[0], "BUS1", 0);
riva_setup_i2c_bus(&par->chan[1], "BUS2", I2C_CLASS_HWMON);
riva_setup_i2c_bus(&par->chan[0], "BUS1", I2C_CLASS_HWMON);
riva_setup_i2c_bus(&par->chan[1], "BUS2", 0);
riva_setup_i2c_bus(&par->chan[2], "BUS3", 0);
}

Expand Down

0 comments on commit 1aa66ee

Please sign in to comment.