ARM: rockchip: enable support for RK3288 SoCs
authorHeiko Stuebner <heiko@sntech.de>
Sat, 28 Jun 2014 18:13:42 +0000 (20:13 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 26 Jul 2014 11:07:19 +0000 (13:07 +0200)
Enable HAVE_ARM_ARCH_TIMER and add a rockchip,rk3288 compatible.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Will Deacon <will.deacon@arm.com>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Tested-by: Doug Anderson <dianders@chromium.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/rockchip.c

index e4564c2..d168669 100644 (file)
@@ -6,6 +6,7 @@ config ARCH_ROCKCHIP
        select ARCH_REQUIRE_GPIOLIB
        select ARM_GIC
        select CACHE_L2X0
+       select HAVE_ARM_ARCH_TIMER
        select HAVE_ARM_SCU if SMP
        select HAVE_ARM_TWD if SMP
        select DW_APB_TIMER_OF
index 968cc34..8ab9e0e 100644 (file)
@@ -29,6 +29,7 @@ static const char * const rockchip_board_dt_compat[] = {
        "rockchip,rk3066a",
        "rockchip,rk3066b",
        "rockchip,rk3188",
+       "rockchip,rk3288",
        NULL,
 };