Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216874
b: refs/heads/master
c: cbf2766
h: refs/heads/master
v: v3
  • Loading branch information
Benoit Cousson authored and Kevin Hilman committed Sep 24, 2010
1 parent 3a4d1ab commit 8f7d7a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55d2cb0814f4285f89be8ed474a8ae7042fb5735
refs/heads/master: cbf27660e692d8c74087c0ccb80225207d280af1
7 changes: 5 additions & 2 deletions trunk/arch/arm/mach-omap2/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,12 @@ static void omap2_init_processor_devices(void)
{
_init_omap_device("mpu", &mpu_dev);
_init_omap_device("iva", &iva_dev);
if (cpu_is_omap44xx())
if (cpu_is_omap44xx()) {
_init_omap_device("l3_main_1", &l3_dev);
_init_omap_device("dsp", &dsp_dev);
_init_omap_device("l3_main", &l3_dev);
} else {
_init_omap_device("l3_main", &l3_dev);
}
}

/*
Expand Down

0 comments on commit 8f7d7a5

Please sign in to comment.