Signed-off-by: Sven Schnelle <[email protected]>
---
 src/mainboard/lenovo/x60/acpi/thermal.asl |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/mainboard/lenovo/x60/acpi/thermal.asl 
b/src/mainboard/lenovo/x60/acpi/thermal.asl
index b7256ce..35b6f14 100644
--- a/src/mainboard/lenovo/x60/acpi/thermal.asl
+++ b/src/mainboard/lenovo/x60/acpi/thermal.asl
@@ -23,4 +23,19 @@ Scope(\_TZ)
                        Return (C2K(\_SB.PCI0.LPCB.EC.TMP0))
                }
        }
+
+       ThermalZone(THM1)
+       {
+               Method(_CRT, 0, NotSerialized) {
+                       Return (C2K(99))
+               }
+
+               Method(_PSV, 0, NotSerialized) {
+                       Return (C2K(94))
+               }
+
+               Method(_TMP) {
+                       Return (C2K(\_SB.PCI0.LPCB.EC.TMP1))
+               }
+       }
 }
-- 
1.7.4.1


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to