Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182984
b: refs/heads/master
c: 8e58ed3
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Russell King committed Feb 4, 2010
1 parent e150adb commit 4001306
Show file tree
Hide file tree
Showing 2 changed files with 14 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: f28e8a4d027e4e21c3d0a52706527bb87397bea0
refs/heads/master: 8e58ed34d926d89969796a0832ab38381a4c90ed
13 changes: 13 additions & 0 deletions trunk/arch/arm/mach-ux500/board-mop500.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,24 @@ static struct amba_device pl022_device = {
.periphid = SSP_PER_ID,
};

static struct amba_device pl031_device = {
.dev = {
.init_name = "pl031",
},
.res = {
.start = U8500_RTC_BASE,
.end = U8500_RTC_BASE + SZ_4K - 1,
.flags = IORESOURCE_MEM,
},
.irq = {IRQ_RTC_RTT, NO_IRQ},
};

static struct amba_device *amba_devs[] __initdata = {
&uart0_device,
&uart1_device,
&uart2_device,
&pl022_device,
&pl031_device,
};

static void __init u8500_timer_init(void)
Expand Down

0 comments on commit 4001306

Please sign in to comment.