All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Jacky Bai <ping.bai@nxp.com>,
	rafael@kernel.org, daniel.lezcano@linaro.org,
	rui.zhang@intel.com, robh@kernel.org, krzk+dt@kernel.org,
	conor+dt@kernel.org, shawnguo@kernel.org
Cc: linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev,
	kernel@pengutronix.de, festevam@gmail.com
Subject: Re: [PATCH 1/4] dt-bindings: thermal: qoriq: Update compatible string for imx93
Date: Tue, 29 Jul 2025 08:41:44 +0200	[thread overview]
Message-ID: <a5b67786-69eb-4c87-899b-0db67c7b79f2@kernel.org> (raw)
In-Reply-To: <20250729024039.1223771-1-ping.bai@nxp.com>

On 29/07/2025 04:40, Jacky Bai wrote:
> The TMU used on i.MX93 has some slight differances and bugs compared to

Typo

> the one used on qoriq platform even the basic function is the same. Add

qoriq? Qoriq?

> imx93 specific compatible string and keep the fallback ability.

imx93? I.MX93? Can you use proper names for OWN products?

> 
> Signed-off-by: Jacky Bai <ping.bai@nxp.com>
> ---
>  .../devicetree/bindings/thermal/qoriq-thermal.yaml       | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml b/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml
> index aa756dae512a..cc65e210e26b 100644
> --- a/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml
> +++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml
> @@ -22,9 +22,12 @@ properties:
>              Value           Device
>              ----------      -----
>              0x01900102      T1040
> -    enum:
> -      - fsl,qoriq-tmu
> -      - fsl,imx8mq-tmu
> +    oneOf:
> +      - const: fsl,qoriq-tmu
> +      - const: fsl,imx8mq-tmu


That's still enum. Don't change that.

> +      - items:
> +          - const: fsl,imx93-tmu
> +          - const: fsl,qoriq-tmu
>  
>    reg:
>      maxItems: 1


Best regards,
Krzysztof

  parent reply	other threads:[~2025-07-29  6:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-29  2:40 [PATCH 1/4] dt-bindings: thermal: qoriq: Update compatible string for imx93 Jacky Bai
2025-07-29  2:40 ` [PATCH 2/4] thermal: qoriq: add i.MX93 TMU support Jacky Bai
2025-07-29  6:42   ` Krzysztof Kozlowski
2025-07-29  8:02     ` Jacky Bai
2025-07-29  8:07       ` Krzysztof Kozlowski
2025-07-29  8:21         ` Jacky Bai
2025-07-29  2:40 ` [PATCH 3/4] thermal: qoriq: workaround the tmu temp jump on imx93 Jacky Bai
2025-07-29  2:40 ` [PATCH 4/4] arm64: dts: imx93: update the tmu compatible string Jacky Bai
2025-07-29  6:41 ` Krzysztof Kozlowski [this message]
2025-07-29  6:52   ` [PATCH 1/4] dt-bindings: thermal: qoriq: Update compatible string for imx93 Jacky Bai

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=a5b67786-69eb-4c87-899b-0db67c7b79f2@kernel.org \
    --to=krzk@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=ping.bai@nxp.com \
    --cc=rafael@kernel.org \
    --cc=robh@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=shawnguo@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.