~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to arch/arm/mach-omap2/board-am3517crane.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "common.h"
31
31
#include <plat/usb.h>
32
32
 
 
33
#include "am35xx-emac.h"
33
34
#include "mux.h"
34
35
#include "control.h"
35
36
 
90
91
        }
91
92
 
92
93
        usbhs_init(&usbhs_bdata);
 
94
        am35xx_emac_init(AM35XX_DEFAULT_MDIO_FREQUENCY, 1);
93
95
}
94
96
 
95
97
MACHINE_START(CRANEBOARD, "AM3517/05 CRANEBOARD")
100
102
        .init_irq       = omap3_init_irq,
101
103
        .handle_irq     = omap3_intc_handle_irq,
102
104
        .init_machine   = am3517_crane_init,
 
105
        .init_late      = am35xx_init_late,
103
106
        .timer          = &omap3_timer,
104
107
        .restart        = omap_prcm_restart,
105
108
MACHINE_END