diff options
author | Mathias Kresin <dev@kresin.me> | 2018-04-22 16:55:02 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-05-17 07:40:19 +0200 |
commit | 0e9e8d832321ba7b99f9f7b6152245c542153cbd (patch) | |
tree | db608bf4d8cba1e4ad129aab47d5370acaac81b4 /target/linux/ramips/patches-4.14/0032-USB-dwc2-add-device_reset.patch | |
parent | 0b62fe5ed87ecac52301096b15abb69f96117c8c (diff) | |
download | upstream-0e9e8d832321ba7b99f9f7b6152245c542153cbd.tar.gz upstream-0e9e8d832321ba7b99f9f7b6152245c542153cbd.tar.bz2 upstream-0e9e8d832321ba7b99f9f7b6152245c542153cbd.zip |
kernel: dwc2: add support for host mode external vbus supply
Backport patch adding support for the vbus-supply devicetree property,
which allows to specific GPIOs (via fixed regulators) to enable
vbus/usb power.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/patches-4.14/0032-USB-dwc2-add-device_reset.patch')
-rw-r--r-- | target/linux/ramips/patches-4.14/0032-USB-dwc2-add-device_reset.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-4.14/0032-USB-dwc2-add-device_reset.patch b/target/linux/ramips/patches-4.14/0032-USB-dwc2-add-device_reset.patch index 7d3352e928..0cfd5acdff 100644 --- a/target/linux/ramips/patches-4.14/0032-USB-dwc2-add-device_reset.patch +++ b/target/linux/ramips/patches-4.14/0032-USB-dwc2-add-device_reset.patch @@ -18,7 +18,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> #include <linux/usb/hcd.h> #include <linux/usb/ch11.h> -@@ -5075,6 +5076,8 @@ int dwc2_hcd_init(struct dwc2_hsotg *hso +@@ -5104,6 +5105,8 @@ int dwc2_hcd_init(struct dwc2_hsotg *hso retval = -ENOMEM; |