summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/power/supply/max77650-charger.txt
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-01-15 07:58:29 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-01-15 07:58:29 +0100
commit460d0073731096f5a99333a8aefdd5814a97d4e5 (patch)
treed2929c0d65a493767ba709ad2c5fa4a78da2abb3 /dts/Bindings/power/supply/max77650-charger.txt
parent86502f1880ee09faae4281865b98fb5b08256b57 (diff)
parent307c04bff4fabdcfea707e61477eee68a9e72b0f (diff)
downloadbarebox-460d0073731096f5a99333a8aefdd5814a97d4e5.tar.gz
barebox-460d0073731096f5a99333a8aefdd5814a97d4e5.tar.xz
Merge branch 'for-next/dts'
Diffstat (limited to 'dts/Bindings/power/supply/max77650-charger.txt')
-rw-r--r--dts/Bindings/power/supply/max77650-charger.txt28
1 files changed, 0 insertions, 28 deletions
diff --git a/dts/Bindings/power/supply/max77650-charger.txt b/dts/Bindings/power/supply/max77650-charger.txt
deleted file mode 100644
index e6d0fb6ff9..0000000000
--- a/dts/Bindings/power/supply/max77650-charger.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-Battery charger driver for MAX77650 PMIC from Maxim Integrated.
-
-This module is part of the MAX77650 MFD device. For more details
-see Documentation/devicetree/bindings/mfd/max77650.txt.
-
-The charger is represented as a sub-node of the PMIC node on the device tree.
-
-Required properties:
---------------------
-- compatible: Must be "maxim,max77650-charger"
-
-Optional properties:
---------------------
-- input-voltage-min-microvolt: Minimum CHGIN regulation voltage. Must be one
- of: 4000000, 4100000, 4200000, 4300000,
- 4400000, 4500000, 4600000, 4700000.
-- input-current-limit-microamp: CHGIN input current limit (in microamps). Must
- be one of: 95000, 190000, 285000, 380000,
- 475000.
-
-Example:
---------
-
- charger {
- compatible = "maxim,max77650-charger";
- input-voltage-min-microvolt = <4200000>;
- input-current-limit-microamp = <285000>;
- };