diff options
author | Marek Vasut <marex@denx.de> | 2012-11-18 16:08:29 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-11-20 09:09:05 -0500 |
commit | 160d5f27605f5acac8f426d862e8f8a499eef2b5 (patch) | |
tree | 00334d37b84f86c6ba61bf1af8a39f2117850291 /arch/arm/mach-mxs | |
parent | a04878645f54d238821fff85e46d7603f45a0a1f (diff) |
ARM: mxs: Add SchulerControl SPS1 DTS file
Add DTS file for this custom board.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: 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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c index 67ef35506093..98070370d602 100644 --- a/arch/arm/mach-mxs/mach-mxs.c +++ b/arch/arm/mach-mxs/mach-mxs.c | |||
@@ -290,6 +290,11 @@ static void __init m28evk_init(void) | |||
290 | mxsfb_pdata.ld_intf_width = STMLCDIF_18BIT; | 290 | mxsfb_pdata.ld_intf_width = STMLCDIF_18BIT; |
291 | } | 291 | } |
292 | 292 | ||
293 | static void __init sc_sps1_init(void) | ||
294 | { | ||
295 | enable_clk_enet_out(); | ||
296 | } | ||
297 | |||
293 | static int apx4devkit_phy_fixup(struct phy_device *phy) | 298 | static int apx4devkit_phy_fixup(struct phy_device *phy) |
294 | { | 299 | { |
295 | phy->dev_flags |= MICREL_PHY_50MHZ_CLK; | 300 | phy->dev_flags |= MICREL_PHY_50MHZ_CLK; |
@@ -414,6 +419,8 @@ static void __init mxs_machine_init(void) | |||
414 | cfa10049_init(); | 419 | cfa10049_init(); |
415 | else if (of_machine_is_compatible("armadeus,imx28-apf28")) | 420 | else if (of_machine_is_compatible("armadeus,imx28-apf28")) |
416 | apf28_init(); | 421 | apf28_init(); |
422 | else if (of_machine_is_compatible("schulercontrol,imx28-sps1")) | ||
423 | sc_sps1_init(); | ||
417 | 424 | ||
418 | of_platform_populate(NULL, of_default_bus_match_table, | 425 | of_platform_populate(NULL, of_default_bus_match_table, |
419 | mxs_auxdata_lookup, NULL); | 426 | mxs_auxdata_lookup, NULL); |