From 558eafd5b09de4f28b19913d69b83ac26f09c392 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 7 Sep 2022 16:31:10 +0100 Subject: [PATCH] mb/starlabs/starbook/cml: Enable SRAM Enable SRAM in devicetree so that resources are allocated properly for it. Signed-off-by: Sean Rhodes Change-Id: I1d7ee4f950b31f2be6fb7bd107b5fe54785ed81a Reviewed-on: https://review.coreboot.org/c/coreboot/+/67420 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/starbook/variants/cml/devicetree.cb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb b/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb index f9f59767e5..a1def8d3f5 100644 --- a/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb @@ -86,6 +86,7 @@ chip soc/intel/cannonlake register "usb2_ports[9]" = "USB2_PORT_MID(OC_SKIP)" end device pci 14.1 off end # USB xDCI (OTG) + device pci 14.2 on end # SRAM device pci 14.3 on # CNVi chip drivers/wifi/generic register "wake" = "GPE0_PME_B0"