diff options
author | Marek Vasut <marex@denx.de> | 2012-08-26 14:59:31 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-08-28 04:45:11 +0800 |
commit | 91ed4938ced262e3356a377b08e1f367da941a85 (patch) | |
tree | 5bf544c5e3eea3a4ad97b44c15c01c28ce510712 /arch/arm/mach-mxs | |
parent | bb2f1261c2ededd168d774e84e456bdad25ffdbf (diff) | |
download | talos-op-linux-91ed4938ced262e3356a377b08e1f367da941a85.tar.gz talos-op-linux-91ed4938ced262e3356a377b08e1f367da941a85.zip |
ARM: mxs: Update DENX M28 machine and dts file
Update the mach-mxs machine by removing the enet_clkout(). The new
revision of the board doesn't need that. Also, update the DTS file
with all the new drivers pulled in the mainline recently, that is,
SPI, LRADC, USB.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c index 3b0d9c64c235..5cbb6376c685 100644 --- a/arch/arm/mach-mxs/mach-mxs.c +++ b/arch/arm/mach-mxs/mach-mxs.c @@ -288,7 +288,6 @@ static void __init imx28_evk_post_init(void) static void __init m28evk_init(void) { - enable_clk_enet_out(); update_fec_mac_prop(OUI_DENX); mxsfb_pdata.mode_list = m28evk_video_modes; |