]> Git Repo - u-boot.git/commit
socfpga: Adding Clock Manager driver
authorChin Liang See <[email protected]>
Wed, 5 Mar 2014 04:13:53 +0000 (22:13 -0600)
committerAlbert ARIBAUD <[email protected]>
Mon, 7 Apr 2014 08:41:50 +0000 (10:41 +0200)
commitddfeb0aaf49e30afff04e7a619913f09c2d4ce45
tree08d2d83879c3e5d748ce08bfe9ddac64f193cac7
parent1a9df13d5bc0b68c9dcae88d244c995c9351db67
socfpga: Adding Clock Manager driver

Clock Manager driver will be called to reconfigure all the
clocks setting based on user input. The input are passed to
Preloader through handoff files

Signed-off-by: Chin Liang See <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Wolfgang Denk <[email protected]>
CC: Pavel Machek <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Acked-by: Pavel Machek <[email protected]>
arch/arm/cpu/armv7/socfpga/Makefile
arch/arm/cpu/armv7/socfpga/clock_manager.c [new file with mode: 0644]
arch/arm/cpu/armv7/socfpga/spl.c
arch/arm/include/asm/arch-socfpga/clock_manager.h [new file with mode: 0644]
arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
board/altera/socfpga/pll_config.h [new file with mode: 0644]
include/configs/socfpga_cyclone5.h
This page took 0.058418 seconds and 4 git commands to generate.