14ac8f030SSebastian Reichel# SPDX-License-Identifier: GPL-2.0
24ac8f030SSebastian Reichel%YAML 1.2
34ac8f030SSebastian Reichel---
4*1ea78ec5SKrzysztof Kozlowski$id: http://devicetree.org/schemas/power/supply/tps65090-charger.yaml#
5*1ea78ec5SKrzysztof Kozlowski$schema: http://devicetree.org/meta-schemas/core.yaml#
64ac8f030SSebastian Reichel
74ac8f030SSebastian Reicheltitle: TPS65090 Frontend PMU with Switchmode Charger
84ac8f030SSebastian Reichel
94ac8f030SSebastian Reichelmaintainers:
104ac8f030SSebastian Reichel  - Sebastian Reichel <sre@kernel.org>
114ac8f030SSebastian Reichel
124ac8f030SSebastian ReichelallOf:
134ac8f030SSebastian Reichel  - $ref: power-supply.yaml#
144ac8f030SSebastian Reichel
154ac8f030SSebastian Reichelproperties:
164ac8f030SSebastian Reichel  compatible:
174ac8f030SSebastian Reichel    const: ti,tps65090-charger
184ac8f030SSebastian Reichel
194ac8f030SSebastian Reichel  ti,enable-low-current-chrg:
204ac8f030SSebastian Reichel    type: boolean
214ac8f030SSebastian Reichel    description: |
224ac8f030SSebastian Reichel      Enables charging when a low current is detected while the default logic is to stop charging.
234ac8f030SSebastian Reichel
244ac8f030SSebastian Reichelrequired:
254ac8f030SSebastian Reichel  - compatible
264ac8f030SSebastian Reichel
274ac8f030SSebastian ReicheladditionalProperties: false
284ac8f030SSebastian Reichel
294ac8f030SSebastian Reichelexamples:
304ac8f030SSebastian Reichel  - |
314ac8f030SSebastian Reichel    pmic {
324ac8f030SSebastian Reichel      charger {
334ac8f030SSebastian Reichel        compatible = "ti,tps65090-charger";
344ac8f030SSebastian Reichel        ti,enable-low-current-chrg;
354ac8f030SSebastian Reichel      };
364ac8f030SSebastian Reichel    };
37