summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/common.c
Commit message (Collapse)AuthorAgeFilesLines
* rockchip: clk: Make rkclk_get_clk() SoC-specificSimon Glass2016-01-211-28/+0
| | | | | | | | | | | | 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>
* rockchip: Add core SoC start-up codeSimon Glass2015-09-021-0/+28
Add code for starting up U-Boot SPL and U-Boot proper. This is generic and makes use of devices provided by the board- or SoC-specific code. Signed-off-by: Simon Glass <sjg@chromium.org>
OpenPOWER on IntegriCloud