Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
* AM335x: Beaglebone stops to boot with current git kernel
@ 2012-11-14 15:28 Igor Mazanov
  2012-11-14 16:41 ` Jean Pihet
  0 siblings, 1 reply; 20+ messages in thread
From: Igor Mazanov @ 2012-11-14 15:28 UTC (permalink / raw)
  To: linux-omap

Hello,

Beaglebone boot process is broken with the current git kernel. I use 
omap2plus_defconfig for tests.

It looks like the boot process stops due to the last changes in the AM33xx clock 
sysbsystem. A following patch resolves this issue:

diff --git a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c 
b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c
index ad8d43b..858e180 100644
--- a/arch/arm/mach-omap2/omap_hwmod_33xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_33xx_data.c
@@ -586,7 +586,7 @@ static struct omap_hwmod am33xx_smartreflex0_hwmod = {
         .class          = &am33xx_smartreflex_hwmod_class,
         .clkdm_name     = "l4_wkup_clkdm",
         .mpu_irqs       = am33xx_smartreflex0_irqs,
-       .main_clk       = "smartreflex0_fck",
+       .main_clk       = "smartreflex_mpu_fck",
         .prcm           = {
                 .omap4  = {
                         .clkctrl_offs   = 
AM33XX_CM_WKUP_SMARTREFLEX0_CLKCTRL_OFFSET,
@@ -606,7 +606,7 @@ static struct omap_hwmod am33xx_smartreflex1_hwmod = {
         .class          = &am33xx_smartreflex_hwmod_class,
         .clkdm_name     = "l4_wkup_clkdm",
         .mpu_irqs       = am33xx_smartreflex1_irqs,
-       .main_clk       = "smartreflex1_fck",
+       .main_clk       = "smartreflex_core_fck",
         .prcm           = {
                 .omap4  = {
                         .clkctrl_offs   = 
AM33XX_CM_WKUP_SMARTREFLEX1_CLKCTRL_OFFSET,


Regards,
Igor.


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2012-12-04 21:39 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14 15:28 AM335x: Beaglebone stops to boot with current git kernel Igor Mazanov
2012-11-14 16:41 ` Jean Pihet
2012-11-14 16:54   ` Nishanth Menon
2012-11-14 17:51   ` Tony Lindgren
2012-11-15 14:47     ` Jean Pihet
2012-11-15 16:27       ` Tony Lindgren
2012-11-21 18:38   ` Tony Lindgren
2012-11-21 20:00     ` Igor Mazanov
2012-11-22  5:42       ` Vaibhav Hiremath
2012-11-22 12:16         ` Igor Mazanov
2012-11-22 14:47           ` Hiremath, Vaibhav
2012-11-22 14:49           ` Hiremath, Vaibhav
2012-11-22 16:40             ` Igor Mazanov
2012-11-22 20:56               ` Joel A Fernandes
2012-11-23  6:04                 ` Hiremath, Vaibhav
2012-12-03 18:19                   ` Kevin Hilman
2012-12-04  4:01                     ` Hiremath, Vaibhav
2012-12-04  4:11                       ` Joel A Fernandes
2012-12-04 21:39                       ` Kevin Hilman
2012-11-23  6:08               ` Hiremath, Vaibhav

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox