Skip to content
Snippets Groups Projects
Commit e0c2702f authored by rodriguezst's avatar rodriguezst
Browse files

linux-postmarketos-qcom-sm8150: enable NOP_USB_XCEIV for PHY initialization

parent 472dd062
Branches nabu_variants
No related tags found
No related merge requests found
Pipeline #218364 failed
......@@ -3,7 +3,7 @@
_flavor="postmarketos-qcom-sm8150"
pkgname=linux-$_flavor
pkgver=6.14.0
pkgrel=1
pkgrel=2
pkgdesc="Mainline Kernel fork for SM8150 devices"
arch="aarch64"
_carch="arm64"
......@@ -75,5 +75,5 @@ package() {
sha512sums="
55cbc56ebb68fbc6915de716eaca57ad6646495dff2a7f8bcafc7d892c285f036b32d30b3816b934a8fe2bb15cf42fa2e50e4662564b5d82573e5c21b424c05e linux-v6.14.0-sm8150.tar.gz
69e55896294b4a5063fb56887893289642b3a5dd29145d3c9be3a93bc463a2b7cd72fa518d16286409518cf1abe743270fd21fd6e86bae06c5b7e9dc841b37a8 config-postmarketos-qcom-sm8150.aarch64
d85c8ef4a5e87ceeb8c343159d952728b49bf2ce8d421b5a2fb2a3bc55970d0519020e8469d54bd760c834899ce476abca76653e0ff445785ad90d0ad3f6fc91 config-postmarketos-qcom-sm8150.aarch64
"
......@@ -5422,7 +5422,7 @@ CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
# CONFIG_USB_LED_TRIG is not set
CONFIG_USB_ULPI_BUS=y
# CONFIG_USB_CONN_GPIO is not set
CONFIG_USB_CONN_GPIO=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
CONFIG_USB_PCI=y
......@@ -5627,8 +5627,8 @@ CONFIG_USB_QCOM_EUD=m
#
# USB Physical Layer drivers
#
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_USB_GPIO_VBUS is not set
CONFIG_USB_PHY=y
CONFIG_NOP_USB_XCEIV=y
# CONFIG_USB_ISP1301 is not set
CONFIG_USB_ULPI=y
CONFIG_USB_ULPI_VIEWPORT=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment