diff options
author | Nitesh Kumar <quic_nitekuma@quicinc.com> | 2022-12-05 16:20:26 +0530 |
---|---|---|
committer | Jake Weinstein <jake@aospa.co> | 2023-03-09 01:13:27 +0900 |
commit | 18b69d84e7ae49b2cd0ee0cf14ad59c41370a656 (patch) | |
tree | 301cee96fdbd026abcc27f9408c79b2f47b28b24 /thermalConfig.cpp | |
parent | 5fc9937d002007e853f8cbb2779f10da7ed5f873 (diff) |
thermal-hal: Add support for ravelin configuration
Add support for ravelin configuration to include skin.
Signed-off-by: Nitesh Kumar <quic_nitekuma@quicinc.com>
Diffstat (limited to 'thermalConfig.cpp')
-rw-r--r-- | thermalConfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index 2fb1435..6ff5dbe 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -1650,7 +1650,7 @@ namespace implementation { }, { TemperatureType::SKIN, - { "xo-therm" }, + { "sys-therm6" }, "skin", 55000, 95000, |