diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-28 08:46:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-28 08:46:47 +0100 |
commit | 75e9ebecfedb88a22eee0d2b3b63aeaeab1bfdee (patch) | |
tree | 1644b2981f64465828d0be9df7f478236c3cf09a /Documentation/devicetree | |
parent | cdefb95bfc0de9a60b91b748f15e65eddb4f116e (diff) | |
parent | 541332a13b1ded42097ba96c52c7bc70931e528c (diff) | |
download | op-kernel-dev-75e9ebecfedb88a22eee0d2b3b63aeaeab1bfdee.zip op-kernel-dev-75e9ebecfedb88a22eee0d2b3b63aeaeab1bfdee.tar.gz |
Merge tag 'extcon-next-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into usb-nextx
Chanwoo writes:
Update extcon for 4.10
Detailed description for this pull request:
- The extcon-usb-gpio driver supports the VBUS detection with USB ID and VBUS pin.
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt b/Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt index af0b903..dfc14f7 100644 --- a/Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt +++ b/Documentation/devicetree/bindings/extcon/extcon-usb-gpio.txt @@ -5,7 +5,10 @@ connected to a GPIO pin. Required properties: - compatible: Should be "linux,extcon-usb-gpio" + +Either one of id-gpio or vbus-gpio must be present. Both can be present as well. - id-gpio: gpio for USB ID pin. See gpio binding. +- vbus-gpio: gpio for USB VBUS pin. Example: Examples of extcon-usb-gpio node in dra7-evm.dts as listed below: extcon_usb1 { |