diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-08-24 22:44:28 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-10-12 16:55:03 +0000 |
commit | 25cd8e5f952f1e00b9d42b64f35ac52714b600fd (patch) | |
tree | 176e4015d2bbf58959a08202b53f7c87d3e5bc18 /src/mainboard/starlabs | |
parent | 655f2e0bdccea2d615f3e9d5b522e7aba0712c67 (diff) |
mb/starlabs/starbook/tgl: Enable P2SB
Enable the P2SB so that the SPI is discoverable by the OS.
Change-Id: I49802f93a97a18ecc10f48d213619855728e1290
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67029
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/tgl/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb index 0ce297e82b..bfa2cf93fa 100644 --- a/src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/tgl/devicetree.cb @@ -181,6 +181,7 @@ chip soc/intel/tigerlake device pnp 4e.19 off end # Power Management Channel 5 end end + device ref p2sb on end device ref pmc hidden end device ref hda on register "PchHdaAudioLinkHdaEnable" = "1" |