diff options
author | 2025-07-18 16:12:49 +0200 | |
---|---|---|
committer | 2025-07-27 16:01:51 -0700 | |
commit | 8aee29f743954d8fc91ecc83fbfd283a0d8f7cfd (patch) | |
tree | c7154b88584a57387fd1e2e38d4b1a6c4af60c93 | |
parent | hwmon: (ina238) Fix inconsistent whitespace (diff) | |
download | wireguard-linux-8aee29f743954d8fc91ecc83fbfd283a0d8f7cfd.tar.xz wireguard-linux-8aee29f743954d8fc91ecc83fbfd283a0d8f7cfd.zip |
dt-bindings: Add INA228 to ina2xx devicetree bindings
Add the ina228 to ina2xx bindings.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
Link: https://lore.kernel.org/r/20250718-ina228-v2-2-227feb62f709@pengutronix.de
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml b/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml index d1fb7b9abda0..fa68b99ef2e2 100644 --- a/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml +++ b/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml @@ -25,6 +25,7 @@ properties: - ti,ina219 - ti,ina220 - ti,ina226 + - ti,ina228 - ti,ina230 - ti,ina231 - ti,ina233 @@ -107,6 +108,7 @@ allOf: - ti,ina219 - ti,ina220 - ti,ina226 + - ti,ina228 - ti,ina230 - ti,ina231 - ti,ina237 |