Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91259
b: refs/heads/master
c: e21e2d4
h: refs/heads/master
i:
  91257: 4acffce
  91255: c64ca4b
v: v3
  • Loading branch information
Russell King authored and Russell King committed Apr 19, 2008
1 parent f493d65 commit 908f5f6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0aa975613320fcd8434087b6d61ef6990ec24e7d
refs/heads/master: e21e2d467ab4dd050dd02620c74be1e2665d20b9
40 changes: 20 additions & 20 deletions trunk/arch/arm/mach-pxa/lubbock.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,26 +221,6 @@ static struct platform_device sa1111_device = {
.resource = sa1111_resources,
};

static struct resource smc91x_resources[] = {
[0] = {
.name = "smc91x-regs",
.start = 0x0c000c00,
.end = 0x0c0fffff,
.flags = IORESOURCE_MEM,
},
[1] = {
.start = LUBBOCK_ETH_IRQ,
.end = LUBBOCK_ETH_IRQ,
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE,
},
[2] = {
.name = "smc91x-attrib",
.start = 0x0e000000,
.end = 0x0e0fffff,
.flags = IORESOURCE_MEM,
},
};

/* ADS7846 is connected through SSP ... and if your board has J5 populated,
* you can select it to replace the ucb1400 by switching the touchscreen cable
* (to J5) and poking board registers (as done below). Else it's only useful
Expand Down Expand Up @@ -296,6 +276,26 @@ static struct spi_board_info spi_board_info[] __initdata = { {
},
};

static struct resource smc91x_resources[] = {
[0] = {
.name = "smc91x-regs",
.start = 0x0c000c00,
.end = 0x0c0fffff,
.flags = IORESOURCE_MEM,
},
[1] = {
.start = LUBBOCK_ETH_IRQ,
.end = LUBBOCK_ETH_IRQ,
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE,
},
[2] = {
.name = "smc91x-attrib",
.start = 0x0e000000,
.end = 0x0e0fffff,
.flags = IORESOURCE_MEM,
},
};

static struct platform_device smc91x_device = {
.name = "smc91x",
.id = -1,
Expand Down

0 comments on commit 908f5f6

Please sign in to comment.