diff options
author | Aníbal Limón <anibal.limon@linaro.org> | 2019-06-27 08:18:33 -0500 |
---|---|---|
committer | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2019-06-27 16:15:29 +0200 |
commit | 28150703e4c5ec562ccc87aef7b246d4c437a83b (patch) | |
tree | 4b8a329fa3b32e320009ced4584e6f70819cf5f9 /recipes-kernel | |
parent | f412aaa7d52acdb02a1552cb6de88cffcd19e606 (diff) | |
download | meta-qcom-28150703e4c5ec562ccc87aef7b246d4c437a83b.tar.gz meta-qcom-28150703e4c5ec562ccc87aef7b246d4c437a83b.tar.bz2 meta-qcom-28150703e4c5ec562ccc87aef7b246d4c437a83b.zip |
recipes-kernel/*/linux-linaro-qcomlt_5.1.bb: Dragonboard845c update to rev 830dde589168e
Apply new version of XHCI USB patches,
Removed:
28501e194c471 usb: xhci: allow multiple firmware versions
e12ded63df8f5 usb: xhci: Add ROM loader for uPD720201
1ddb0b913a9d4 usb: xhci: Use register defined and field names
Added:
830dde589168e usb: xhci: allow multiple firmware versions
19d0a72e970bd usb: xhci: Add ROM loader for uPD720201
a9faf459d8de9 usb: xhci: Use register defined and field names
bfd9c0f7cf733 usb: xhci: fixes in firmware loader for uPD720201 and uPD720202 w/o ROM
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
(cherry picked from commit c8870c786fa944b92c30b896bb8ee91d6dcbb3e5)
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-linaro-qcomlt_5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_5.1.bb b/recipes-kernel/linux/linux-linaro-qcomlt_5.1.bb index 7f4ec5d..c0f0652 100644 --- a/recipes-kernel/linux/linux-linaro-qcomlt_5.1.bb +++ b/recipes-kernel/linux/linux-linaro-qcomlt_5.1.bb @@ -11,7 +11,7 @@ require recipes-kernel/linux/linux-qcom-bootimg.inc LOCALVERSION ?= "-linaro-lt-qcom" SRCBRANCH ?= "release/db845c/qcomlt-5.1" -SRCREV ?= "28501e194c4716a59fd49e6ce3a462e337cc2d55" +SRCREV ?= "830dde589168e3ae46f2ff606de59972a69e868a" COMPATIBLE_MACHINE = "(sdm845)" |