summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/dcp847ske/early_southbridge.c
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-11-17 02:43:08 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-18 11:51:38 +0000
commit1d29b7bbceed82a2161e249474086169ac3039f4 (patch)
tree512f36ac5a848a1cef7fef5e0e782e1ca57035a9 /src/mainboard/intel/dcp847ske/early_southbridge.c
parent6b7b016b6006feb22b48a44b25fd71f1f39ad9cb (diff)
downloadcoreboot-1d29b7bbceed82a2161e249474086169ac3039f4.tar.gz
coreboot-1d29b7bbceed82a2161e249474086169ac3039f4.tar.bz2
coreboot-1d29b7bbceed82a2161e249474086169ac3039f4.zip
mb/intel/dcp847ske: Disable xHCI via devicetree
This is supported by generic PCH code now. Change-Id: Id5d764c97e47cdb08a68d03002ebebd996769914 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36901 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/intel/dcp847ske/early_southbridge.c')
-rw-r--r--src/mainboard/intel/dcp847ske/early_southbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/dcp847ske/early_southbridge.c b/src/mainboard/intel/dcp847ske/early_southbridge.c
index 53f5564a9763..1f76db8e5228 100644
--- a/src/mainboard/intel/dcp847ske/early_southbridge.c
+++ b/src/mainboard/intel/dcp847ske/early_southbridge.c
@@ -31,7 +31,7 @@
void mainboard_late_rcba_config(void)
{
/* Disable devices */
- RCBA32(FD) |= PCH_DISABLE_P2P | PCH_DISABLE_XHCI;
+ RCBA32(FD) |= PCH_DISABLE_P2P;
#if CONFIG(USE_NATIVE_RAMINIT)
/* Enable Gigabit Ethernet */