From e50c79cea1c9fce78bf2f038993cf31dbad77876 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 17 Oct 2013 10:24:06 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/173582 Tested-by: Stefan Reinauer Reviewed-by: Ronald Minnich Commit-Queue: David James --- src/mainboard/google/beltino/devicetree.cb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mainboard/google/beltino/devicetree.cb b/src/mainboard/google/beltino/devicetree.cb index 2dfa382491..af09000042 100644 --- a/src/mainboard/google/beltino/devicetree.cb +++ b/src/mainboard/google/beltino/devicetree.cb @@ -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