While booting with a kernel compiled from the 03.00.01.06 release, I have noticed that the ability to set the MPU clock rate (set in bootargs) no longer functions. The following boot errors appear with this kernel version, but not in the 03.00.00.05 release:
------------[ cut here ]------------
WARNING: at arch/arm/mach-omap2/clock34xx.c:456 omap2_clk_arch_init+0x38/0x1e8()
OPP table not defined for MPU
Modules linked in:
[<c0033518>] (unwind_backtrace+0x0/0xdc) from [<c0054fc8>] (warn_slowpath_common+0x48/0x60)
[<c0054fc8>] (warn_slowpath_common+0x48/0x60) from [<c0055018>] (warn_slowpath_fmt+0x24/0x30)
[<c0055018>] (warn_slowpath_fmt+0x24/0x30) from [<c000fa00>] (omap2_clk_arch_init+0x38/0x1e8)
[<c000fa00>] (omap2_clk_arch_init+0x38/0x1e8) from [<c002d334>] (do_one_initcall+0x5c/0x1b4)
[<c002d334>] (do_one_initcall+0x5c/0x1b4) from [<c0008578>] (kernel_init+0x90/0x10c)
[<c0008578>] (kernel_init+0x90/0x10c) from [<c002ee90>] (kernel_thread_exit+0x0/0x8)
---[ end trace 1b75b31a2719ed1c ]---
------------[ cut here ]------------
WARNING: at arch/arm/mach-omap2/clock34xx.c:460 omap2_clk_arch_init+0x6c/0x1e8()
OPP table not defined for DSP
Modules linked in:
[<c0033518>] (unwind_backtrace+0x0/0xdc) from [<c0054fc8>] (warn_slowpath_common+0x48/0x60)
[<c0054fc8>] (warn_slowpath_common+0x48/0x60) from [<c0055018>] (warn_slowpath_fmt+0x24/0x30)
[<c0055018>] (warn_slowpath_fmt+0x24/0x30) from [<c000fa34>] (omap2_clk_arch_init+0x6c/0x1e8)
[<c000fa34>] (omap2_clk_arch_init+0x6c/0x1e8) from [<c002d334>] (do_one_initcall+0x5c/0x1b4)
[<c002d334>] (do_one_initcall+0x5c/0x1b4) from [<c0008578>] (kernel_init+0x90/0x10c)
[<c0008578>] (kernel_init+0x90/0x10c) from [<c002ee90>] (kernel_thread_exit+0x0/0x8)
---[ end trace 1b75b31a2719ed1d ]---
------------[ cut here ]------------
WARNING: at arch/arm/mach-omap2/clock34xx.c:463 omap2_clk_arch_init+0x90/0x1e8()
OPP table not defined for L3
Modules linked in:
[<c0033518>] (unwind_backtrace+0x0/0xdc) from [<c0054fc8>] (warn_slowpath_common+0x48/0x60)
[<c0054fc8>] (warn_slowpath_common+0x48/0x60) from [<c0055018>] (warn_slowpath_fmt+0x24/0x30)
[<c0055018>] (warn_slowpath_fmt+0x24/0x30) from [<c000fa58>] (omap2_clk_arch_init+0x90/0x1e8)
[<c000fa58>] (omap2_clk_arch_init+0x90/0x1e8) from [<c002d334>] (do_one_initcall+0x5c/0x1b4)
[<c002d334>] (do_one_initcall+0x5c/0x1b4) from [<c0008578>] (kernel_init+0x90/0x10c)
[<c0008578>] (kernel_init+0x90/0x10c) from [<c002ee90>] (kernel_thread_exit+0x0/0x8)
---[ end trace 1b75b31a2719ed1e ]---
Is there a fix for this, or must I continue to use the previous release?
Thanks!