From d164feb72602da958b644643b44e754f04a1f281 Mon Sep 17 00:00:00 2001 From: Shelley Chen Date: Wed, 19 Oct 2022 10:39:46 -0700 Subject: mb/google/herobrine: Remove NVMe from device tree We need to boot eMMC for modem calibration, there is not need for BIOS to initialize NVMe anymore as the kernel will do so. Removing the pci device from the device tree as a first step. BUG=b:185426670, b:254281839 BRANCH=None TEST=Boot after removing from the herobrine device tree. Change-Id: I802dd1361bc56a24ab3d65e6782bc611b7b75ee3 Signed-off-by: Shelley Chen Reviewed-on: https://review.coreboot.org/c/coreboot/+/68571 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/mainboard/google/herobrine/devicetree.cb | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mainboard/google/herobrine/devicetree.cb b/src/mainboard/google/herobrine/devicetree.cb index 34360b752a..e23782facc 100644 --- a/src/mainboard/google/herobrine/devicetree.cb +++ b/src/mainboard/google/herobrine/devicetree.cb @@ -2,7 +2,4 @@ chip soc/qualcomm/sc7280 device cpu_cluster 0 on end - device domain 0 on - device pci 00.0 on end - end end -- cgit v1.2.3