devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Raphaël Gallais-Pou" <rgallaispou@gmail.com>
To: Rob Herring <robh@kernel.org>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Zhang Rui <rui.zhang@intel.com>,
	Lukasz Luba <lukasz.luba@arm.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Patrice Chotard <patrice.chotard@foss.st.com>,
	Lee Jones <lee@kernel.org>,
	linux-pm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/2] dt-bindings: thermal: convert st,stih407-thermal to DT schema
Date: Tue, 19 Mar 2024 20:32:06 +0100	[thread overview]
Message-ID: <010698c5-de92-4c7b-a476-b961b7ae9c72@gmail.com> (raw)
In-Reply-To: <0b5c5487-86e2-421e-a4ee-70b164244fb0@gmail.com>

Hi Rob,

It's been a few weeks.

Gentle ping :)

Regards,
Raphaël

Le 06/03/2024 à 08:53, Raphaël Gallais-Pou a écrit :
> 
> 
> Le 04/03/2024 à 19:40, Rob Herring a écrit :
>> On Fri, Mar 01, 2024 at 06:47:28PM +0100, Raphael Gallais-Pou wrote:
>>> 'st,passive_colling_temp' does not appear in the device-tree, and 'reg'
>>> is missing in the device description.
>>>
>>> Convert st,stih407-thermal binding to DT schema format in order to clean
>>> unused 'st,passive_cooling_temp' and add missing 'reg' property.
>>>
>>> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> 
> 
> Hi Rob,
> 
> ...
> 
>>> +  interrupts:
>>> +    description:
>>> +      For thermal sensors for which no interrupt has been defined, a 
>>> polling
>>> +      delay of 1000ms will be used to read the temperature from device.
>>
>> maxItems: 1
> 
> Ack.
>>
>>> +
>>> +  '#thermal-sensor-cells': true
>>
>> const: 1
>>
>> Also, not in the original binding, so please state in the commit msg
>> why you are adding it.
> 
> I have mixed feeling regarding the value. Wouldn't this better be 
> 'const: 0' ?
> 
> In the thermal-sensor binding it is specified that it should be 0 for 
> single sensor nodes, which is our case.
> 
>>
>>> +
>>> +required:
>>> +  - compatible
>>> +  - reg
>>> +  - clocks
>>> +  - clock-names
>>> +
>>> +unevaluatedProperties: false
>>> +
>>> +examples:
>>> +  - |
>>> +    #include <dt-bindings/interrupt-controller/arm-gic.h>
>>> +    temperature-sensor@91a0000 {
>>> +        compatible = "st,stih407-thermal";
>>> +        reg = <0x91a0000 0x28>;
>>> +        clock-names = "thermal";
>>> +        clocks = <&CLK_SYSIN>;
>>> +        interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
>>> +        #thermal-sensor-cells = <0>;
> 
> If I misunderstand something and the value must be 1 then I will also 
> change the value here and in the dt patches of the serie.
> 
> Regards,
> Raphaël
>>> +    };
>>> +...

  reply	other threads:[~2024-03-19 19:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-01 17:47 [PATCH v2 0/2] Update st,stih407-thermal device Raphael Gallais-Pou
2024-03-01 17:47 ` [PATCH v2 1/2] dt-bindings: thermal: convert st,stih407-thermal to DT schema Raphael Gallais-Pou
2024-03-04 18:40   ` Rob Herring
2024-03-06  7:53     ` Raphaël Gallais-Pou
2024-03-19 19:32       ` Raphaël Gallais-Pou [this message]
2024-03-20  8:12         ` Krzysztof Kozlowski
2024-03-01 17:47 ` [PATCH v2 2/2] ARM: dts: st: add thermal property on stih410.dtsi and stih418.dtsi Raphael Gallais-Pou

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=010698c5-de92-4c7b-a476-b961b7ae9c72@gmail.com \
    --to=rgallaispou@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lee@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=lukasz.luba@arm.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=rafael@kernel.org \
    --cc=robh@kernel.org \
    --cc=rui.zhang@intel.com \
    /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;
as well as URLs for NNTP newsgroup(s).