Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7484
b: refs/heads/master
c: f7ceff3
h: refs/heads/master
v: v3
  • Loading branch information
Richard Purdie authored and Linus Torvalds committed Sep 7, 2005
1 parent 4218c7a commit 49c911f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3158106685acac8f8d4e74a17b974f160fe77c0b
refs/heads/master: f7ceff348bbd2ef35b5bc2ab47541dcac4b0b8ea
24 changes: 24 additions & 0 deletions trunk/arch/arm/mach-pxa/corgi.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,27 @@ static struct platform_device corgibl_device = {
};


/*
* Corgi Keyboard Device
*/
static struct platform_device corgikbd_device = {
.name = "corgi-keyboard",
.id = -1,
};


/*
* Corgi Touch Screen Device
*/
static struct platform_device corgits_device = {
.name = "corgi-ts",
.dev = {
.parent = &corgissp_device.dev,
},
.id = -1,
};


/*
* MMC/SD Device
*
Expand Down Expand Up @@ -183,6 +204,7 @@ static struct pxamci_platform_data corgi_mci_platform_data = {
};



/*
* USB Device Controller
*/
Expand All @@ -208,7 +230,9 @@ static struct platform_device *devices[] __initdata = {
&corgiscoop_device,
&corgissp_device,
&corgifb_device,
&corgikbd_device,
&corgibl_device,
&corgits_device,
};

static void __init corgi_init(void)
Expand Down

0 comments on commit 49c911f

Please sign in to comment.