diff options
author | Brian Lilly <brian@crystalfontz.com> | 2013-06-13 15:43:45 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 15:43:31 +0800 |
commit | d75f3d92e86e65b3cb9725e65f7278cc303511db (patch) | |
tree | dd029b9f73a36559cb5c38fea01d878a93915390 /arch/arm/mach-mxs | |
parent | ed138c368d95095de522db98b8b6929874bed403 (diff) | |
download | linux-d75f3d92e86e65b3cb9725e65f7278cc303511db.tar.gz linux-d75f3d92e86e65b3cb9725e65f7278cc303511db.tar.bz2 linux-d75f3d92e86e65b3cb9725e65f7278cc303511db.zip |
ARM: mxs: dt: Add Crystalfontz CFA-10057 device tree
The CFA-10057 is a breakout board for the CFA-10036 that has Ethernet,
USB and a 4.3" LCD screen on it.
Signed-off-by: Brian Lilly <brian@crystalfontz.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c index f9fe0c539031..ba227cb2c93b 100644 --- a/arch/arm/mach-mxs/mach-mxs.c +++ b/arch/arm/mach-mxs/mach-mxs.c @@ -479,7 +479,8 @@ static void __init mxs_machine_init(void) apx4devkit_init(); else if (of_machine_is_compatible("crystalfontz,cfa10037") || of_machine_is_compatible("crystalfontz,cfa10049") || - of_machine_is_compatible("crystalfontz,cfa10055")) + of_machine_is_compatible("crystalfontz,cfa10055") || + of_machine_is_compatible("crystalfontz,cfa10057")) crystalfontz_init(); of_platform_populate(NULL, of_default_bus_match_table, |