beltino: Fix WIFI and LAN ports
PCIECLOCK-2 is used for LAN, -3 for WIFI and -4 for the NGFF slot. Hence only disable PCIECLOCK-1 and -5. Also fix coding style for pcie_port_coalesce. BRANCH=none TEST=See WIFI and LAN devices in lspci BUG=none Change-Id: I72a2aa8355137aa06e597913e47d5ffb37908a4f Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: https://chromium-review.googlesource.com/173582 Tested-by: Stefan Reinauer <reinauer@chromium.org> Reviewed-by: Ronald Minnich <rminnich@chromium.org> Commit-Queue: David James <davidjames@chromium.org>
This commit is contained in:
parent
ff5bd86c3a
commit
e50c79cea1
1 changed files with 3 additions and 3 deletions
|
|
@ -63,10 +63,10 @@ chip northbridge/intel/haswell
|
|||
register "sio_i2c1_voltage" = "0" # 3.3V
|
||||
|
||||
# Enable port coalescing
|
||||
register pcie_port_coalesce = "1"
|
||||
register "pcie_port_coalesce" = "1"
|
||||
|
||||
# Disable PCIe CLKOUT 1-5 and CLKOUT_XDP
|
||||
register "icc_clock_disable" = "0x013e0000"
|
||||
# Disable PCIe CLKOUT 1,5 and CLKOUT_XDP
|
||||
register "icc_clock_disable" = "0x01220000"
|
||||
|
||||
device pci 13.0 off end # Smart Sound Audio DSP
|
||||
device pci 14.0 on end # USB3 XHCI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue