summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/cherry/devicetree.cb
diff options
context:
space:
mode:
authorYu-Ping Wu <yupingso@chromium.org>2022-03-15 15:39:12 +0800
committerJulius Werner <jwerner@chromium.org>2022-03-21 20:40:18 +0000
commit374e6b4080311b3683e553f50e267b7b0ea965fe (patch)
tree064d32056ac10c92d4374a2a79ff1a5b1c34b4d3 /src/mainboard/google/cherry/devicetree.cb
parentc79da5f2119df8255ab336cea9f8da8cb974cdf8 (diff)
downloadcoreboot-374e6b4080311b3683e553f50e267b7b0ea965fe.tar.gz
coreboot-374e6b4080311b3683e553f50e267b7b0ea965fe.tar.bz2
coreboot-374e6b4080311b3683e553f50e267b7b0ea965fe.zip
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 <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62805 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Rex-BC Chen <rex-bc.chen@mediatek.com> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/cherry/devicetree.cb')
-rw-r--r--src/mainboard/google/cherry/devicetree.cb4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/google/cherry/devicetree.cb b/src/mainboard/google/cherry/devicetree.cb
index 17fccc2d291a..c16350cf88f9 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