<p>Kevin Chiu has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27469">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">google/grunt: fix thermal zone CPU temperature report<br><br>there are 3 thermal sensors and index is:<br>0: 1 Charger<br>1: 1 SOC<br>2: 0 CPU<br><br>it needs to adjust sensor to index 2 to have correct<br>CPU temperature.<br><br>BUG=b:111284412<br>BRANCH=master<br>TEST=emerge-grunt coreboot<br>Change-Id: I27afb6c5b64b0c39d6db15e6c61ea16a1fda1ca3<br>Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com><br>---<br>M src/mainboard/google/kahlee/variants/careena/include/variant/thermal.h<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/27469/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/google/kahlee/variants/careena/include/variant/thermal.h b/src/mainboard/google/kahlee/variants/careena/include/variant/thermal.h</span><br><span>index 2c983bb..fb67b73 100644</span><br><span>--- a/src/mainboard/google/kahlee/variants/careena/include/variant/thermal.h</span><br><span>+++ b/src/mainboard/google/kahlee/variants/careena/include/variant/thermal.h</span><br><span>@@ -27,7 +27,7 @@</span><br><span>  */</span><br><span> </span><br><span> /* Control TDP Settings */</span><br><span style="color: hsl(0, 100%, 40%);">-#define CTL_TDP_SENSOR_ID               0       /* EC TIN0 */</span><br><span style="color: hsl(120, 100%, 40%);">+#define CTL_TDP_SENSOR_ID                2       /* EC TIN0 */</span><br><span> </span><br><span> /* Temperature which OS will shutdown at */</span><br><span> #define CRITICAL_TEMPERATURE                94</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27469">change 27469</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/27469"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I27afb6c5b64b0c39d6db15e6c61ea16a1fda1ca3 </div>
<div style="display:none"> Gerrit-Change-Number: 27469 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kevin Chiu <Kevin.Chiu@quantatw.com> </div>