aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/patches-5.4/820-usb-0005-usb-dwc3-add-otg-properties-update.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2022-10-03 20:40:59 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-05 21:46:38 +0200
commit084a8a2fafbaecb821cfa71f0e1c9b8464f23a80 (patch)
tree4fbc944e0fd0da6f3bbdf9766e57a24bb251dea2 /target/linux/layerscape/patches-5.4/820-usb-0005-usb-dwc3-add-otg-properties-update.patch
parent8444302a92e601a1e05cb8468aaffa140d5a5b80 (diff)
downloadupstream-084a8a2fafbaecb821cfa71f0e1c9b8464f23a80.tar.gz
upstream-084a8a2fafbaecb821cfa71f0e1c9b8464f23a80.tar.bz2
upstream-084a8a2fafbaecb821cfa71f0e1c9b8464f23a80.zip
kernel: bump 5.4 to 5.4.215
Compile-tested: x86/64 Run-tested: x86/64 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/layerscape/patches-5.4/820-usb-0005-usb-dwc3-add-otg-properties-update.patch')
-rw-r--r--target/linux/layerscape/patches-5.4/820-usb-0005-usb-dwc3-add-otg-properties-update.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/layerscape/patches-5.4/820-usb-0005-usb-dwc3-add-otg-properties-update.patch b/target/linux/layerscape/patches-5.4/820-usb-0005-usb-dwc3-add-otg-properties-update.patch
index 62220ee8e5..e85d3531f3 100644
--- a/target/linux/layerscape/patches-5.4/820-usb-0005-usb-dwc3-add-otg-properties-update.patch
+++ b/target/linux/layerscape/patches-5.4/820-usb-0005-usb-dwc3-add-otg-properties-update.patch
@@ -44,7 +44,7 @@ Signed-off-by: Peter Chen <peter.chen@nxp.com>
* @revision: revision register contents
* @version_type: VERSIONTYPE register contents, a sub release of a revision
* @dr_mode: requested mode of operation
-@@ -1111,6 +1112,7 @@ struct dwc3 {
+@@ -1112,6 +1113,7 @@ struct dwc3 {
u32 nr_scratch;
u32 u1u2;
u32 maximum_speed;
@@ -54,7 +54,7 @@ Signed-off-by: Peter Chen <peter.chen@nxp.com>
* All 3.1 IP version constants are greater than the 3.0 IP
--- a/drivers/usb/dwc3/gadget.c
+++ b/drivers/usb/dwc3/gadget.c
-@@ -3701,6 +3701,10 @@ int dwc3_gadget_init(struct dwc3 *dwc)
+@@ -3706,6 +3706,10 @@ int dwc3_gadget_init(struct dwc3 *dwc)
dwc->gadget.sg_supported = true;
dwc->gadget.name = "dwc3-gadget";
dwc->gadget.lpm_capable = true;