Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b0c6806 authored by Tony Lindgren's avatar Tony Lindgren Committed by Sebastian Reichel
Browse files

dt-bindings: power: supply: cpcap-battery: Add power-supplies property



The binding for cpcap-battery is missing the standard power-supplies
property as noted by Sebastian Reichel <sebastian.reichel@collabora.co.uk>.

Cc: devicetree@vger.kernel.org
Cc: Marcel Partap <mpartap@gmx.net>
Cc: Michael Scott <michael.scott@linaro.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
parent c159b383
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,9 @@ Required properties:
- io-channels: IIO ADC channel specifier for each name in io-channel-names
- io-channel-names: Should contain the following entries:
		    "battdetb", "battp", "chg_isense", "batti"
- power-supplies: List of phandles for power-supplying devices, as
		  described in power_supply.txt. Typically a reference
		  to cpcap_charger.

Example:

@@ -24,4 +27,5 @@ cpcap_battery: battery {
		       &cpcap_adc 5 &cpcap_adc 6>;
	io-channel-names = "battdetb", "battp",
			   "chg_isense", "batti";
	power-supplies = <&cpcap_charger>;
};