<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic T1024: How to enable TMU module in T-Series</title>
    <link>https://community.nxp.com/t5/T-Series/T1024-How-to-enable-TMU-module/m-p/1317733#M4157</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;My reference board is based on T1024 reference design. Curently im trying to enable TMU module to measure the temperature of chipset. So far i found thermal driver is required [qoriq_thermal.c].&lt;BR /&gt;&lt;BR /&gt;Would be very thankful if someone help me to know what all things are need to be enabled and how to configure the module ??&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourav Jain&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 04:57:41 GMT</pubDate>
    <dc:creator>gouravjain</dc:creator>
    <dc:date>2021-08-04T04:57:41Z</dc:date>
    <item>
      <title>T1024: How to enable TMU module</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-How-to-enable-TMU-module/m-p/1317733#M4157</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;My reference board is based on T1024 reference design. Curently im trying to enable TMU module to measure the temperature of chipset. So far i found thermal driver is required [qoriq_thermal.c].&lt;BR /&gt;&lt;BR /&gt;Would be very thankful if someone help me to know what all things are need to be enabled and how to configure the module ??&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gourav Jain&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 04:57:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-How-to-enable-TMU-module/m-p/1317733#M4157</guid>
      <dc:creator>gouravjain</dc:creator>
      <dc:date>2021-08-04T04:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: T1024: How to enable TMU module</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-How-to-enable-TMU-module/m-p/1317858#M4158</link>
      <description>&lt;P&gt;Kernel configuration:&lt;/P&gt;
&lt;P&gt;Platform support ---&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; CPU Frequency scaling ---&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; PowerPC CPU frequency scaling drivers ---&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;*&amp;gt; CPU frequency scaling driver for NXP QorIQ SoCs&lt;/P&gt;
&lt;P&gt;Device Drivers ---&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[*] Generic Thermal sysfs driver ---&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [*] generic cpu cooling support&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [*] Freescale QorIQ Thermal Monitoring Unit&lt;/P&gt;
&lt;P&gt;CONFIG_QORIQ_CPUFREQ=y&lt;BR /&gt;CONFIG_THERMAL=y&lt;BR /&gt;CONFIG_CPU_THERMAL=y&lt;BR /&gt;CONFIG_QORIQ_THERMAL=y&lt;/P&gt;
&lt;P&gt;Device Tree Binding&lt;/P&gt;
&lt;P&gt;Please add the following in&amp;nbsp;arch/powerpc/boot/dts/fsl/t1024si-post.dtsi, please refer to tmu device node definition in&amp;nbsp;arch/powerpc/boot/dts/fsl/t1023si-post.dtsi.&lt;/P&gt;
&lt;P&gt;tmu: tmu@f0000 {&lt;BR /&gt;compatible = "fsl,qoriq-tmu", "fsl,t102x-tmu";&lt;BR /&gt;reg = &amp;lt;0xf0000 0x1000&amp;gt;;&lt;BR /&gt;interrupts = &amp;lt;18 2 0 0&amp;gt;;&lt;BR /&gt;fsl,tmu-range = &amp;lt;0xb0000 0xa0026 0x80048 0x30061&amp;gt;;&lt;BR /&gt;fsl,tmu-calibration = &amp;lt;0x00000000 0x0000000f&lt;/P&gt;
&lt;P&gt;0x00000001 0x00000017&lt;BR /&gt;0x00000002 0x0000001e&lt;BR /&gt;0x00000003 0x00000026&lt;BR /&gt;0x00000004 0x0000002e&lt;BR /&gt;0x00000005 0x00000035&lt;BR /&gt;0x00000006 0x0000003d&lt;BR /&gt;0x00000007 0x00000044&lt;BR /&gt;0x00000008 0x0000004c&lt;BR /&gt;0x00000009 0x00000053&lt;BR /&gt;0x0000000a 0x0000005b&lt;BR /&gt;0x0000000b 0x00000064&lt;/P&gt;
&lt;P&gt;0x00010000 0x00000011&lt;BR /&gt;0x00010001 0x0000001c&lt;BR /&gt;0x00010002 0x00000024&lt;BR /&gt;0x00010003 0x0000002b&lt;BR /&gt;0x00010004 0x00000034&lt;BR /&gt;0x00010005 0x00000039&lt;BR /&gt;0x00010006 0x00000042&lt;BR /&gt;0x00010007 0x0000004c&lt;BR /&gt;0x00010008 0x00000051&lt;BR /&gt;0x00010009 0x0000005a&lt;BR /&gt;0x0001000a 0x00000063&lt;/P&gt;
&lt;P&gt;0x00020000 0x00000013&lt;BR /&gt;0x00020001 0x00000019&lt;BR /&gt;0x00020002 0x00000024&lt;BR /&gt;0x00020003 0x0000002c&lt;BR /&gt;0x00020004 0x00000035&lt;BR /&gt;0x00020005 0x0000003d&lt;BR /&gt;0x00020006 0x00000046&lt;BR /&gt;0x00020007 0x00000050&lt;BR /&gt;0x00020008 0x00000059&lt;/P&gt;
&lt;P&gt;0x00030000 0x00000002&lt;BR /&gt;0x00030001 0x0000000d&lt;BR /&gt;0x00030002 0x00000019&lt;BR /&gt;0x00030003 0x00000024&amp;gt;;&lt;BR /&gt;little-endian;&lt;BR /&gt;#thermal-sensor-cells = &amp;lt;1&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 06:54:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-How-to-enable-TMU-module/m-p/1317858#M4158</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-08-04T06:54:33Z</dc:date>
    </item>
  </channel>
</rss>

