summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHal Martin <hal.martin@gmail.com>2017-12-06 20:28:38 +0000
committerMartin Roth <martinroth@google.com>2018-01-12 21:13:21 +0000
commit1291c44abd4d7dfa23789653895e0940f0af86ab (patch)
treed1582690d825415f0d6200cdb4a48d1f137c812b
parentaba468b329f68976c6ac5c4a04b3b78b224f07df (diff)
downloadcoreboot-1291c44abd4d7dfa23789653895e0940f0af86ab.tar.gz
coreboot-1291c44abd4d7dfa23789653895e0940f0af86ab.tar.bz2
coreboot-1291c44abd4d7dfa23789653895e0940f0af86ab.zip
mb/compulab/intense_pc: Change devicetree to correct CPU socket
Intense PC uses FCBGA1023 socket, not rPGA989. Correct the socket in the devicetree. Change-Id: Ie657af2f51dfb7add90b19b26c0c37d312d59821 Signed-off-by: Hal Martin <hal.martin@gmail.com> Reviewed-on: https://review.coreboot.org/22762 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
-rw-r--r--src/mainboard/compulab/intense_pc/devicetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/compulab/intense_pc/devicetree.cb b/src/mainboard/compulab/intense_pc/devicetree.cb
index 8b1deb3d40e9..6d01892d5756 100644
--- a/src/mainboard/compulab/intense_pc/devicetree.cb
+++ b/src/mainboard/compulab/intense_pc/devicetree.cb
@@ -28,7 +28,7 @@ chip northbridge/intel/sandybridge # FIXME: check gfx.ndid and gfx.did
register "gpu_panel_power_up_delay" = "0"
register "gpu_pch_backlight" = "0x00000000"
device cpu_cluster 0x0 on
- chip cpu/intel/socket_rPGA989
+ chip cpu/intel/socket_FCBGA1023
device lapic 0x0 on
end
end