Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.2-rc2 17 lines 397 B view raw
1TPS65090 Frontend PMU with Switchmode Charger 2 3Required Properties: 4-compatible: "ti,tps65090-charger" 5 6Optional Properties: 7-ti,enable-low-current-chrg: Enables charging when a low current is detected 8 while the default logic is to stop charging. 9 10This node is a subnode of the tps65090 PMIC. 11 12Example: 13 14 tps65090-charger { 15 compatible = "ti,tps65090-charger"; 16 ti,enable-low-current-chrg; 17 };