diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-08-15 10:29:00 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-17 00:30:25 -0400 |
commit | 58a8c59e1c15eb9901a14c0750a2012b109a5e4f (patch) | |
tree | b704461c90b81909adfd53a96c54b1e3c0f47075 /arch/arm/mach-mxs | |
parent | e317317a7148fce681166a5ab01f36a1844254c7 (diff) |
ARM: mach-mxs: Remove board entries in dt_board_compat
There is no need for adding board related entries into dt_board_compat.
Leave only the SoC entry.
This way we do not need to patch a C file when adding dt support for
a new board.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r-- | arch/arm/mach-mxs/mach-mxs.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c index 02d1ab2a27f2..ceb739844780 100644 --- a/arch/arm/mach-mxs/mach-mxs.c +++ b/arch/arm/mach-mxs/mach-mxs.c | |||
@@ -289,19 +289,11 @@ static void __init mxs_machine_init(void) | |||
289 | } | 289 | } |
290 | 290 | ||
291 | static const char *imx23_dt_compat[] __initdata = { | 291 | static const char *imx23_dt_compat[] __initdata = { |
292 | "fsl,imx23-evk", | ||
293 | "fsl,stmp378x_devb" | ||
294 | "olimex,imx23-olinuxino", | ||
295 | "fsl,imx23", | 292 | "fsl,imx23", |
296 | NULL, | 293 | NULL, |
297 | }; | 294 | }; |
298 | 295 | ||
299 | static const char *imx28_dt_compat[] __initdata = { | 296 | static const char *imx28_dt_compat[] __initdata = { |
300 | "bluegiga,apx4devkit", | ||
301 | "crystalfontz,cfa10036", | ||
302 | "denx,m28evk", | ||
303 | "fsl,imx28-evk", | ||
304 | "karo,tx28", | ||
305 | "fsl,imx28", | 297 | "fsl,imx28", |
306 | NULL, | 298 | NULL, |
307 | }; | 299 | }; |