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)
This commit is contained in:
Timothy Pearson 2015-02-23 01:19:30 -06:00 committed by Alexandru Gagniuc
parent 1cc3338c1d
commit bc1abb12a9
1 changed files with 0 additions and 4 deletions

View File

@ -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);