aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear3xx
diff options
context:
space:
mode:
authorShiraz Hashim <shiraz.hashim@st.com>2012-08-08 19:20:11 -0400
committerViresh Kumar <viresh.kumar@linaro.org>2012-11-26 06:25:33 -0500
commite2eb69183ec4156eb814e67672e492bf902bbcd2 (patch)
treef3c438ef27d5fe1a0598957c910f16b2eb87d5b8 /arch/arm/mach-spear3xx
parent86edd7b8ac2791ddf42ab082799ddb843813c3bc (diff)
ARM: SPEAr320: DT: Add SPEAr 320 HMI board support
This adds support for SPEAr320-HMI board. Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'arch/arm/mach-spear3xx')
-rw-r--r--arch/arm/mach-spear3xx/spear320.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-spear3xx/spear320.c b/arch/arm/mach-spear3xx/spear320.c
index 707504b84e0..66e3a0c33e7 100644
--- a/arch/arm/mach-spear3xx/spear320.c
+++ b/arch/arm/mach-spear3xx/spear320.c
@@ -247,6 +247,7 @@ static void __init spear320_dt_init(void)
247static const char * const spear320_dt_board_compat[] = { 247static const char * const spear320_dt_board_compat[] = {
248 "st,spear320", 248 "st,spear320",
249 "st,spear320-evb", 249 "st,spear320-evb",
250 "st,spear320-hmi",
250 NULL, 251 NULL,
251}; 252};
252 253