aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear
diff options
context:
space:
mode:
authorPratyush Anand <pratyush.anand@st.com>2014-02-11 01:40:47 -0500
committerViresh Kumar <viresh.kumar@linaro.org>2014-07-14 01:34:42 -0400
commit23b7ad23cb95db188403677c51c997338fb9effd (patch)
treeea145481d44f2d9df2100ed11aae7ee6cc5f278a /arch/arm/mach-spear
parent36c5c90d4c24d692fe158f5bfe4c97f28fd6ebba (diff)
ARM: SPEAr13xx: Add bindings and dt node for misc block
SPEAr SOCs have some miscellaneous registers which are used to configure peripheral. This patch adds dt node and binding information for this block. Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Pratyush Anand <pratyush.anand@st.com> Cc: devicetree@vger.kernel.org [viresh: fixed logs/cclist] Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch/arm/mach-spear')
-rw-r--r--arch/arm/mach-spear/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig
index 90df2022276a..ba57677cee28 100644
--- a/arch/arm/mach-spear/Kconfig
+++ b/arch/arm/mach-spear/Kconfig
@@ -19,6 +19,7 @@ config ARCH_SPEAR13XX
19 select HAVE_ARM_SCU if SMP 19 select HAVE_ARM_SCU if SMP
20 select HAVE_ARM_TWD if SMP 20 select HAVE_ARM_TWD if SMP
21 select PINCTRL 21 select PINCTRL
22 select MFD_SYSCON
22 help 23 help
23 Supports for ARM's SPEAR13XX family 24 Supports for ARM's SPEAR13XX family
24 25