core/linux-aarch64-rc to 5.7.rc3-2 (#1794)

* Enable USB3 for allwinner H6

Enable USB3 for allwinner H6 devices

* Update PKGBUILD
This commit is contained in:
Barnabás Czémán 2020-04-28 01:52:34 +02:00 committed by GitHub
parent 1c3f4856d5
commit 461adc7248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ _srcname=linux-${_rcver}-rc${_rcrel}
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="AArch64 multi-platform (release candidate)" _desc="AArch64 multi-platform (release candidate)"
pkgver=${_rcver}.rc${_rcrel} pkgver=${_rcver}.rc${_rcrel}
pkgrel=1 pkgrel=2
arch=('aarch64') arch=('aarch64')
url="http://www.kernel.org/" url="http://www.kernel.org/"
license=('GPL2') license=('GPL2')
@ -34,7 +34,7 @@ md5sums=('abc434210bc3a335a5a555f0ac3cc3bd'
'e85e2b7aa3bc42d7dd6b36c325d29e3f' 'e85e2b7aa3bc42d7dd6b36c325d29e3f'
'2c36fb143c27ed46f498c4d4633ea0c6' '2c36fb143c27ed46f498c4d4633ea0c6'
'2e3fe5b9053d6a2c5327113836409d13' '2e3fe5b9053d6a2c5327113836409d13'
'889f2bfb50b102b2d2b7c3692c409edb' '7928d72e81a6d115e8cfca2764aee571'
'7f1a96e24f5150f790df94398e9525a3' '7f1a96e24f5150f790df94398e9525a3'
'61c5ff73c136ed07a7aadbf58db3d96a' '61c5ff73c136ed07a7aadbf58db3d96a'
'584777ae88bce2c5659960151b64c7d8' '584777ae88bce2c5659960151b64c7d8'

View file

@ -8640,7 +8640,7 @@ CONFIG_PHY_XGENE=y
CONFIG_PHY_SUN4I_USB=y CONFIG_PHY_SUN4I_USB=y
CONFIG_PHY_SUN6I_MIPI_DPHY=m CONFIG_PHY_SUN6I_MIPI_DPHY=m
# CONFIG_PHY_SUN9I_USB is not set # CONFIG_PHY_SUN9I_USB is not set
# CONFIG_PHY_SUN50I_USB3 is not set CONFIG_PHY_SUN50I_USB3=y
CONFIG_PHY_MESON8B_USB2=y CONFIG_PHY_MESON8B_USB2=y
CONFIG_PHY_MESON_GXL_USB2=y CONFIG_PHY_MESON_GXL_USB2=y
CONFIG_PHY_MESON_GXL_USB3=y CONFIG_PHY_MESON_GXL_USB3=y