mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
dt-bindings: hwmon: lm90: Add support for NCT7716, NCT7717 and NCT7718
Add support for the Nuvoton NCT7716/7717/7718 thermal sensors. NCT7716 and NCT7717 do not support to add temperature offset. The maximum offset supported by NCT7718 is 127875 millicelsius Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Ming Yu <a0282524688@gmail.com> Link: https://lore.kernel.org/r/20250117100744.1571385-3-a0282524688@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
68b6f95861
commit
d9371812f1
|
|
@ -32,6 +32,9 @@ properties:
|
|||
- national,lm89
|
||||
- national,lm90
|
||||
- national,lm99
|
||||
- nuvoton,nct7716
|
||||
- nuvoton,nct7717
|
||||
- nuvoton,nct7718
|
||||
- nxp,sa56004
|
||||
- onnn,nct1008
|
||||
- ti,tmp451
|
||||
|
|
@ -120,6 +123,8 @@ allOf:
|
|||
- dallas,max6659
|
||||
- dallas,max6695
|
||||
- dallas,max6696
|
||||
- nuvoton,nct7716
|
||||
- nuvoton,nct7717
|
||||
then:
|
||||
patternProperties:
|
||||
"^channel@([0-2])$":
|
||||
|
|
@ -155,6 +160,7 @@ allOf:
|
|||
- national,lm89
|
||||
- national,lm90
|
||||
- national,lm99
|
||||
- nuvoton,nct7718
|
||||
- nxp,sa56004
|
||||
- winbond,w83l771
|
||||
then:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user