ath79: fix the AR7{1,2}00 USB PHY patches
authorRui Salvaterra <rsalvaterra@gmail.com>
Thu, 29 Jul 2021 11:01:04 +0000 (12:01 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 8 Aug 2021 17:50:45 +0000 (19:50 +0200)
PHY_SIMPLE is a bogus kconfig symbol, what we really need to select is
GENERIC_PHY.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
target/linux/ath79/patches-5.10/0004-phy-add-ath79-usb-phys.patch
target/linux/ath79/patches-5.4/0004-phy-add-ath79-usb-phys.patch

index e319f738a5a4bc13deb7e2b76bce0ac2f60b8fde..56c3d6188763a492a3ae45386a83a93446a1e61d 100644 (file)
@@ -23,7 +23,7 @@ Signed-off-by: John Crispin <john@phrozen.org>
 +      tristate "Atheros AR7100 USB PHY driver"
 +      depends on ATH79 || COMPILE_TEST
 +      default y if USB_EHCI_HCD_PLATFORM
-+      select PHY_SIMPLE
++      select GENERIC_PHY
 +      help
 +        Enable this to support the USB PHY on Atheros AR7100 SoCs.
 +
@@ -31,7 +31,7 @@ Signed-off-by: John Crispin <john@phrozen.org>
 +      tristate "Atheros AR7200 USB PHY driver"
 +      depends on ATH79 || COMPILE_TEST
 +      default y if USB_EHCI_HCD_PLATFORM
-+      select PHY_SIMPLE
++      select GENERIC_PHY
 +      help
 +        Enable this to support the USB PHY on Atheros AR7200 SoCs.
 +
index e319f738a5a4bc13deb7e2b76bce0ac2f60b8fde..56c3d6188763a492a3ae45386a83a93446a1e61d 100644 (file)
@@ -23,7 +23,7 @@ Signed-off-by: John Crispin <john@phrozen.org>
 +      tristate "Atheros AR7100 USB PHY driver"
 +      depends on ATH79 || COMPILE_TEST
 +      default y if USB_EHCI_HCD_PLATFORM
-+      select PHY_SIMPLE
++      select GENERIC_PHY
 +      help
 +        Enable this to support the USB PHY on Atheros AR7100 SoCs.
 +
@@ -31,7 +31,7 @@ Signed-off-by: John Crispin <john@phrozen.org>
 +      tristate "Atheros AR7200 USB PHY driver"
 +      depends on ATH79 || COMPILE_TEST
 +      default y if USB_EHCI_HCD_PLATFORM
-+      select PHY_SIMPLE
++      select GENERIC_PHY
 +      help
 +        Enable this to support the USB PHY on Atheros AR7200 SoCs.
 +