Hello, These patches add several OMAP3430 ES2 clocks and clock rates. To do so in a way that works on either ES1 or ES2 at runtime, we need to specially mark the clocks and rates that are specific to one or the other revision. This allows us to skip configuring those clocks at boot. Boot-tested on 3430SDP ES1. Comments welcomed. - Paul diffstat: arch/arm/mach-omap2/clock24xx.h | 2 arch/arm/mach-omap2/clock34xx.c | 16 + arch/arm/mach-omap2/clock34xx.h | 331 ++++++++++++++++++++++++++++++--- arch/arm/mach-omap2/cm.h | 6 arch/arm/mach-omap2/cm_regbits_34xx.h | 101 +++++++--- arch/arm/mach-omap2/prcm_common.h | 10 arch/arm/mach-omap2/prm_regbits_34xx.h | 7 include/asm-arm/arch-omap/clock.h | 16 - 8 files changed, 429 insertions(+), 60 deletions(-) size: text data bss dec hex filename 2862858 147344 96312 3106514 2f66d2 vmlinux.3430sdp.orig 2863882 148856 96312 3109050 2f70ba vmlinux.3430sdp.patched - To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html