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>
This commit is contained in:
Richard Zhao
2011-12-14 09:26:46 +08:00
committed by Shawn Guo
parent 8f9ffecfa9
commit 3c8276c6bc
3 changed files with 54 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ static struct sys_timer imx6q_timer = {
static const char *imx6q_dt_compat[] __initdata = {
"fsl,imx6q-sabreauto",
"fsl,imx6q-sabrelite",
NULL,
};