From be99134a63b5612da460022b19d5230d0f5443cf Mon Sep 17 00:00:00 2001 From: wigyori Date: Sat, 4 Jan 2014 11:02:16 +0000 Subject: [PATCH] sunxi: delete a31 reset for now in lack of the mach split Signed-off-by: Zoltan HERPAI git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39193 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-3.12/142-register-a31-reset.patch | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 target/linux/sunxi/patches-3.12/142-register-a31-reset.patch diff --git a/target/linux/sunxi/patches-3.12/142-register-a31-reset.patch b/target/linux/sunxi/patches-3.12/142-register-a31-reset.patch deleted file mode 100644 index 4853647298..0000000000 --- a/target/linux/sunxi/patches-3.12/142-register-a31-reset.patch +++ /dev/null @@ -1,41 +0,0 @@ -From ba9cb86c174603252ee5b5f2b277dab46a99cf02 Mon Sep 17 00:00:00 2001 -From: Maxime Ripard -Date: Sat, 5 Oct 2013 14:53:48 +0200 -Subject: [PATCH] ARM: sunxi: Register the A31 reset IP in init_time - -The A31 has a reset IP that maintains a few other IPs in reset by -default. Among these IPs are the UARTs, and most notably the timers. We -thus need to register the reset driver before initializing the timers so -that the reset timer can use the reset framework. - -Signed-off-by: Maxime Ripard ---- - arch/arm/mach-sunxi/sunxi.c | 10 +++++++++- - 1 file changed, 9 insertions(+), 1 deletion(-) - -diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c -index f184f6c..2e79736 100644 ---- a/arch/arm/mach-sunxi/sunxi.c -+++ b/arch/arm/mach-sunxi/sunxi.c -@@ -142,9 +142,17 @@ static void __init sunxi_dt_init(void) - NULL, - }; - -+extern void __init sun6i_reset_init(void); -+static void __init sun6i_timer_init(void) -+{ -+ sunxi_init_clocks(); -+ sun6i_reset_init(); -+ clocksource_of_init(); -+} -+ - DT_MACHINE_START(SUN6I_DT, "Allwinner sun6i (A31) Family") - .init_machine = sunxi_dt_init, -- .init_time = sunxi_timer_init, -+ .init_time = sun6i_timer_init, - .dt_compat = sun6i_board_dt_compat, - .restart = sun6i_restart, - MACHINE_END --- -1.8.4 - -- 2.30.2