On Mon, 4 Nov 2024 at 21:04, Stanislav Jakubek <stano.jakubek@xxxxxxxxx> wrote: > > While the bindings have always used the correct 'battery-detect-gpios' > property, the DTS and the Linux driver have been using the incorrect > 'bat-detect-gpio' property. Document this property and mark it > as deprecated. > > Signed-off-by: Stanislav Jakubek <stano.jakubek@xxxxxxxxx> Reviewed-by: Chunyan Zhang <zhang.lyra@xxxxxxxxx> Thanks, Chunyan > --- > Changes in V2: > - new patch > > .../devicetree/bindings/power/supply/sc27xx-fg.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/power/supply/sc27xx-fg.yaml b/Documentation/devicetree/bindings/power/supply/sc27xx-fg.yaml > index 9108a2841caf..b10f155afe68 100644 > --- a/Documentation/devicetree/bindings/power/supply/sc27xx-fg.yaml > +++ b/Documentation/devicetree/bindings/power/supply/sc27xx-fg.yaml > @@ -27,6 +27,11 @@ properties: > battery-detect-gpios: > maxItems: 1 > > + bat-detect-gpio: > + maxItems: 1 > + deprecated: true > + description: use battery-detect-gpios instead > + > interrupts: > maxItems: 1 > > -- > 2.43.0 >