1 # SPDX-License-Identifier: GPL-2.0 2 %YAML 1.2 3 --- 4 $id: http://devicetree.org/schemas/power/suppl 5 $schema: http://devicetree.org/meta-schemas/co 6 7 title: TPS65090 Frontend PMU with Switchmode C 8 9 maintainers: 10 - Sebastian Reichel <sre@kernel.org> 11 12 allOf: 13 - $ref: power-supply.yaml# 14 15 properties: 16 compatible: 17 const: ti,tps65090-charger 18 19 ti,enable-low-current-chrg: 20 type: boolean 21 description: | 22 Enables charging when a low current is d 23 24 required: 25 - compatible 26 27 additionalProperties: false 28 29 examples: 30 - | 31 pmic { 32 charger { 33 compatible = "ti,tps65090-charger"; 34 ti,enable-low-current-chrg; 35 }; 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.