diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-06-23 00:09:39 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2024-06-23 23:22:07 +0000 |
commit | c0ba18140355a970d0098bea128605aff6314d83 (patch) | |
tree | 753de33a8ff4948803ffced1cb6882300e2175b6 /src/mainboard/kontron/bsl6 | |
parent | 273be9f25159b6ef1e6881ef6d45792d6aa55b63 (diff) |
skl mainboards: Move cpu_cluster device to chipset devicetree
Change-Id: I7114612e686a0bf3cfc241f45fa62077fad16f5a
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83161
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/kontron/bsl6')
-rw-r--r-- | src/mainboard/kontron/bsl6/devicetree.cb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/kontron/bsl6/devicetree.cb b/src/mainboard/kontron/bsl6/devicetree.cb index 08b90cee4f..f5d05b8be9 100644 --- a/src/mainboard/kontron/bsl6/devicetree.cb +++ b/src/mainboard/kontron/bsl6/devicetree.cb @@ -63,8 +63,6 @@ chip soc/intel/skylake # Send an extra VR mailbox command for the PS4 exit issue register "SendVrMbxCmd" = "2" - device cpu_cluster 0 on end - device domain 0 on device ref igpu on end device ref gmm on end |