These are some early setup fixes for i.MX53. First PLL3 was initialized to 432MHz instead of what the code claims (and what U-Boot does) to 216MHz. We now really initialize it to 216MHz. Second the imx53_init_lowlevel code was not really save for calling from early code due to a call to clock_notifier_call_chain() inside. This fixes this. Sascha ---------------------------------------------------------------- Sascha Hauer (4): ARM: i.MX53: Fix pll216 setup ARM: i.MX53: split lowlevel function into early/nonearly version ARM: tx53: use early lowlevel function ARM: tqma53: call SoC lowlevel function early arch/arm/boards/karo-tx53/lowlevel.c | 2 +- arch/arm/boards/tqma53/board.c | 1 - arch/arm/boards/tqma53/lowlevel.c | 2 ++ arch/arm/mach-imx/imx51.c | 2 +- arch/arm/mach-imx/imx53.c | 14 +++++++++----- arch/arm/mach-imx/include/mach/imx5.h | 4 ++-- 6 files changed, 15 insertions(+), 10 deletions(-) _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox