Linux Power Management development
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: power: supply: max8903: specify flt-gpios as input
@ 2024-04-15 15:16 Herman van Hazendonk
  2024-04-15 16:28 ` Conor Dooley
  2024-04-30 14:44 ` Sebastian Reichel
  0 siblings, 2 replies; 4+ messages in thread
From: Herman van Hazendonk @ 2024-04-15 15:16 UTC (permalink / raw)
  To: sre
  Cc: benwolsieffer, chris.chapuis, Herman van Hazendonk, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-pm, devicetree,
	linux-kernel

The FLT pin was incorrected documented as an output. The MAX8903 uses it to
signal to the processor that a charging fault has occurred.

Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
---
 .../devicetree/bindings/power/supply/maxim,max8903.yaml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/power/supply/maxim,max8903.yaml b/Documentation/devicetree/bindings/power/supply/maxim,max8903.yaml
index a8d625f285f1..86af38378999 100644
--- a/Documentation/devicetree/bindings/power/supply/maxim,max8903.yaml
+++ b/Documentation/devicetree/bindings/power/supply/maxim,max8903.yaml
@@ -34,7 +34,7 @@ properties:
 
   flt-gpios:
     maxItems: 1
-    description: Fault pin (active low, output)
+    description: Fault pin (active low, input)
 
   dcm-gpios:
     maxItems: 1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-30 14:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-15 15:16 [PATCH 1/2] dt-bindings: power: supply: max8903: specify flt-gpios as input Herman van Hazendonk
2024-04-15 16:28 ` Conor Dooley
2024-04-30 14:51   ` Sebastian Reichel
2024-04-30 14:44 ` Sebastian Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox