diff options
author | Priyansh Jain <priyjain@codeaurora.org> | 2021-11-10 10:48:06 +0530 |
---|---|---|
committer | Priyansh Jain <priyjain@codeaurora.org> | 2021-11-10 11:15:24 +0530 |
commit | 6af76956d81649b4deb784d0e248dd6d9f8789ed (patch) | |
tree | bd263ab675e7a420a341b4a79846bc338790594a /thermalConfig.cpp | |
parent | a26aeb407eee68a32437b73995b3e7aa4eb8b8cf (diff) |
thermal-hal: add soc id for Cape
add soc id for Cape target.
Change-Id: Ie096f5b92b2e9bebbd9d21dd1be2ee6427ee8628
Diffstat (limited to 'thermalConfig.cpp')
-rw-r--r-- | thermalConfig.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index 63bb619..0523656 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, The Linux Foundation. All rights reserved. + * Copyright (c) 2020,2021 The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -853,6 +853,9 @@ namespace implementation { {457, waipio_common}, //Waipio {482, waipio_common}, //Waipio {506, waipio_common}, //diwali + {530, waipio_common}, // cape + {531, waipio_common}, // cape + {540, waipio_common}, // cape }; const std::unordered_map<int, std::vector<struct target_therm_cfg>> @@ -867,6 +870,9 @@ namespace implementation { {457, waipio_specific}, //Waipio {482, waipio_specific}, //Waipio {506, diwali_specific}, //diwali + {530, waipio_specific}, // cape + {531, waipio_specific}, // cape + {540, waipio_specific}, // cape }; std::vector<struct target_therm_cfg> add_target_config( |