diff options
author | Sean Rhodes <sean@starlabs.systems> | 2021-12-06 21:44:12 +0000 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2021-12-09 21:52:51 +0000 |
commit | 83d54c30fae74a869288e38ad782c384b1621b6b (patch) | |
tree | f3b92053756badf318d41c31d84b6f14ec6a6c80 /src/mainboard/starlabs | |
parent | 715b787fd3d1a0e714da795ea3d3eaf28ca49577 (diff) |
mb/starlabs/labtop: Enable SMBus in Device Tree
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I8bc3025331bb25b02712b5d2b654f7997f0aba4a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59926
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/starlabs')
-rw-r--r-- | src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb b/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb index c8abce9be7..5c55dce396 100644 --- a/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb +++ b/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb @@ -232,7 +232,7 @@ chip soc/intel/tigerlake subsystemid 0x10ec 0x1200 register "PchHdaAudioLinkHdaEnable" = "1" end - device pci 1f.4 off end # SMBus + device pci 1f.4 on end # SMBus device pci 1f.5 on end # PCH SPI device pci 1f.6 off end # GbE device pci 1f.7 off end # TH |