upgrade 3.13 targets to 3.13.7
[openwrt/openwrt.git] / target / linux / sunxi / patches-3.13 / 106-add-Kconfig-for-reset.patch
1 From 73f948fb57f489ed8252fa8480575c91f027200d Mon Sep 17 00:00:00 2001
2 From: Maxime Ripard <maxime.ripard@free-electrons.com>
3 Date: Tue, 24 Sep 2013 11:09:55 +0300
4 Subject: [PATCH] ARM: sunxi: Select ARCH_HAS_RESET_CONTROLLER
5
6 The A31 has a reset controller, and we have to select this option to
7 have access to the reset controller framework.
8
9 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
10 Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
11 ---
12 arch/arm/mach-sunxi/Kconfig | 1 +
13 1 file changed, 1 insertion(+)
14
15 --- a/arch/arm/mach-sunxi/Kconfig
16 +++ b/arch/arm/mach-sunxi/Kconfig
17 @@ -1,5 +1,6 @@
18 config ARCH_SUNXI
19 bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
20 + select ARCH_HAS_RESET_CONTROLLER
21 select ARCH_REQUIRE_GPIOLIB
22 select ARM_GIC
23 select CLKSRC_MMIO