1*4ac8f030SSebastian Reichel# SPDX-License-Identifier: GPL-2.0
2*4ac8f030SSebastian Reichel%YAML 1.2
3*4ac8f030SSebastian Reichel---
4*4ac8f030SSebastian Reichel$id: "http://devicetree.org/schemas/power/supply/tps65090-charger.yaml#"
5*4ac8f030SSebastian Reichel$schema: "http://devicetree.org/meta-schemas/core.yaml#"
6*4ac8f030SSebastian Reichel
7*4ac8f030SSebastian Reicheltitle: TPS65090 Frontend PMU with Switchmode Charger
8*4ac8f030SSebastian Reichel
9*4ac8f030SSebastian Reichelmaintainers:
10*4ac8f030SSebastian Reichel  - Sebastian Reichel <sre@kernel.org>
11*4ac8f030SSebastian Reichel
12*4ac8f030SSebastian ReichelallOf:
13*4ac8f030SSebastian Reichel  - $ref: power-supply.yaml#
14*4ac8f030SSebastian Reichel
15*4ac8f030SSebastian Reichelproperties:
16*4ac8f030SSebastian Reichel  compatible:
17*4ac8f030SSebastian Reichel    const: ti,tps65090-charger
18*4ac8f030SSebastian Reichel
19*4ac8f030SSebastian Reichel  ti,enable-low-current-chrg:
20*4ac8f030SSebastian Reichel    type: boolean
21*4ac8f030SSebastian Reichel    description: |
22*4ac8f030SSebastian Reichel      Enables charging when a low current is detected while the default logic is to stop charging.
23*4ac8f030SSebastian Reichel
24*4ac8f030SSebastian Reichelrequired:
25*4ac8f030SSebastian Reichel  - compatible
26*4ac8f030SSebastian Reichel
27*4ac8f030SSebastian ReicheladditionalProperties: false
28*4ac8f030SSebastian Reichel
29*4ac8f030SSebastian Reichelexamples:
30*4ac8f030SSebastian Reichel  - |
31*4ac8f030SSebastian Reichel    pmic {
32*4ac8f030SSebastian Reichel      charger {
33*4ac8f030SSebastian Reichel        compatible = "ti,tps65090-charger";
34*4ac8f030SSebastian Reichel        ti,enable-low-current-chrg;
35*4ac8f030SSebastian Reichel      };
36*4ac8f030SSebastian Reichel    };
37