aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-02-23 01:19:30 -0600
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2015-02-23 08:32:45 +0100
commitbc1abb12a902bf57debb1c2a51724c6f34633271 (patch)
treee4f62263d1df69ac7d72d362f3a12c01a80431af /src/drivers/i2c
parent1cc3338c1d35421ae6cc8f53037b14b8a3759b62 (diff)
drivers/i2c/w83793: Remove incorrect zeroing of PWM values
Fan 2 and Fan 3 were inexplicably set to zero after device setup. Change-Id: I37945745dbfaf33eb28808d85cdf75dca401e44b Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/8520 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/drivers/i2c')
-rw-r--r--src/drivers/i2c/w83793/w83793.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/i2c/w83793/w83793.c b/src/drivers/i2c/w83793/w83793.c
index 4b947d76bb..5b17867dd7 100644
--- a/src/drivers/i2c/w83793/w83793.c
+++ b/src/drivers/i2c/w83793/w83793.c
@@ -211,10 +211,6 @@ static void w83793_init(struct device *dev)
smbus_write_byte(dev, 0x00, 0x00);
- /* Fan output style */
- smbus_write_byte(dev, 0xb4, 0x00);
- smbus_write_byte(dev, 0xb5, 0x00);
-
/* start monitoring operation */
smbus_write_byte(dev, 0x40, 0x09);