]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm: add basic support for Rockchip RK3066a boards
authorHeiko Stuebner <heiko@sntech.de>
Sun, 2 Jun 2013 21:09:41 +0000 (23:09 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 21 Jun 2013 07:21:02 +0000 (09:21 +0200)
commitd63dc0514d56e108cc96e334ca26b538263e52a2
tree73bbb24b8ac743d2bf61126d64f086ba8c2d0f7d
parent38bd6892abbf7d60b1e9ff7f1a2b8019b552eed3
arm: add basic support for Rockchip RK3066a boards

This adds a generic devicetree board file and a dtsi for boards
based on the RK3066a SoCs from Rockchip.

Apart from the generic parts (gic, clocks, pinctrl) the only components
currently supported are the timers, uarts and mmc ports (all DesignWare-
based).

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Olof Johansson <olof@lixom.net>
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/boot/dts/rk3066a.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/Kconfig [new file with mode: 0644]
arch/arm/mach-rockchip/Makefile [new file with mode: 0644]
arch/arm/mach-rockchip/rockchip.c [new file with mode: 0644]