~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/sh/boards/board-espt.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                .end    = 0xFEE00F7C - 1,
67
67
                .flags  = IORESOURCE_MEM,
68
68
        }, {
 
69
                .start  = 0xFEE01800,   /* TSU */
 
70
                .end    = 0xFEE01FFF,
 
71
                .flags  = IORESOURCE_MEM,
 
72
        }, {
 
73
 
69
74
                .start  = 57,   /* irq number */
70
75
                .flags  = IORESOURCE_IRQ,
71
76
        },
74
79
static struct sh_eth_plat_data sh7763_eth_pdata = {
75
80
        .phy = 0,
76
81
        .edmac_endian = EDMAC_LITTLE_ENDIAN,
 
82
        .register_type = SH_ETH_REG_GIGABIT,
 
83
        .phy_interface = PHY_INTERFACE_MODE_MII,
77
84
};
78
85
 
79
86
static struct platform_device espt_eth_device = {