]> git.baikalelectronics.ru Git - kernel.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)
commit7974dc024b3290b6843016338f343d3190c33cd0
tree73bbb24b8ac743d2bf61126d64f086ba8c2d0f7d
parentdf22656846f72824db3d46800d50e0df742edcee
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]