summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/power_supply/power_supply_extcon.txt
blob: fd4a1a476ce91171389679d1f46922cff2153d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
power_supply_extcon
~~~~~~~~~~~~~~~~
Required properties :
 - compatible : Should contain "power-supply-extcon".
 - power-supply,extcon-dev: Extcon device name.

Example:
	psy_extcon {
		compatible = "power-supply-extcon";
		power-supply,extcon-dev = "udc-extcon";
	};