From 45fa1bf8c8ce3ff9bd610b6873afed79b2ce356c Mon Sep 17 00:00:00 2001 From: Martin Koehler Date: Wed, 15 Oct 2025 09:57:23 +0200 Subject: [PATCH 1/2] dts: bindings: sensor: ti,ina226: Added missing enum - Removal of double enum (by me) caused wrong later enum entries - See commit 36abe5efecbc27963189880d7c426c50760bcd58 - Added the second power down state (but with different name) -> This restores the old function but still fixes the double enum issue Signed-off-by: Martin Koehler --- dts/bindings/sensor/ti,ina226.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/dts/bindings/sensor/ti,ina226.yaml b/dts/bindings/sensor/ti,ina226.yaml index 137dca397013d..2253accb81a8e 100644 --- a/dts/bindings/sensor/ti,ina226.yaml +++ b/dts/bindings/sensor/ti,ina226.yaml @@ -47,6 +47,7 @@ properties: - "Shunt Voltage, Triggered" - "Bus Voltage, Triggered" - "Shunt and Bus, Triggered" + - "Power-Down (or Shutdown)_2" - "Shunt Voltage, Continuous" - "Bus Voltage, Continuous" - "Shunt and Bus, Continuous" From dea5d099baec11828bfe4dcb2aca0e0a85188a4d Mon Sep 17 00:00:00 2001 From: Martin Koehler Date: Fri, 17 Oct 2025 18:35:43 +0200 Subject: [PATCH 2/2] dts: bindings: sensor: ti,ina226: Description indention fix - as the pull request is just running I can also properly indent Signed-off-by: Martin Koehler --- dts/bindings/sensor/ti,ina226.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dts/bindings/sensor/ti,ina226.yaml b/dts/bindings/sensor/ti,ina226.yaml index 2253accb81a8e..81c5d194b058e 100644 --- a/dts/bindings/sensor/ti,ina226.yaml +++ b/dts/bindings/sensor/ti,ina226.yaml @@ -2,10 +2,10 @@ # SPDX-License-Identifier: Apache-2.0 description: | - TI INA226 Bidirectional Current and Power Monitor. - The file should be included in the - DeviceTree as it provides macros that can be used for initializing the - configuration registers. + TI INA226 Bidirectional Current and Power Monitor. + The file should be included in the + DeviceTree as it provides macros that can be used for initializing the + configuration registers. compatible: "ti,ina226"