diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-09-06 14:23:27 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-09-07 17:21:24 +0200 |
commit | 752ee31ad279cf52042c36b3351597a918155ac0 (patch) | |
tree | 67a6a5e49efc3150814037443b71d21040205f27 /target/linux/layerscape/patches-4.9 | |
parent | b4bd6c2c95bf1365338697e77c6a3001506a7e4b (diff) | |
download | upstream-752ee31ad279cf52042c36b3351597a918155ac0.tar.gz upstream-752ee31ad279cf52042c36b3351597a918155ac0.tar.bz2 upstream-752ee31ad279cf52042c36b3351597a918155ac0.zip |
kernel: bump 4.9 to 4.9.125
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/layerscape/patches-4.9')
-rw-r--r-- | target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch b/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch index 7afef36e4b..3c278099d3 100644 --- a/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch @@ -1658,7 +1658,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> return IRQ_HANDLED; } } -@@ -923,12 +932,32 @@ int usb_otg_start(struct platform_device +@@ -925,12 +934,32 @@ int usb_otg_start(struct platform_device temp &= ~(PORTSC_PHY_TYPE_SEL | PORTSC_PTW); switch (pdata->phy_mode) { case FSL_USB2_PHY_ULPI: |