Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149360
b: refs/heads/master
c: 9599d1d
h: refs/heads/master
v: v3
  • Loading branch information
Mike Rapoport authored and Eric Miao committed Jun 5, 2009
1 parent 03d3704 commit 4657b91
Show file tree
Hide file tree
Showing 3 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: 128d88b82e47d070170c256b2b19f57c352af310
refs/heads/master: 9599d1dbc2264355ecad0bae76bf6c1236c84c73
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-pxa/cm-x270.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ void __init cmx270_init(void)
{
pxa2xx_mfp_config(ARRAY_AND_SIZE(cmx270_pin_config));

#ifdef CONFIG_PM
pxa27x_set_pwrmode(PWRMODE_DEEPSLEEP);
#endif

cmx270_init_rtc();
cmx270_init_mmc();
cmx270_init_ohci();
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-pxa/em-x270.c
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,10 @@ static void __init em_x270_init(void)
{
pxa2xx_mfp_config(ARRAY_AND_SIZE(common_pin_config));

#ifdef CONFIG_PM
pxa27x_set_pwrmode(PWRMODE_DEEPSLEEP);
#endif

if (machine_is_em_x270())
em_x270_module_init();
else if (machine_is_exeda())
Expand Down

0 comments on commit 4657b91

Please sign in to comment.