diff options
author | John Audia <graysky@archlinux.us> | 2021-01-09 09:10:40 -0500 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-15 17:29:41 +0100 |
commit | 945a704fab993aa3522cd9a6bb756a4e833fa338 (patch) | |
tree | 1098c51448f39de70d1dbc04b4cbb9d10cd14a96 /target/linux/layerscape/patches-5.4/820-usb-0005-usb-dwc3-add-otg-properties-update.patch | |
parent | b0ad07e9a0fcdf59430547773e4ccc2416a2185a (diff) | |
download | upstream-945a704fab993aa3522cd9a6bb756a4e833fa338.tar.gz upstream-945a704fab993aa3522cd9a6bb756a4e833fa338.tar.bz2 upstream-945a704fab993aa3522cd9a6bb756a4e833fa338.zip |
kernel: bump 5.4 to 5.4.89
All modification made by update_kernel.sh in a fresh clone without
existing toolchains.
Build system: x86_64
Build-tested: ipq806x/R7800, bcm27xx/bcm2711
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
Tested-by: Curtis Deptuck <curtdept@me.com> [x86/64]
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.patch | 4 |
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 95f8af1eea..22d8f2bace 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 @@ -36,7 +36,7 @@ Signed-off-by: Peter Chen <peter.chen@nxp.com> dwc->sysdev_is_parent = device_property_read_bool(dev, --- a/drivers/usb/dwc3/core.h +++ b/drivers/usb/dwc3/core.h -@@ -954,6 +954,7 @@ struct dwc3_scratchpad_array { +@@ -955,6 +955,7 @@ struct dwc3_scratchpad_array { * @nr_scratch: number of scratch buffers * @u1u2: only used on revisions <1.83a for workaround * @maximum_speed: maximum speed requested (mainly for testing purposes) @@ -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 -@@ -1110,6 +1111,7 @@ struct dwc3 { +@@ -1111,6 +1112,7 @@ struct dwc3 { u32 nr_scratch; u32 u1u2; u32 maximum_speed; |