From 374e6b4080311b3683e553f50e267b7b0ea965fe Mon Sep 17 00:00:00 2001 From: Yu-Ping Wu Date: Tue, 15 Mar 2022 15:39:12 +0800 Subject: mb/google: Remove unused cpu device The cpu device listed in MediaTek platforms' devicetree.cb doesn't actually do anything, except causing an error during device initialization: CPU: 00 missing read_resources Therefore, remove it from the devicetree. BUG=b:224419346 TEST=emerge-corsola coreboot TEST=Krabby booted up successfully BRANCH=none Change-Id: Ibf9f7cf65da6a0dd0a0e1f556d5772573ba3e930 Signed-off-by: Yu-Ping Wu Reviewed-on: https://review.coreboot.org/c/coreboot/+/62805 Reviewed-by: Paul Menzel Reviewed-by: Nico Huber Reviewed-by: Rex-BC Chen Reviewed-by: Hung-Te Lin Tested-by: build bot (Jenkins) --- src/mainboard/google/cherry/devicetree.cb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mainboard/google/cherry') diff --git a/src/mainboard/google/cherry/devicetree.cb b/src/mainboard/google/cherry/devicetree.cb index 17fccc2d29..c16350cf88 100644 --- a/src/mainboard/google/cherry/devicetree.cb +++ b/src/mainboard/google/cherry/devicetree.cb @@ -1,7 +1,5 @@ ## SPDX-License-Identifier: GPL-2.0-only chip soc/mediatek/mt8195 - device cpu_cluster 0 on - device cpu 0 on end - end + device cpu_cluster 0 on end end -- cgit v1.2.3