Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181003
b: refs/heads/master
c: d2392ba
h: refs/heads/master
i:
  181001: 389a8f8
  180999: a6693d6
v: v3
  • Loading branch information
Alessandro Rubini authored and Herbert Xu committed Dec 19, 2009
1 parent b8c7216 commit d28a84c
Show file tree
Hide file tree
Showing 2 changed files with 9 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: bc85b25e5de17d714e8001cb3dc0feb66eac2750
refs/heads/master: d2392ba06a477cf1876ce3d505b7cd77e295cfd4
8 changes: 8 additions & 0 deletions trunk/arch/arm/mach-nomadik/cpu-8815.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,19 @@ static struct amba_device cpu8815_amba_gpio[] = {
},
};

static struct amba_device cpu8815_amba_rng = {
.dev = {
.init_name = "rng",
},
__MEM_4K_RESOURCE(NOMADIK_RNG_BASE),
};

static struct amba_device *amba_devs[] __initdata = {
cpu8815_amba_gpio + 0,
cpu8815_amba_gpio + 1,
cpu8815_amba_gpio + 2,
cpu8815_amba_gpio + 3,
&cpu8815_amba_rng
};

static int __init cpu8815_init(void)
Expand Down

0 comments on commit d28a84c

Please sign in to comment.