diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/power_supply/power_supply_extcon.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power_supply/power_supply_extcon.txt b/Documentation/devicetree/bindings/power_supply/power_supply_extcon.txt new file mode 100644 index 000000000000..fd4a1a476ce9 --- /dev/null +++ b/Documentation/devicetree/bindings/power_supply/power_supply_extcon.txt @@ -0,0 +1,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"; + }; |