Commit 7a1917ab authored by Heiko Stuebner's avatar Heiko Stuebner

ARM: rockchip: enable support for RK3288 SoCs

Enable HAVE_ARM_ARCH_TIMER and add a rockchip,rk3288 compatible.
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Tested-by: default avatarWill Deacon <will.deacon@arm.com>
Reviewed-by: default avatarDoug Anderson <dianders@chromium.org>
Tested-by: default avatarDoug Anderson <dianders@chromium.org>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 7b5da4c3
...@@ -6,6 +6,7 @@ config ARCH_ROCKCHIP ...@@ -6,6 +6,7 @@ config ARCH_ROCKCHIP
select ARCH_REQUIRE_GPIOLIB select ARCH_REQUIRE_GPIOLIB
select ARM_GIC select ARM_GIC
select CACHE_L2X0 select CACHE_L2X0
select HAVE_ARM_ARCH_TIMER
select HAVE_ARM_SCU if SMP select HAVE_ARM_SCU if SMP
select HAVE_ARM_TWD if SMP select HAVE_ARM_TWD if SMP
select DW_APB_TIMER_OF select DW_APB_TIMER_OF
......
...@@ -29,6 +29,7 @@ static const char * const rockchip_board_dt_compat[] = { ...@@ -29,6 +29,7 @@ static const char * const rockchip_board_dt_compat[] = {
"rockchip,rk3066a", "rockchip,rk3066a",
"rockchip,rk3066b", "rockchip,rk3066b",
"rockchip,rk3188", "rockchip,rk3188",
"rockchip,rk3288",
NULL, NULL,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment