Revert "thermal: update TPU SKIN policy"
This reverts commit 74188d76380e2227119659c2c0670490bb38e091.
Reason for revert: Breaks camera
It appears the new frequencies in these table are buggy hence breaking camera.
Bug: 201155685
Change-Id: Ib1b0fc7d865cd1e7ee8c0f5575a2211e4629f5a9
diff --git a/thermal_info_config_oriole.json b/thermal_info_config_oriole.json
index 8d956da..16e5a16 100644
--- a/thermal_info_config_oriole.json
+++ b/thermal_info_config_oriole.json
@@ -375,7 +375,7 @@
},
{
"CdevRequest": "tpu_cooling",
- "LimitInfo": [0, 2, 3, 4, 5, 5, 5]
+ "LimitInfo": [0, 1, 2, 3, 4, 4, 4]
}
]
},
diff --git a/thermal_info_config_raven.json b/thermal_info_config_raven.json
index ab751d2..b4b899a 100644
--- a/thermal_info_config_raven.json
+++ b/thermal_info_config_raven.json
@@ -375,7 +375,7 @@
},
{
"CdevRequest": "tpu_cooling",
- "LimitInfo": [0, 2, 3, 4, 5, 5, 5]
+ "LimitInfo": [0, 1, 2, 3, 4, 4, 4]
}
]
},