1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/power/suppl 4 $id: http://devicetree.org/schemas/power/supply/tps65090-charger.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: TPS65090 Frontend PMU with Switchmode C 7 title: TPS65090 Frontend PMU with Switchmode Charger 8 8 9 maintainers: 9 maintainers: 10 - Sebastian Reichel <sre@kernel.org> 10 - Sebastian Reichel <sre@kernel.org> 11 11 12 allOf: 12 allOf: 13 - $ref: power-supply.yaml# 13 - $ref: power-supply.yaml# 14 14 15 properties: 15 properties: 16 compatible: 16 compatible: 17 const: ti,tps65090-charger 17 const: ti,tps65090-charger 18 18 19 ti,enable-low-current-chrg: 19 ti,enable-low-current-chrg: 20 type: boolean 20 type: boolean 21 description: | 21 description: | 22 Enables charging when a low current is d 22 Enables charging when a low current is detected while the default logic is to stop charging. 23 23 24 required: 24 required: 25 - compatible 25 - compatible 26 26 27 additionalProperties: false 27 additionalProperties: false 28 28 29 examples: 29 examples: 30 - | 30 - | 31 pmic { 31 pmic { 32 charger { 32 charger { 33 compatible = "ti,tps65090-charger"; 33 compatible = "ti,tps65090-charger"; 34 ti,enable-low-current-chrg; 34 ti,enable-low-current-chrg; 35 }; 35 }; 36 }; 36 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.