diff --git a/thermal_info_config_husky.json b/thermal_info_config_husky.json index 6cf998c..ecb6d32 100644 --- a/thermal_info_config_husky.json +++ b/thermal_info_config_husky.json @@ -235,6 +235,14 @@ "PollingDelay":300000, "PassiveDelay":7000, "BindedCdevInfo": [ + { + "CdevRequest": "tpu_cooling", + "LimitInfo": [0, 2, 3, 4, 5, 5, 5] + }, + { + "CdevRequest": "gxp-cooling", + "LimitInfo": [0, 0, 0, 0, 0, 6, 6] + } ] }, { @@ -464,6 +472,11 @@ "Name":"usbc-port", "Type":"BATTERY" }, + { + "Name":"tpu_cooling", + "Type":"NPU", + "WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote" + }, { "Name":"gxp-cooling", "Type":"NPU", diff --git a/thermal_info_config_shiba.json b/thermal_info_config_shiba.json index 2c8b5d9..e0122cd 100644 --- a/thermal_info_config_shiba.json +++ b/thermal_info_config_shiba.json @@ -225,6 +225,14 @@ "PollingDelay":300000, "PassiveDelay":7000, "BindedCdevInfo": [ + { + "CdevRequest": "tpu_cooling", + "LimitInfo": [0, 2, 3, 4, 5, 5, 5] + }, + { + "CdevRequest": "gxp-cooling", + "LimitInfo": [0, 0, 0, 0, 0, 6, 6] + } ] }, { @@ -454,6 +462,11 @@ "Name":"usbc-port", "Type":"BATTERY" }, + { + "Name":"tpu_cooling", + "Type":"NPU", + "WritePath":"/dev/thermal/cdev-by-name/tpu_cooling/user_vote" + }, { "Name":"gxp-cooling", "Type":"NPU",