u-boot-brain/arch/arm/mach-rockchip
Simon Glass 5ddf5d7705 rockchip: clk: Make rkclk_get_clk() SoC-specific
The current method assumes that clocks are numbered from 0 and we can
determine a clock by its number. It is safer to use an ID in the clock's
platform data to avoid the situation where another clock is bound before
the one we expect.

Move the existing code into rk3036 since it still works there. Add a new
implementation for rk3288.

Signed-off-by: Simon Glass <sjg@chromium.org>
2016-01-21 20:42:35 -07:00
..
rk3036 rockchip: Add basic support for kylin board 2015-12-13 20:51:50 -07:00
rk3288 rockchip: reset: Use the rk_clr/setreg() interface 2016-01-21 20:42:35 -07:00
board.c rockchip: rk3036: Add core Soc start-up code 2015-12-01 08:07:22 -07:00
Kconfig Revert "rockchip: Add max spl size & spl header configs" 2015-12-13 17:07:06 -07:00
Makefile rockchip: clk: Make rkclk_get_clk() SoC-specific 2016-01-21 20:42:35 -07:00
rk3036-board-spl.c rockchip: Use the debug UART on rk3036 2016-01-12 10:19:09 -07:00
rk3288-board-spl.c rockchip: Avoid using MMC code when not booting from MMC 2016-01-21 20:42:34 -07:00
rk_timer.c rockchip: add timer driver 2015-12-01 08:07:22 -07:00