Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25291
b: refs/heads/master
c: 4165813
h: refs/heads/master
i:
  25289: 3d7a6d1
  25287: a3da6db
v: v3
  • Loading branch information
Lennert Buytenhek authored and Russell King committed Apr 2, 2006
1 parent d64714e commit 77de36e
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 272eb575eb3d5348fe0f0a97a22b5e603bd51d11
refs/heads/master: 41658132e650c01529dd5cc5cea8b0055def1165
10 changes: 10 additions & 0 deletions trunk/arch/arm/mach-ep93xx/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,14 @@ static struct amba_device uart3_device = {
.periphid = 0x00041010,
};


static struct platform_device ep93xx_rtc_device = {
.name = "ep93xx-rtc",
.id = -1,
.num_resources = 0,
};


void __init ep93xx_init_devices(void)
{
unsigned int v;
Expand All @@ -439,4 +447,6 @@ void __init ep93xx_init_devices(void)
amba_device_register(&uart1_device, &iomem_resource);
amba_device_register(&uart2_device, &iomem_resource);
amba_device_register(&uart3_device, &iomem_resource);

platform_device_register(&ep93xx_rtc_device);
}

0 comments on commit 77de36e

Please sign in to comment.