diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-09-07 16:29:54 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-11 14:46:41 +0000 |
commit | 60fb9350be61604a260a520d26e0327bbd775070 (patch) | |
tree | 3f8b9c2090127e89e09b00d8b2013886836bb941 /src/mainboard/starlabs | |
parent | ee0f5d794de83093bba433b10a4c403eb0773ad7 (diff) |
mb/starlabs/starbook/cml: Enable P2SB
Enable the P2SB so that the SPI is discoverable by the OS.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Ied7a6ea706e6da86182c109ab4813fa3fcebb1f8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67419
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/starlabs')
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/cml/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb b/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb index 56165c6d99..f9f59767e5 100644 --- a/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/cml/devicetree.cb @@ -175,7 +175,7 @@ chip soc/intel/cannonlake device pnp 4e.19 off end # Power Management Channel 5 end end - device pci 1f.1 off end # P2SB + device pci 1f.1 on end # P2SB device pci 1f.2 hidden end # Power Management Controller device pci 1f.3 on # Intel HDA register "PchHdaAudioLinkHda" = "1" |