mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
dt-bindings: hwmon: ti,ina2xx: Add INA700
Add a compatible string for INA700. The chip is register compatible with INA780 but implements different ADC ranges and thus needs a separate compatible entry. Cc: Christian Kahr <christian.kahr@sie.at> Reviewed-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Tested-by: Chris Packham <chris.packham@alliedtelesis.co.nz> # INA780 Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
@@ -32,6 +32,7 @@ properties:
|
||||
- ti,ina237
|
||||
- ti,ina238
|
||||
- ti,ina260
|
||||
- ti,ina700
|
||||
- ti,ina780
|
||||
|
||||
reg:
|
||||
@@ -115,6 +116,7 @@ allOf:
|
||||
- ti,ina237
|
||||
- ti,ina238
|
||||
- ti,ina260
|
||||
- ti,ina700
|
||||
- ti,ina780
|
||||
then:
|
||||
properties:
|
||||
@@ -133,6 +135,7 @@ allOf:
|
||||
- ti,ina230
|
||||
- ti,ina231
|
||||
- ti,ina260
|
||||
- ti,ina700
|
||||
- ti,ina780
|
||||
then:
|
||||
properties:
|
||||
@@ -143,6 +146,7 @@ allOf:
|
||||
compatible:
|
||||
contains:
|
||||
enum:
|
||||
- ti,ina700
|
||||
- ti,ina780
|
||||
then:
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user