summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/dsdt.asl
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2017-11-02 11:36:53 -0600
committerMarc Jones <marc@marcjonesconsulting.com>2017-11-15 18:19:31 +0000
commit067031e0e195c4346255680821ff288b407e0b90 (patch)
treef5eaf61b5d113908d4eb331378cdbcce64b74c94 /src/mainboard/google/kahlee/dsdt.asl
parentc8999a7c43e85365224e32a81364f68cb89d8975 (diff)
downloadcoreboot-067031e0e195c4346255680821ff288b407e0b90.tar.xz
variants/kahlee: Add thermal ASL
Connect the EC thermal to Kahlee and Grunt thermal ASL. Intialize GNVS thermal values in the mainboard finalize. BUG=b:67999819 Change-Id: I89159a5fd3c639e511139b8c5948b6a4ee19aaa3 Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/22400 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/dsdt.asl')
-rw-r--r--src/mainboard/google/kahlee/dsdt.asl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/dsdt.asl b/src/mainboard/google/kahlee/dsdt.asl
index ed34f9daea..708219a1e9 100644
--- a/src/mainboard/google/kahlee/dsdt.asl
+++ b/src/mainboard/google/kahlee/dsdt.asl
@@ -77,6 +77,9 @@ DefinitionBlock (
} /* End \_SB scope */
+ /* Thermal handler */
+ #include "acpi/thermal.asl"
+
/* Chrome OS specific */
#include <vendorcode/google/chromeos/acpi/chromeos.asl>