Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295789
b: refs/heads/master
c: 8bac13f
h: refs/heads/master
i:
  295787: c634c96
v: v3
  • Loading branch information
Magnus Damm authored and Rafael J. Wysocki committed Mar 12, 2012
1 parent 3786325 commit b046e5c
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3e353b875b2480e98acb9ed96a377025d0ed7b82
refs/heads/master: 8bac13f591652d0c561f5788eaf0862f788a668f
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-shmobile/setup-r8a7779.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
#include <asm/hardware/cache-l2x0.h>

static struct map_desc r8a7779_io_desc[] __initdata = {
/* 2M entity map for 0xf0000000 (MPCORE) */
Expand Down Expand Up @@ -242,6 +243,10 @@ static struct platform_device *r8a7779_late_devices[] __initdata = {

void __init r8a7779_add_standard_devices(void)
{
#ifdef CONFIG_CACHE_L2X0
/* Early BRESP enable, Shared attribute override enable, 64K*16way */
l2x0_init(__io(0xf0100000), 0x40470000, 0x82000fff);
#endif
r8a7779_pm_init();

r8a7779_init_pm_domain(&r8a7779_sh4a);
Expand Down

0 comments on commit b046e5c

Please sign in to comment.