diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-07-16 04:07:27 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2024-07-18 23:35:41 +0000 |
commit | 1b19d292db79eafc78ad522d43ca44cd3295655c (patch) | |
tree | 351c25562c372e1c36d284b2c898875172daeca0 /src/mainboard/intel/adlrvp | |
parent | bf9910f26596930178b812c554bd8cdcb593bef3 (diff) |
tgl,adl,rpl mainboards: Drop superfluous cpu_cluster device
The cpu_cluster device is defined in the chipset devicetree. So drop it
from the mainboards.
Change-Id: Ib84e7804c03f1c0779ab7053a09e397a267a3844
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83523
Reviewed-by: Tim Crawford <tcrawford@system76.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel/adlrvp')
-rw-r--r-- | src/mainboard/intel/adlrvp/devicetree_m.cb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/intel/adlrvp/devicetree_m.cb b/src/mainboard/intel/adlrvp/devicetree_m.cb index 70a8706803..ec6089452f 100644 --- a/src/mainboard/intel/adlrvp/devicetree_m.cb +++ b/src/mainboard/intel/adlrvp/devicetree_m.cb @@ -6,8 +6,6 @@ fw_config end chip soc/intel/alderlake - device cpu_cluster 0 on end - # GPE configuration # Note that GPE events called out in ASL code rely on this # route. i.e. If this route changes then the affected GPE |