diff options
author | Nishanth Menon <nm@ti.com> | 2014-08-18 15:07:55 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-08 20:03:11 -0400 |
commit | 0e0cb99d17614711834aa8b4c6b397bf8b8596a5 (patch) | |
tree | 5841b10d87b04f5f6b3db07b21b162ebddde32d2 /arch/arm/mach-omap2/board-generic.c | |
parent | b359c4264c64909867c2005bc71cbc7431d2d464 (diff) |
ARM: OMAP2+: board-generic: add support for AM57xx family
AM57xx processor family are variants of DRA7 family of processors and
targetted at industrial and non-automotive applications.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-generic.c')
-rw-r--r-- | arch/arm/mach-omap2/board-generic.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c index 9480997ba616..bdb5194147d4 100644 --- a/arch/arm/mach-omap2/board-generic.c +++ b/arch/arm/mach-omap2/board-generic.c | |||
@@ -241,6 +241,8 @@ MACHINE_END | |||
241 | 241 | ||
242 | #ifdef CONFIG_SOC_DRA7XX | 242 | #ifdef CONFIG_SOC_DRA7XX |
243 | static const char *dra74x_boards_compat[] __initconst = { | 243 | static const char *dra74x_boards_compat[] __initconst = { |
244 | "ti,am5728", | ||
245 | "ti,am5726", | ||
244 | "ti,dra742", | 246 | "ti,dra742", |
245 | "ti,dra7", | 247 | "ti,dra7", |
246 | NULL, | 248 | NULL, |
@@ -260,6 +262,8 @@ DT_MACHINE_START(DRA74X_DT, "Generic DRA74X (Flattened Device Tree)") | |||
260 | MACHINE_END | 262 | MACHINE_END |
261 | 263 | ||
262 | static const char *dra72x_boards_compat[] __initconst = { | 264 | static const char *dra72x_boards_compat[] __initconst = { |
265 | "ti,am5718", | ||
266 | "ti,am5716", | ||
263 | "ti,dra722", | 267 | "ti,dra722", |
264 | NULL, | 268 | NULL, |
265 | }; | 269 | }; |