[U-Boot] [RESEND PATCH v2] i.MX28: bug fixes in PMU configuration code

2012-08-07 Thread Stathis Voukelatos
Signed-off-by: Stathis Voukelatos Cc: Stefano Babic Cc: Marek Vasut --- Changes for v2: - White space cleanup arch/arm/cpu/arm926ejs/mx28/spl_power_init.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/cpu/arm926ejs/mx28/spl_power_init.c

[U-Boot] [PATCH v2] i.MX28: bug fixes in PMU configuration code

2012-07-27 Thread Stathis Voukelatos
Fixed some typos in the i.MX28 PMU code that sets up the VDDD and VDDIO power rails. In addition the VDDD and VDDIO brownout offset values should be divided by a step size before being programmed to the corresponding registers. Signed-off-by: Stathis Voukelatos Cc: Stefano Babic Cc: Marek

[U-Boot] [PATCH] i.MX28: bug fixes in PMU configuration code

2012-06-27 Thread Stathis Voukelatos
Fixed some typos in the i.MX28 PMU code that sets up the VDDD and VDDIO power rails. In addition the VDDD and VDDIO brownout offset values should be divided by a step size before being programmed to the corresponding registers. Signed-off-by: Stathis Voukelatos Cc: Stefano Babic Cc: Marek

[U-Boot] [PATCH] Sheevaplug: Add Kirkwood watchdog support

2012-03-28 Thread Stathis Voukelatos
Signed-off-by: Stathis Voukelatos Cc: Prafulla Wadaskar --- arch/arm/cpu/arm926ejs/kirkwood/timer.c | 47 +++-- arch/arm/include/asm/arch-kirkwood/cpu.h |1 + board/Marvell/sheevaplug/sheevaplug.c| 23 ++- include/configs/sheevaplug.h