diff --git a/src/mainboard/google/bluey/devicetree.cb b/src/mainboard/google/bluey/devicetree.cb index 69d0533e0e..a0e753792f 100644 --- a/src/mainboard/google/bluey/devicetree.cb +++ b/src/mainboard/google/bluey/devicetree.cb @@ -3,7 +3,6 @@ chip soc/qualcomm/x1p42100 device cpu_cluster 0 on end device domain 0 on - device pci 04.0 on end # WLAN - device pci 06.0 on end # SSD + device pci 00.0 on end # Root Bridge end end diff --git a/src/mainboard/google/bluey/mainboard.c b/src/mainboard/google/bluey/mainboard.c index db44fe7972..9950f88545 100644 --- a/src/mainboard/google/bluey/mainboard.c +++ b/src/mainboard/google/bluey/mainboard.c @@ -11,8 +11,7 @@ bool mainboard_needs_pcie_init(void) { - /* Placeholder */ - return false; + return true; } static void display_startup(void)