Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 21be4fe1e6180fdb79c9c4d7f33d25e7 > files > 3660

kernel-doc-5.3.11-1.mga7.noarch.rpm

AXP20x and AXP22x battery power supply

Required Properties:
 - compatible, one of:
			"x-powers,axp209-battery-power-supply"
			"x-powers,axp221-battery-power-supply"
			"x-powers,axp813-battery-power-supply"

This node is a subnode of its respective PMIC DT node.

The supported devices can read the battery voltage, charge and discharge
currents of the battery by reading ADC channels from the ADC.

Example:

&axp209 {
	battery_power_supply: battery-power-supply {
		compatible = "x-powers,axp209-battery-power-supply";
	}
};