Re: [PATCH 1/2] dt-bindings: power: supply: document Samsung S2MU005 battery fuel gauge
From: Kaustabh Chakraborty
Date: Mon Jan 26 2026 - 15:16:09 EST
On 2026-01-26 20:06 +00:00, Conor Dooley wrote:
> On Mon, Jan 26, 2026 at 09:09:48PM +0530, Kaustabh Chakraborty wrote:
>> +examples:
>> + - |
>> + #include <dt-bindings/interrupt-controller/irq.h>
>> +
>> + i2c {
>> + #address-cells = <1>;
>> + #size-cells = <0>;
>> +
>> + fuelgauge@3b {
>
> Should be "fuel-gauge" iirc (at least, that's what all the bindings do).
There are a few which use "fuelgauge", but majority use "fuel-gauge".
Will change in the next revision.
> Seems fine to me though otherwise,
> Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
> pw-bot: not-applicable
>
>> + compatible = "samsung,s2mu005-fuel-gauge";
>> + reg = <0x3b>;
>> +
>> + interrupt-parent = <&gpa0>;
>> + interrupts = <3 IRQ_TYPE_EDGE_BOTH>;
>> +
>> + monitored-battery = <&battery>;
>> + };
>> + };
>>
>> --
>> 2.52.0
>>