ARM: rockchip: drop rk3288 jtag/mmc switch handling
From: Heiko Stuebner <heiko@...> Date: Mon, 23 May 2016 11:04:20 +0200
Commit-Message
We moved that functionality to a more generic place where it can also be used for other socs, so drop it from architecture code. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/mach-rockchip/rockchip.c | 12 ------------ 1 file changed, 12 deletions(-)
Statistics
- 0 lines added
- 12 lines removed
Changes
---------------------- arch/arm/mach-rockchip/rockchip.c -----------------------
index beb71da..e7b2aa7 100644
@@ -29,13 +29,11 @@
#include "core.h"
#include "pm.h"
#define RK3288_TIMER6_7_PHYS 0xff810000
static void __init rockchip_timer_init(void)
{
if (of_machine_is_compatible("rockchip,rk3288")) {
void __iomem *reg_base;
/*
@@ -54,16 +52,6 @@ static void __init rockchip_timer_init(void)
} else {
pr_err("rockchip: could not map timer7 registers\n");
}
}
of_clk_init(NULL);