]> git.baikalelectronics.ru Git - uboot.git/commit
arm: am33xx: Add support for mulitiple PLL input frequencies
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 5 May 2017 07:29:10 +0000 (12:59 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 12:37:14 +0000 (08:37 -0400)
commitd447daf50d9f789b7b51eff904d6dbd60de2e531
treefa2014c395a089ece50f2731aa41e37596a956f7
parent3f2b38fa4f23eb5a9bf22d3d8ba48fdc3bc2e4cb
arm: am33xx: Add support for mulitiple PLL input frequencies

am335x supports various sysclk frequencies which can be determined
using sysboot pins. PLLs should be configures based on this
sysclk frequency. Add PLL configurations for all supported
frequencies.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/include/asm/arch-am33xx/clock.h
arch/arm/include/asm/arch-am33xx/clocks_am33xx.h
arch/arm/include/asm/arch-am33xx/hardware.h
arch/arm/include/asm/arch-am33xx/hardware_am43xx.h
arch/arm/include/asm/arch-am33xx/sys_proto.h
arch/arm/mach-omap2/am33xx/board.c
arch/arm/mach-omap2/am33xx/clock_am33xx.c
arch/arm/mach-omap2/am33xx/sys_info.c
board/ti/am335x/board.c
board/ti/am43xx/board.c