Skip to content

Commit 0880884

Browse files
neosys007tsbogend
authored andcommitted
MIPS: configs: Enable the current Ingenic USB PHY symbol
The Ingenic USB PHY provider is now built from phy-ingenic-usb.o under `CONFIG_PHY_INGENIC_USB`. The Ingenic defconfigs below still enable the stale `CONFIG_JZ4770_PHY` symbol. That symbol no longer carries the provider object, so the defconfigs lose the intended USB PHY provider after olddefconfig. Use `CONFIG_PHY_INGENIC_USB` instead. Signed-off-by: Pengpeng Hou <pengpeng@iscas.ac.cn> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent dceafc1 commit 0880884

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/mips/configs/cu1000-neo_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ CONFIG_DMA_JZ4780=y
8686
# CONFIG_INGENIC_TIMER is not set
8787
CONFIG_INGENIC_SYSOST=y
8888
# CONFIG_IOMMU_SUPPORT is not set
89-
CONFIG_JZ4770_PHY=y
89+
CONFIG_PHY_INGENIC_USB=y
9090
CONFIG_EXT4_FS=y
9191
# CONFIG_DNOTIFY is not set
9292
CONFIG_AUTOFS_FS=y

arch/mips/configs/cu1830-neo_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ CONFIG_DMA_JZ4780=y
8989
# CONFIG_INGENIC_TIMER is not set
9090
CONFIG_INGENIC_SYSOST=y
9191
# CONFIG_IOMMU_SUPPORT is not set
92-
CONFIG_JZ4770_PHY=y
92+
CONFIG_PHY_INGENIC_USB=y
9393
CONFIG_EXT4_FS=y
9494
# CONFIG_DNOTIFY is not set
9595
CONFIG_AUTOFS_FS=y

arch/mips/configs/gcw0_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ CONFIG_USB_MUSB_HDRC=y
9999
CONFIG_USB_MUSB_GADGET=y
100100
CONFIG_USB_MUSB_JZ4740=y
101101
CONFIG_USB_INVENTRA_DMA=y
102-
CONFIG_JZ4770_PHY=y
102+
CONFIG_PHY_INGENIC_USB=y
103103
CONFIG_USB_GADGET=y
104104
CONFIG_USB_GADGET_VBUS_DRAW=500
105105
CONFIG_USB_ETH=y

0 commit comments

Comments
 (0)