[U-Boot] [PATCH v2] omap4: Use a smaller M,N couple for IVA DPLL

2012-06-13 Thread Sebastien Jan
This reduced M,N couple corresponds to the advised value from TI HW team. Tested on 4460 Pandaboard, it also provides peripheral clocks closer to the advised values. Signed-off-by: Sebastien Jan --- arch/arm/cpu/armv7/omap4/clocks.c |2 +- 1 file changed, 1 insertion(+), 1 deletion

[U-Boot] [PATCH] omap4: Use a smaller M,N couple for IVA DPLL

2012-06-12 Thread Sebastien Jan
Signed-off-by: Sebastien Jan --- arch/arm/cpu/armv7/omap4/clocks.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/omap4/clocks.c b/arch/arm/cpu/armv7/omap4/clocks.c index c568951..1d92e66 100644 --- a/arch/arm/cpu/armv7/omap4/clocks.c +++ b/arch/arm

[U-Boot] [PATCH] OMAP5432: do not apply 5430 non-essential pad-confs to 5432

2012-06-04 Thread Sebastien Jan
Some of the non-essential 5432 pads have a different purpose compared to 5430, so do not apply the 5430 non-essential pads configuration to 5432. Essential pad confs are common and can/shall be shared. Signed-off-by: Sebastien Jan --- board/ti/omap5_evm/evm.c | 18 -- 1 file