From 5ddb6a444d5c3141868eaf618ecb014b0262a796 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Sun, 13 Oct 2013 10:57:50 +0800 Subject: [PATCH] samus: Disable SMBUS controller Nothing is connected to this port. BUG=chrome-os-partner:22996 BRANCH=samus TEST=emerge-samus chromeos-coreboot-samus Change-Id: If3e466a3053fa694a511c2335c16381f77f56f47 Signed-off-by: Duncan Laurie Reviewed-on: https://chromium-review.googlesource.com/174089 Reviewed-by: Aaron Durbin --- src/mainboard/google/samus/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/samus/devicetree.cb b/src/mainboard/google/samus/devicetree.cb index 64d7ebe5b8..f848edc40b 100644 --- a/src/mainboard/google/samus/devicetree.cb +++ b/src/mainboard/google/samus/devicetree.cb @@ -114,7 +114,7 @@ chip northbridge/intel/haswell end end # LPC bridge device pci 1f.2 on end # SATA Controller - device pci 1f.3 on end # SMBus + device pci 1f.3 off end # SMBus device pci 1f.6 on end # Thermal end end