diff mbox series

dt-bindings: power: supply: Drop deprecated ab8500-battery

Message ID 20230917190124.1012316-1-sebastian.reichel@collabora.com
State Not Applicable
Headers show
Series dt-bindings: power: supply: Drop deprecated ab8500-battery | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 1 warnings, 0 lines checked
robh/patch-applied success

Commit Message

Sebastian Reichel Sept. 17, 2023, 7:01 p.m. UTC
Linus Walleij modified AB8500 to use the generic simple-battery
and samsung,battery bindings. This is an unused leftover that
can be removed.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
---
 .../supply/stericsson,ab8500-battery.txt      | 34 -------------------
 1 file changed, 34 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/power/supply/stericsson,ab8500-battery.txt

Comments

Linus Walleij Sept. 18, 2023, 5:58 a.m. UTC | #1
On Sun, Sep 17, 2023 at 9:08 PM Sebastian Reichel
<sebastian.reichel@collabora.com> wrote:

> Linus Walleij modified AB8500 to use the generic simple-battery
> and samsung,battery bindings. This is an unused leftover that
> can be removed.
>
> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>

How could I miss this.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij
Krzysztof Kozlowski Sept. 18, 2023, 12:18 p.m. UTC | #2
On 17/09/2023 21:01, Sebastian Reichel wrote:
> Linus Walleij modified AB8500 to use the generic simple-battery
> and samsung,battery bindings. This is an unused leftover that
> can be removed.
> 
> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Sebastian Reichel Sept. 18, 2023, 12:51 p.m. UTC | #3
On Sun, 17 Sep 2023 21:01:24 +0200, Sebastian Reichel wrote:
> Linus Walleij modified AB8500 to use the generic simple-battery
> and samsung,battery bindings. This is an unused leftover that
> can be removed.
> 
> 

Applied, thanks!

[1/1] dt-bindings: power: supply: Drop deprecated ab8500-battery
      commit: f392f3796bba1a160b8ad706bfe1e1ec3581ad48

Best regards,
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/power/supply/stericsson,ab8500-battery.txt b/Documentation/devicetree/bindings/power/supply/stericsson,ab8500-battery.txt
deleted file mode 100644
index ee125cb0e46d..000000000000
--- a/Documentation/devicetree/bindings/power/supply/stericsson,ab8500-battery.txt
+++ /dev/null
@@ -1,34 +0,0 @@ 
-AB85000 PMIC contains a node, which contains shared
-information about the battery connected to the PMIC.
-The node has no compatible property.
-
-Properties of this node are:
-
-thermistor-on-batctrl:
-	A boolean value indicating thermistor interface	to battery
-
-	Note:
-	'btemp' and 'batctrl' are the pins interfaced for battery temperature
-	measurement, 'btemp' signal is used when NTC(negative temperature
-	coefficient) resister is interfaced external to battery whereas
-	'batctrl' pin is used when NTC resister is internal to battery.
-
-	Example:
-	ab8500_battery: ab8500_battery {
-		thermistor-on-batctrl;
-	};
-	indicates: NTC resister is internal to battery, 'batctrl' is used
-		for thermal measurement.
-
-	The absence of property 'thermal-on-batctrl' indicates
-	NTC resister is external to battery and  'btemp' signal is used
-	for thermal measurement.
-
-battery-type:
-	This shall be the battery manufacturing technology type,
-	allowed types are:
-		"UNKNOWN" "NiMH" "LION" "LIPO" "LiFe" "NiCd" "LiMn"
-	Example:
-	ab8500_battery: ab8500_battery {
-		stericsson,battery-type = "LIPO";
-	}