Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2c8c4710ab25fb2f14440c1f131b7a61 > files > 1468

kernel-doc-3.14.41-1.mga4.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>;
	};