Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 8b9b5c58390f0bd1cae76d964afc8f64 > files > 2972

kernel-doc-4.14.62-2.mga6.noarch.rpm

Power Supply Core Support

Optional Properties:
 - power-supplies : This property is added to a supply in order to list the
   devices which supply it power, referenced by their phandles.

Example:

	usb-charger: power@e {
		compatible = "some,usb-charger";
		...
	};

	ac-charger: power@c {
		compatible = "some,ac-charger";
		...
	};

	battery@b {
		compatible = "some,battery";
		...
		power-supplies = <&usb-charger>, <&ac-charger>;
	};