[PATCH v1 0/1] dt-bindings: power: supply: bq24190: document charge enable pin

Svyatoslav Ryhel posted 1 patch 2 weeks, 6 days ago
Documentation/devicetree/bindings/power/supply/bq24190.yaml | 6 ++++++
1 file changed, 6 insertions(+)
[PATCH v1 0/1] dt-bindings: power: supply: bq24190: document charge enable pin
Posted by Svyatoslav Ryhel 2 weeks, 6 days ago
Document active low Charge Enable pin. Battery charging is enabled when
REG01[5:4] = 01 and CE pin = Low. CE pin must be pulled high or low.

Svyatoslav Ryhel (1):
  dt-bindings: power: supply: bq24190: document charge enable pin

 Documentation/devicetree/bindings/power/supply/bq24190.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.48.1
Re: [PATCH v1 0/1] dt-bindings: power: supply: bq24190: document charge enable pin
Posted by Sebastian Reichel 2 weeks ago
On Fri, 12 Sep 2025 09:51:45 +0300, Svyatoslav Ryhel wrote:
> Document active low Charge Enable pin. Battery charging is enabled when
> REG01[5:4] = 01 and CE pin = Low. CE pin must be pulled high or low.
> 
> Svyatoslav Ryhel (1):
>   dt-bindings: power: supply: bq24190: document charge enable pin
> 
> Documentation/devicetree/bindings/power/supply/bq24190.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> [...]

Applied, thanks!

[1/1] dt-bindings: power: supply: bq24190: document charge enable pin
      commit: c3a45c5fde95d319125812f629c579cc63c69941

Best regards,
-- 
Sebastian Reichel <sebastian.reichel@collabora.com>
Re: [PATCH v1 0/1] dt-bindings: power: supply: bq24190: document charge enable pin
Posted by Sebastian Reichel 2 weeks, 2 days ago
Hi,

On Fri, Sep 12, 2025 at 09:51:45AM +0300, Svyatoslav Ryhel wrote:
> Document active low Charge Enable pin. Battery charging is enabled when
> REG01[5:4] = 01 and CE pin = Low. CE pin must be pulled high or low.
> 
> Svyatoslav Ryhel (1):
>   dt-bindings: power: supply: bq24190: document charge enable pin
> 
>  Documentation/devicetree/bindings/power/supply/bq24190.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)

No driver change?

Greetings,

-- Sebastian
Re: [PATCH v1 0/1] dt-bindings: power: supply: bq24190: document charge enable pin
Posted by Svyatoslav Ryhel 2 weeks, 2 days ago
вт, 16 вер. 2025 р. о 19:59 Sebastian Reichel
<sebastian.reichel@collabora.com> пише:
>
> Hi,
>
> On Fri, Sep 12, 2025 at 09:51:45AM +0300, Svyatoslav Ryhel wrote:
> > Document active low Charge Enable pin. Battery charging is enabled when
> > REG01[5:4] = 01 and CE pin = Low. CE pin must be pulled high or low.
> >
> > Svyatoslav Ryhel (1):
> >   dt-bindings: power: supply: bq24190: document charge enable pin
> >
> >  Documentation/devicetree/bindings/power/supply/bq24190.yaml | 6 ++++++
> >  1 file changed, 6 insertions(+)
>
> No driver change?
>

That is correct, both my patches for bq24190 charger and bq27xxx fuel
gauge adjust only schema to reflect the hardware configuration of
chips, drivers for these devices do not need any adjustments at least
for now.

> Greetings,
>
> -- Sebastian