i.MX8M Mini Linux thermal zone action

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

i.MX8M Mini Linux thermal zone action

ソリューションへジャンプ
8,357件の閲覧回数
m_c
Senior Contributor I

May we have more detail actions (ex: lower frequency) if reach alert and critical temperature point?

 

 https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/fsl-imx8mm.d...

      thermal-zones {

           /* cpu thermal */

           cpu-thermal {

                 polling-delay-passive = <250>;

                 polling-delay = <2000>;

                 thermal-sensors = <&tmu>;

                 trips {

                       cpu_alert0: trip0 {

                             temperature = <85000>;

                             hysteresis = <2000>;

                             type = "passive";

                       };

 

                       cpu_crit0: trip1 {

                             temperature = <95000>;

                             hysteresis = <2000>;

                             type = "critical";

                       };

                 };

 

                 cooling-maps {

                       map0 {

                             trip = <&cpu_alert0>;

                             cooling-device =

                             <&A53_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;

                       };

                 };

           };

      };

 

ラベル(1)
0 件の賞賛
返信
1 解決策
8,043件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi m.c.

seems details can be found only in sources of thermal drivers described in

sect.2.9.3 Source Code Structure attached Linux Manual.

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

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
8,044件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi m.c.

seems details can be found only in sources of thermal drivers described in

sect.2.9.3 Source Code Structure attached Linux Manual.

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

0 件の賞賛
返信
7,625件の閲覧回数
marcelziswiler
Senior Contributor I

BTW: Looks like later NXP BSP releases now do have such settings available in the regular device tree:

https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8mm.dtsi?...

0 件の賞賛
返信