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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43628 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Michael Niewöhner
This commit is contained in:
parent
2539a67273
commit
41e9ad6564
|
@ -179,8 +179,8 @@ chip soc/intel/cannonlake
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
device pci 00.0 on end # Host Bridge
|
device pci 00.0 on end # Host Bridge
|
||||||
device pci 02.0 on end # Integrated Graphics Device
|
device pci 02.0 on end # Integrated Graphics Device
|
||||||
device pci 04.0 off # SA Thermal device
|
device pci 04.0 on # SA Thermal device
|
||||||
register "Device4Enable" = "0"
|
register "Device4Enable" = "1"
|
||||||
end
|
end
|
||||||
device pci 12.0 on end # Thermal Subsystem
|
device pci 12.0 on end # Thermal Subsystem
|
||||||
device pci 12.5 off end # UFS SCS
|
device pci 12.5 off end # UFS SCS
|
||||||
|
|
Loading…
Reference in New Issue