summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/rk3288/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* rockchip: rk3288: Add SDRAM initSimon Glass2015-09-021-0/+1
| | | | | | | | | Add code to set up the SDRAM in SPL, ready for loading U-Boot. This uses device tree for configuration so should be able to support other RAM configurations. It may be possible to generalise the code to support other SoCs at some point. Signed-off-by: Simon Glass <sjg@chromium.org>
* rockchip: rk3288: Add a simple syscon driverSimon Glass2015-09-021-0/+1
| | | | | | Add a driver that provides access to system controllers. Signed-off-by: Simon Glass <sjg@chromium.org>
* rockchip: rk3288: Add SoC reset driverSimon Glass2015-09-021-0/+7
We can reset the SoC using some CRU (clock/reset unit) registers. Add support for this. Signed-off-by: Simon Glass <sjg@chromium.org>
OpenPOWER on IntegriCloud