wtm2: Set SerialIO I2C ports to 3.3V
These are both pulled up to 3.3V in the schematic. BUG=chrome-os-partner:16862 BRANCH=none TEST=compile tested only, still need devices to test with Change-Id: I12e055a39ff6100300c3d285899b8d6239e3773d Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/50356 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
3ae3bd30f1
commit
bb9b27d4cd
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ chip northbridge/intel/haswell
|
|||
register "sata_port_map" = "0x2"
|
||||
|
||||
register "sio_acpi_mode" = "1"
|
||||
register "sio_i2c0_voltage" = "1" # 1.8V
|
||||
register "sio_i2c1_voltage" = "1" # 1.8V
|
||||
register "sio_i2c0_voltage" = "0" # 3.3V
|
||||
register "sio_i2c1_voltage" = "0" # 3.3V
|
||||
|
||||
device pci 13.0 on end # Smart Sound Audio DSP
|
||||
device pci 14.0 on end # USB3 XHCI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue