Jeremy Soller has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43628 )
Change subject: mb/system76/lemp9: enable SA thermal device ......................................................................
mb/system76/lemp9: enable SA thermal device
Tested on lemp9, SA thermal device appears in lspci
Signed-off-by: Jeremy Soller jeremy@system76.com Change-Id: I527e586b1dae5f8087d2364c63c9db5bcb643214 --- M src/mainboard/system76/lemp9/devicetree.cb 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/43628/1
diff --git a/src/mainboard/system76/lemp9/devicetree.cb b/src/mainboard/system76/lemp9/devicetree.cb index 2ad0904..2d5b38f 100644 --- a/src/mainboard/system76/lemp9/devicetree.cb +++ b/src/mainboard/system76/lemp9/devicetree.cb @@ -150,7 +150,7 @@ register "PcieClkSrcClkReq[5]" = "5"
# Misc - register "Device4Enable" = "0" + register "Device4Enable" = "1" register "HeciEnabled" = "0" register "Heci3Enabled" = "0" register "AcousticNoiseMitigation" = "1" @@ -203,7 +203,7 @@ device domain 0 on device pci 00.0 on end # Host Bridge device pci 02.0 on end # Integrated Graphics Device - device pci 04.0 off end # SA Thermal device + device pci 04.0 on end # SA Thermal device device pci 12.0 on end # Thermal Subsystem device pci 12.5 off end # UFS SCS device pci 12.6 off end # GSPI #2