[PATCH v2 2/3] dt-bindings: Add INA228 to ina2xx devicetree bindings

Jonas Rebmann posted 3 patches 2 months, 2 weeks ago
[PATCH v2 2/3] dt-bindings: Add INA228 to ina2xx devicetree bindings
Posted by Jonas Rebmann 2 months, 2 weeks ago
Add the ina228 to ina2xx bindings.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
---
 Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml | 2 ++
 1 file changed, 2 insertions(+)

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

-- 
2.50.1.319.g90c0775e97
Re: [PATCH v2 2/3] dt-bindings: Add INA228 to ina2xx devicetree bindings
Posted by Guenter Roeck 2 months, 2 weeks ago
On Fri, Jul 18, 2025 at 04:12:49PM +0200, Jonas Rebmann wrote:
> Add the ina228 to ina2xx bindings.
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Jonas Rebmann <jre@pengutronix.de>

Applied.

Thanks,
Guenter