Skip to content

Commit

Permalink
dt-bindings: power/supply: Add ltc4162-f/s and ltc4015
Browse files Browse the repository at this point in the history
Add support for ltc4162-f/s and ltc4015

- Add compatible entries for ltc4162-f/s and ltc4015
- Include datasheets for new devices

Signed-off-by: Kim Seer Paller <[email protected]>
  • Loading branch information
kseerp committed Oct 11, 2024
1 parent dc0c356 commit 0c7d8f9
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$id: http://devicetree.org/schemas/power/supply/ltc4162-l.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Linear Technology (Analog Devices) LTC4162-L Charger
title: Linear Technology (Analog Devices) LTC4162 and LTC4015 Charger

maintainers:
- Mike Looijmans <[email protected]>
Expand All @@ -17,12 +17,18 @@ description: |
panels, etc., and a rechargeable Lithium-Ion/Polymer battery.
Specifications about the charger can be found at:
https://www.analog.com/en/products/ltc4162-l.html
https://www.analog.com/en/products/ltc4162-f.html
https://www.analog.com/en/products/ltc4162-s.html
https://www.analog.com/en/products/ltc4015.html
properties:
compatible:
enum:
- lltc,ltc4162-l
- lltc,ltc4162-f
- lltc,ltc4162-s
- lltc,ltc4015

reg:
maxItems: 1
Expand Down

0 comments on commit 0c7d8f9

Please sign in to comment.