diff options
author | Richard Zhao <richard.zhao@linaro.org> | 2011-12-13 20:26:46 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2011-12-14 08:25:45 -0500 |
commit | 3c8276c6bc912025db50ff7e93af6bc7c3de0c8c (patch) | |
tree | f3604c8204787e2cc8cd1fba2f743f8d40d27388 /arch/arm/mach-imx/mach-imx6q.c | |
parent | 8f9ffecfa9c6d4d813e6fa9f20f549b01f8d070e (diff) |
arm/imx6: add imx6q sabrelite board support
- Add basic board dts file
- Add board compatible string to mach-imx6q.
- Update fsl DT board doc.
Signed-off-by: Richard Zhao <richard.zhao@linaro.org>
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c index 8deb012189b5..d24d6c485eee 100644 --- a/arch/arm/mach-imx/mach-imx6q.c +++ b/arch/arm/mach-imx/mach-imx6q.c | |||
@@ -73,6 +73,7 @@ static struct sys_timer imx6q_timer = { | |||
73 | 73 | ||
74 | static const char *imx6q_dt_compat[] __initdata = { | 74 | static const char *imx6q_dt_compat[] __initdata = { |
75 | "fsl,imx6q-sabreauto", | 75 | "fsl,imx6q-sabreauto", |
76 | "fsl,imx6q-sabrelite", | ||
76 | NULL, | 77 | NULL, |
77 | }; | 78 | }; |
78 | 79 | ||