diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2023-10-23 15:12:20 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-11-01 10:02:17 +0000 |
commit | 93fae36e030d8f74ea3a862814f3c45755639929 (patch) | |
tree | 42154a35aa2d9768b8fb61955e2de2145ef8c0ca /Documentation/devicetree/bindings/power | |
parent | 0db434f513d5cde5420787f737c7538b21f93998 (diff) |
dt-bindings: mfd: max8925: Convert to DT schema format
Convert the binding to DT schema format.
The sub-functions of this MFD device do not have their own compatible
string and are thus described directly in the MFD binding document
after being converted to YAML.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20231023131409.1796451-1-sebastian.reichel@collabora.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/power')
-rw-r--r-- | Documentation/devicetree/bindings/power/supply/max8925_battery.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Documentation/devicetree/bindings/power/supply/max8925_battery.txt b/Documentation/devicetree/bindings/power/supply/max8925_battery.txt deleted file mode 100644 index d7e3e0c0f71d..000000000000 --- a/Documentation/devicetree/bindings/power/supply/max8925_battery.txt +++ /dev/null @@ -1,18 +0,0 @@ -max8925-battery bindings -~~~~~~~~~~~~~~~~ - -Optional properties : - - batt-detect: whether support battery detect - - topoff-threshold: set charging current in topoff mode - - fast-charge: set charging current in fast mode - - no-temp-support: whether support temperature protection detect - - no-insert-detect: whether support insert detect - -Example: - charger { - batt-detect = <0>; - topoff-threshold = <1>; - fast-charge = <7>; - no-temp-support = <0>; - no-insert-detect = <0>; - }; |