diff options
author | Subrata Banik <subratabanik@google.com> | 2022-07-12 09:36:48 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-07-14 12:40:28 +0000 |
commit | 4c350eedbe3f95f9c78fb6b67c838b5d48dcc7f9 (patch) | |
tree | 34c959a42750eefd78eb9b09d293bde5fb5bd475 /src/mainboard/google/rex | |
parent | f09586240b7c90072acfff59cea57d5eb39a4495 (diff) |
mb/google/rex: Drop redundant `cpu_cluster` entry
This patch drops redundant cpu_cluster definition from mainboard
specific devicetree.cb as soc chip config (chipset.cb) already
has the required entry.
BUG=b:224325352
TEST=Able to build Google/Rex.
Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: Iad42985ead7269eaa739c31bede5948c2e25c67c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65761
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google/rex')
-rw-r--r-- | src/mainboard/google/rex/variants/baseboard/rex/devicetree.cb | 3 | ||||
-rw-r--r-- | src/mainboard/google/rex/variants/rex0/overridetree.cb | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/google/rex/variants/baseboard/rex/devicetree.cb b/src/mainboard/google/rex/variants/baseboard/rex/devicetree.cb index 2c285d28a1..c8f113ae9a 100644 --- a/src/mainboard/google/rex/variants/baseboard/rex/devicetree.cb +++ b/src/mainboard/google/rex/variants/baseboard/rex/devicetree.cb @@ -1,7 +1,4 @@ chip soc/intel/meteorlake - device cpu_cluster 0 on - device lapic 0 on end - end device domain 0 on device ref igpu on end device ref dtt on end diff --git a/src/mainboard/google/rex/variants/rex0/overridetree.cb b/src/mainboard/google/rex/variants/rex0/overridetree.cb index b93d7516b4..62b831b97b 100644 --- a/src/mainboard/google/rex/variants/rex0/overridetree.cb +++ b/src/mainboard/google/rex/variants/rex0/overridetree.cb @@ -1,7 +1,4 @@ chip soc/intel/meteorlake - device cpu_cluster 0 on - device lapic 0 on end - end device domain 0 on device ref pcie_rp9 on # Enable SSD Card PCIE 9 using clk 4 |