U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peng Fan <peng.fan@oss.nxp.com>
To: Vincent Jardin <vjardin@free.fr>
Cc: u-boot@lists.denx.de, Tom Rini <trini@konsulko.com>,
	David Zang <davidzangcs@gmail.com>,
	Marek Vasut <marek.vasut+renesas@mailbox.org>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	Peng Fan <peng.fan@nxp.com>,
	Primoz Fiser <primoz.fiser@norik.com>,
	Quentin Schulz <quentin.schulz@cherry.de>
Subject: Re: [PATCH v2] thermal: imx_tmu: extend with QorIQ/Layerscape TMU
Date: Wed, 10 Jun 2026 00:10:39 +0800	[thread overview]
Message-ID: <aig6_-DfsVjDlqSQ@nxa18884-linux> (raw)
In-Reply-To: <20260528125712.716561-1-vjardin@free.fr>

On Thu, May 28, 2026 at 02:57:07PM +0200, Vincent Jardin wrote:
>Add support for the on-die Thermal Monitoring Unit (TMU) of the
>new QorIQ/Layerscape SoCs (LX2160A, LS1028A, LS1088A, ...):
>
>examples on a lx2160:
>  => temperature list
>  | Device                  | Driver  | Parent
>  | tmu@1f80000             | imx_tmu | root_driver
>  | cluster67-thermal       | imx_tmu | tmu@1f80000
>  | ddr1-cluster5-thermal   | imx_tmu | tmu@1f80000
>  | wriop-thermal           | imx_tmu | tmu@1f80000
>  | dce-qbman-hsio2-thermal | imx_tmu | tmu@1f80000
>  | ccn-dpaa-tbu-thermal    | imx_tmu | tmu@1f80000
>  | cluster4-hsio3-thermal  | imx_tmu | tmu@1f80000
>  | cluster23-thermal       | imx_tmu | tmu@1f80000
>
>  => temperature get tmu@1f80000
>  tmu@1f80000: 82000 mC
>
>  => temperature get wriop-thermal
>  wriop-thermal: 81000 mC
>
>The parent tmu@... node owns the MMIO and calibration; one
>UCLASS_THERMAL device is bound per/thermal-zones site so each shows
>up by its zone name:
>
>  => dm tree
>   ...
>   thermal   2  [ + ]   imx_tmu   |-- tmu@1f80000
>   thermal   3  [ + ]   imx_tmu   |   |-- cluster67-thermal
>   thermal   4  [ + ]   imx_tmu   |   |-- ddr1-cluster5-thermal
>   thermal   5  [ + ]   imx_tmu   |   |-- wriop-thermal
>   thermal   6  [ + ]   imx_tmu   |   |-- dce-qbman-hsio2-thermal
>   thermal   7  [ + ]   imx_tmu   |   |-- ccn-dpaa-tbu-thermal
>   thermal   8  [ + ]   imx_tmu   |   |-- cluster4-hsio3-thermal
>   thermal   9  [ + ]   imx_tmu   |   `-- cluster23-thermal
>   ...
>
>The dtsi additions mirror the existing fsl-ls1028a.dtsi: the LX2160A
>SoC dtsi gains the tmu@1f80000 node plus a thermal-zones hierarchy
>with 7 sites:
>
>  cluster67-thermal       site 0  A72 clusters 6 + 7
>  ddr1-cluster5-thermal   site 1  DDR1 + A72 cluster 5
>  wriop-thermal           site 2  WRIOP
>  dce-qbman-hsio2-thermal site 3  DCE + QBMAN + HSIO2
>  ccn-dpaa-tbu-thermal    site 4  CCN508 + DPAA + TBU
>  cluster4-hsio3-thermal  site 5  A72 cluster 4 + HSIO3
>  cluster23-thermal       site 6  A72 clusters 2 + 3
>
>Signed-off-by: Vincent Jardin <vjardin@free.fr>
>Suggested-by: Tom Rini <trini@konsulko.com>
>Inspired-by: Peng Fan <peng.fan@oss.nxp.com>
>

Applied to fsl-qoriq/next.

Thanks
Peng

  reply	other threads:[~2026-06-09 14:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <"<20260527134744.511819-1-vjardin@free.fr>
2026-05-28 12:57 ` [PATCH v2] thermal: imx_tmu: extend with QorIQ/Layerscape TMU Vincent Jardin
2026-06-09 16:10   ` Peng Fan [this message]
2026-05-27 13:46 [PATCH v1] thermal: qoriq: add Layerscape on-die TMU Vincent Jardin
2026-05-27 15:04 ` Tom Rini
2026-05-28  1:36   ` Peng Fan
2026-05-28 12:55     ` Vincent Jardin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aig6_-DfsVjDlqSQ@nxa18884-linux \
    --to=peng.fan@oss.nxp.com \
    --cc=davidzangcs@gmail.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=patrice.chotard@foss.st.com \
    --cc=peng.fan@nxp.com \
    --cc=primoz.fiser@norik.com \
    --cc=quentin.schulz@cherry.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vjardin@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox