From: Flaviu Nistor <flaviu.nistor@gmail.com>
To: Conor Dooley <conor+dt@kernel.org>
Cc: Guenter Roeck <linux@roeck-us.net>,
Jean Delvare <jdelvare@suse.com>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Flaviu Nistor <flaviu.nistor@gmail.com>,
linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH 1/2] dt-bindings: hwmon: national,lm90: Fix channel constraints for temperature offset
Date: Wed, 26 Aug 2026 22:00:43 +0300 [thread overview]
Message-ID: <20260826190044.5211-1-flaviu.nistor@gmail.com> (raw)
In-Reply-To: <20260825-iciness-unsavory-a13f2bf0f2d9@spud>
On Tue, Aug 25, 2026 at 7:58 PM, Conor Dooley wrote:
>On Mon, Aug 24, 2026 at 09:38:59PM +0300, Flaviu Nistor wrote:
>> Limit temperature-offset-millicelsius to remote channels only, since
>> channel 0 is local and this property does not apply to it.
>> Channel 2 is only valid on devices with two remote sensors, so reject
>> channel 2 for compatibles that do not support a second remote channel.
>>=20
>> Signed-off-by: Flaviu Nistor <flaviu.nistor@gmail.com>
>> ---
>> .../bindings/hwmon/national,lm90.yaml | 29 +++++++++++++++++--
>> 1 file changed, 26 insertions(+), 3 deletions(-)
>>=20
>> diff --git a/Documentation/devicetree/bindings/hwmon/national,lm90.yaml b=
/Documentation/devicetree/bindings/hwmon/national,lm90.yaml
>> index 164068ba069d..a7f82b202b86 100644
>> --- a/Documentation/devicetree/bindings/hwmon/national,lm90.yaml
>> +++ b/Documentation/devicetree/bindings/hwmon/national,lm90.yaml
>> @@ -113,6 +113,29 @@ allOf:
>> properties:
>> ti,extended-range-enable: false
>> =20
>> + - patternProperties:
>> + "channel@0":
>> + type: object
>> + properties:
>> + temperature-offset-millicelsius: false
>
>Instead of this, could the two if/then blocks below grow an else with
>this instead? What you've got here is a bit abnormal.
>
>Cheers,
>Conor.
>
Hello Conor, thanks for the suggestion. That makes perfect sense (don't know
why I haven't thought about it directly). I will send a v2.
Best regards,
Flaviu
>> +
>> + - if:
>> + not:
>> + properties:
>> + compatible:
>> + contains:
>> + enum:
>> + - adi,adt7481
>> + - dallas,max6695
>> + - dallas,max6696
>> + then:
>> + patternProperties:
>> + "^channel@[0-1]$":
>> + properties:
>> + reg:
>> + enum: [0, 1]
>> + "channel@2": false
>> +
>> - if:
>> properties:
>> compatible:
>> @@ -149,7 +172,7 @@ allOf:
>> - onnn,nct1008
>> then:
>> patternProperties:
>> - "^channel@([0-2])$":
>> + "^channel@([1-2])$":
>> properties:
>> temperature-offset-millicelsius:
>> maximum: 127750
>> @@ -172,7 +195,7 @@ allOf:
>> - winbond,w83l771
>> then:
>> patternProperties:
>> - "^channel@([0-2])$":
>> + "^channel@([1-2])$":
>> properties:
>> temperature-offset-millicelsius:
>> maximum: 127875
>> @@ -186,7 +209,7 @@ allOf:
>> - ti,tmp461
>> then:
>> patternProperties:
>> - "^channel@([0-2])$":
>> + "^channel@([1-2])$":
>> properties:
>> temperature-offset-millicelsius:
>> maximum: 127937
>> --=20
>> 2.34.1
>>=20
next prev parent reply other threads:[~2026-08-26 19:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-24 18:38 [PATCH 0/2] hwmon: lm90: Fix DT channel constraints and reject unsupported channel 2 Flaviu Nistor
2026-08-24 18:38 ` [PATCH 1/2] dt-bindings: hwmon: national,lm90: Fix channel constraints for temperature offset Flaviu Nistor
2026-08-25 16:58 ` Conor Dooley
2026-08-26 19:00 ` Flaviu Nistor [this message]
2026-08-24 18:39 ` [PATCH 2/2] hwmon: (lm90) Reject channel 2 on chips with only one remote sensor Flaviu Nistor
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=20260826190044.5211-1-flaviu.nistor@gmail.com \
--to=flaviu.nistor@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jdelvare@suse.com \
--cc=krzk+dt@kernel.org \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=robh@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®