
As am33xx supports various sysclk frequencies, this series support PLL configuration for all supported sysclk frequencies.
Changes since v1: - Converted CONFIG_SYS_MPUCLK to Kconfig - Default to 720MHz on PG 1.0 - Fixed checlpatch warnings - made bone_not_connected_to_ac_power() as static
Lokesh Vutla (4): configs: convert CONFIG_SYS_MPUCLK to Kconfig arm: am33xx: Fix MPU opp selection board: am335x: Introduce scale_vcores arm: am33xx: Add support for mulitiple PLL input frequencies
README | 5 - arch/arm/include/asm/arch-am33xx/clock.h | 7 + arch/arm/include/asm/arch-am33xx/clocks_am33xx.h | 9 +- arch/arm/include/asm/arch-am33xx/cpu.h | 8 + arch/arm/include/asm/arch-am33xx/hardware.h | 13 + arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 13 - arch/arm/include/asm/arch-am33xx/sys_proto.h | 1 + arch/arm/mach-omap2/Kconfig | 5 + arch/arm/mach-omap2/am33xx/board.c | 2 - arch/arm/mach-omap2/am33xx/clock_am33xx.c | 91 +++++- arch/arm/mach-omap2/am33xx/sys_info.c | 49 +++- board/ti/am335x/board.c | 313 ++++++++++++--------- board/ti/am43xx/board.c | 21 -- configs/draco_defconfig | 1 + configs/etamin_defconfig | 1 + configs/pxm2_defconfig | 1 + configs/rastaban_defconfig | 1 + configs/rut_defconfig | 1 + configs/thuban_defconfig | 1 + include/configs/draco.h | 1 - include/configs/etamin.h | 1 - include/configs/pxm2.h | 1 - include/configs/rastaban.h | 1 - include/configs/rut.h | 1 - include/configs/thuban.h | 1 - include/power/tps65910.h | 1 + scripts/config_whitelist.txt | 1 - 27 files changed, 348 insertions(+), 203 deletions(-)