Message ID | 20250325200751.2763618-1-joey@tinyisr.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 855912be0b046028abc9c0577787e749a8d26cf5 |
Headers | show |
Series | MIPS: config: omega2+, vocore2: enable CLK_MTMIPS | expand |
On Tue, Mar 25, 2025 at 10:07:51PM +0200, Joris Vaisvila wrote: > 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> > --- > arch/mips/configs/omega2p_defconfig | 1 + > arch/mips/configs/vocore2_defconfig | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/arch/mips/configs/omega2p_defconfig b/arch/mips/configs/omega2p_defconfig > index 7c1c1b974d8f..128f9abab7fc 100644 > --- a/arch/mips/configs/omega2p_defconfig > +++ b/arch/mips/configs/omega2p_defconfig > @@ -61,6 +61,7 @@ CONFIG_USB=y > CONFIG_USB_EHCI_HCD=y > CONFIG_USB_EHCI_HCD_PLATFORM=y > CONFIG_MMC=y > +CONFIG_CLK_MTMIPS=y > # CONFIG_IOMMU_SUPPORT is not set > CONFIG_MEMORY=y > CONFIG_PHY_RALINK_USB=y > diff --git a/arch/mips/configs/vocore2_defconfig b/arch/mips/configs/vocore2_defconfig > index 7c8ebb1b56da..917967fed45f 100644 > --- a/arch/mips/configs/vocore2_defconfig > +++ b/arch/mips/configs/vocore2_defconfig > @@ -61,6 +61,7 @@ CONFIG_USB=y > CONFIG_USB_EHCI_HCD=y > CONFIG_USB_EHCI_HCD_PLATFORM=y > CONFIG_MMC=y > +CONFIG_CLK_MTMIPS=y > # CONFIG_IOMMU_SUPPORT is not set > CONFIG_MEMORY=y > CONFIG_PHY_RALINK_USB=y > -- > 2.48.1 applied to mips-next Thomas.
diff --git a/arch/mips/configs/omega2p_defconfig b/arch/mips/configs/omega2p_defconfig index 7c1c1b974d8f..128f9abab7fc 100644 --- a/arch/mips/configs/omega2p_defconfig +++ b/arch/mips/configs/omega2p_defconfig @@ -61,6 +61,7 @@ CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_HCD_PLATFORM=y CONFIG_MMC=y +CONFIG_CLK_MTMIPS=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_MEMORY=y CONFIG_PHY_RALINK_USB=y diff --git a/arch/mips/configs/vocore2_defconfig b/arch/mips/configs/vocore2_defconfig index 7c8ebb1b56da..917967fed45f 100644 --- a/arch/mips/configs/vocore2_defconfig +++ b/arch/mips/configs/vocore2_defconfig @@ -61,6 +61,7 @@ CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_HCD_PLATFORM=y CONFIG_MMC=y +CONFIG_CLK_MTMIPS=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_MEMORY=y CONFIG_PHY_RALINK_USB=y
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> --- arch/mips/configs/omega2p_defconfig | 1 + arch/mips/configs/vocore2_defconfig | 1 + 2 files changed, 2 insertions(+)