Skip to content

Commit 855912b

Browse files
Joris Vaisvilatsbogend
authored andcommitted
MIPS: config: omega2+, vocore2: enable CLK_MTMIPS
This commit enables the CLK_MTMIPS driver for omega2+ and vocore2 devices. This driver is required for these devices to boot properly. Without it, the devices fail to obtain the CPU clock, resulting in a kernel panic. Signed-off-by: Joris Vaisvila <joey@tinyisr.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 355d63e commit 855912b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/mips/configs/omega2p_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ CONFIG_USB=y
6161
CONFIG_USB_EHCI_HCD=y
6262
CONFIG_USB_EHCI_HCD_PLATFORM=y
6363
CONFIG_MMC=y
64+
CONFIG_CLK_MTMIPS=y
6465
# CONFIG_IOMMU_SUPPORT is not set
6566
CONFIG_MEMORY=y
6667
CONFIG_PHY_RALINK_USB=y

arch/mips/configs/vocore2_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ CONFIG_USB=y
6161
CONFIG_USB_EHCI_HCD=y
6262
CONFIG_USB_EHCI_HCD_PLATFORM=y
6363
CONFIG_MMC=y
64+
CONFIG_CLK_MTMIPS=y
6465
# CONFIG_IOMMU_SUPPORT is not set
6566
CONFIG_MEMORY=y
6667
CONFIG_PHY_RALINK_USB=y

0 commit comments

Comments
 (0)