diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-08-23 16:36:48 +0100 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2022-08-24 21:25:52 +0000 |
commit | 184ac20fdc041a81e6714aa6fce893c49c91b5ec (patch) | |
tree | 518bd068338603c0ef117ea2d818595d9fa9745d /src/mainboard/starlabs/lite | |
parent | 3befdf1161f9ee11646f52e0878c756c146d44a4 (diff) |
mb/starlabs/lite: Enable P2SB
Enable the P2SB so that the SPI is discoverable by the OS.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I9c12161d4868deae5b8900cfa2f42517a9f0b7e8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66977
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/starlabs/lite')
-rw-r--r-- | src/mainboard/starlabs/lite/variants/glk/devicetree.cb | 1 | ||||
-rw-r--r-- | src/mainboard/starlabs/lite/variants/glkr/devicetree.cb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb index 4ffb154034..193ae4f513 100644 --- a/src/mainboard/starlabs/lite/variants/glk/devicetree.cb +++ b/src/mainboard/starlabs/lite/variants/glk/devicetree.cb @@ -65,6 +65,7 @@ chip soc/intel/apollolake device generic 0 on end end end + device ref p2sb on end device ref fast_spi on end device ref hda on end device ref heci1 on end diff --git a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb index ea26ce3d47..81d0580b56 100644 --- a/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb +++ b/src/mainboard/starlabs/lite/variants/glkr/devicetree.cb @@ -65,6 +65,7 @@ chip soc/intel/apollolake device generic 0 on end end end + device ref p2sb on end device ref fast_spi on end device ref hda on end device ref heci1 on end |