Guybrush: Update the NVME bridge from 0:1.4 to 0:2.4

The PCIe bridge for NVMe is getting assigned to Bus 0 Dev 2, Func 4

BUG=b:177225729
TEST=Boot from NVME
Change-Id: I00c4c72bbf259206078579e901512290b0c048b5
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/depthcharge/+/2803371
Auto-Submit: Martin Roth <martinroth@google.com>
Tested-by: Martin Roth <martinroth@google.com>
Reviewed-by: Raul E Rangel <rrangel@chromium.org>
Commit-Queue: Raul E Rangel <rrangel@chromium.org>
diff --git a/src/board/guybrush/board.c b/src/board/guybrush/board.c
index daad55e..a9bbf76 100644
--- a/src/board/guybrush/board.c
+++ b/src/board/guybrush/board.c
@@ -116,7 +116,7 @@
 	}
 
 	/* PCI Bridge for NVMe */
-	NvmeCtrlr *nvme = new_nvme_ctrlr(PCI_DEV(0, 0x01, 0x04));
+	NvmeCtrlr *nvme = new_nvme_ctrlr(PCI_DEV(0, 0x02, 0x04));
 	list_insert_after(&nvme->ctrlr.list_node,
 				&fixed_block_dev_controllers);