From 1b19d292db79eafc78ad522d43ca44cd3295655c Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Tue, 16 Jul 2024 04:07:27 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/83523 Reviewed-by: Tim Crawford Tested-by: build bot (Jenkins) --- src/mainboard/intel/adlrvp/devicetree_m.cb | 2 -- src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb | 2 -- 2 files changed, 4 deletions(-) (limited to 'src/mainboard/intel') 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 diff --git a/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb b/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb index 932a5c755d..fb55da4362 100644 --- a/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb +++ b/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb @@ -1,7 +1,5 @@ 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 -- cgit v1.2.3