i.MX6DQ function using temp monitor other than thermal driver.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX6DQ function using temp monitor other than thermal driver.

跳至解决方案
3,282 次查看
satoshishimoda
Senior Contributor I

Hi community,

Our partner have a question about i.MX6DQ.

We understand thermal driver in Linux BSP (L3.10.17_1.0.0-ga) uses i.MX6DQ temperature monitor.

Then, are there any other function that use i.MX6DQ temperature monitor?

Actually, we knew the accuracy of the temperature monitor is not high in To disable i.MX6DQ thermal control with L3.10.17_1.0.0-ga.

So we want to stop using the temperature monitor for all functions.

Best Regards,

Satoshi Shimoda

标签 (4)
0 项奖励
回复
1 解答
2,954 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

temperature is used by CPUFREQ Driver, please check Chapter 24

attached Linux Manual. Also one can look at

AN4579  i.MX 6 Series Thermal Management Guidelines p.71,

it describes software thermal power management.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
3 回复数
2,955 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

temperature is used by CPUFREQ Driver, please check Chapter 24

attached Linux Manual. Also one can look at

AN4579  i.MX 6 Series Thermal Management Guidelines p.71,

it describes software thermal power management.

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
2,954 次查看
satoshishimoda
Senior Contributor I

Hi Igor,

I understood CPUFreq driver does not use temperature monitor (TEMPMON) directory, but it uses TEMPMON via thermal driver in Linux BSP.

Was this wrong? CPUFreq driver and thermal driver use TEMPMON individually?

Best Regards,

Satoshi Shimoda

0 项奖励
回复
2,954 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

CPUFreq driver uses data from thermal driver.

It does not use TEMPMON directly.


~igor