xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/sy6982c-charger.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Binding for sy6982c Charger
2
3Required properties:
4- compatible: Should contain one of the following:
5    * "sy6982c-charger"
6- extcon: extcon specifier for the Charger.
7
8Example:
9
10	sy6982c {
11		status = "okay";
12		compatible = "sy6982c-charger";
13		extcon = <&u2phy0>;
14	};
15