mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
dt-bindings: hwmon: ti,ina2xx: Add INA234 device
Add a compatible string for the INA234 device, which is like INA226 but has different scaling. Note that the device tree compatible must be different since the driver uses the compatible to configure the scaling. Signed-off-by: Ian Ray <ian.ray@gehealthcare.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> # v1 Tested-by: Jens Almer <bagawk@gmail.com> Link: https://lore.kernel.org/r/20260220112024.97446-2-ian.ray@gehealthcare.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
4853b53264
commit
ddc3dea2e4
|
|
@ -29,6 +29,7 @@ properties:
|
|||
- ti,ina230
|
||||
- ti,ina231
|
||||
- ti,ina233
|
||||
- ti,ina234
|
||||
- ti,ina237
|
||||
- ti,ina238
|
||||
- ti,ina260
|
||||
|
|
@ -113,6 +114,7 @@ allOf:
|
|||
- ti,ina228
|
||||
- ti,ina230
|
||||
- ti,ina231
|
||||
- ti,ina234
|
||||
- ti,ina237
|
||||
- ti,ina238
|
||||
- ti,ina260
|
||||
|
|
@ -134,6 +136,7 @@ allOf:
|
|||
- ti,ina226
|
||||
- ti,ina230
|
||||
- ti,ina231
|
||||
- ti,ina234
|
||||
- ti,ina260
|
||||
- ti,ina700
|
||||
- ti,ina780
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user