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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
1,439件の閲覧回数
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 解決策
1,116件の閲覧回数
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 返答(返信)
1,117件の閲覧回数
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 件の賞賛
1,116件の閲覧回数
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 件の賞賛
1,116件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Satoshi

CPUFreq driver uses data from thermal driver.

It does not use TEMPMON directly.


~igor