aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-imx6q.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-08-15 10:26:30 -0400
committerShawn Guo <shawn.guo@linaro.org>2012-08-23 23:44:12 -0400
commitd23f13f75628415b4de82d870814bd208b97cb4d (patch)
tree2261978de7e34612bd2fe65bf69155ea524077fd /arch/arm/mach-imx/mach-imx6q.c
parent7811aa94f45474fea070c327d5edfe7bc4b15d2a (diff)
ARM: mach-imx: 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-imx/mach-imx6q.c')
-rw-r--r--arch/arm/mach-imx/mach-imx6q.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c
index 5ec0608f2a76..7a9599fcbf82 100644
--- a/arch/arm/mach-imx/mach-imx6q.c
+++ b/arch/arm/mach-imx/mach-imx6q.c
@@ -218,9 +218,6 @@ static struct sys_timer imx6q_timer = {
218}; 218};
219 219
220static const char *imx6q_dt_compat[] __initdata = { 220static const char *imx6q_dt_compat[] __initdata = {
221 "fsl,imx6q-arm2",
222 "fsl,imx6q-sabrelite",
223 "fsl,imx6q-sabresd",
224 "fsl,imx6q", 221 "fsl,imx6q",
225 NULL, 222 NULL,
226}; 223};