ARM: rockchip: enable support for RK3288 SoCs
From: Heiko Stuebner <heiko@...> Date: Sat, 28 Jun 2014 20:13:42 +0200
Commit-Message
Enable HAVE_ARM_ARCH_TIMER and add a rockchip,rk3288 compatible. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/mach-rockchip/Kconfig | 1 + arch/arm/mach-rockchip/rockchip.c | 1 + 2 files changed, 2 insertions(+)
Statistics
- 2 lines added
- 0 lines removed
Changes
------------------------ arch/arm/mach-rockchip/Kconfig ------------------------
index e4564c2..d168669 100644
@@ -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
---------------------- arch/arm/mach-rockchip/rockchip.c -----------------------
index 968cc34..8ab9e0e 100644
@@ -29,6 +29,7 @@ static const char * const rockchip_board_dt_compat[] = {
"rockchip,rk3066a",
"rockchip,rk3066b",
"rockchip,rk3188",
+ "rockchip,rk3288",
NULL,
};