Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286163
b: refs/heads/master
c: d5b9cdb
h: refs/heads/master
i:
  286161: ae23906
  286159: e15685b
v: v3
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Jan 11, 2012
1 parent 9d2cb8f commit b7c9f76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 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: 5b0b34ea755810462346b24e24643eb93ebc919c
refs/heads/master: d5b9cdbcf74c192907e8290b85c3dcb3117984fb
13 changes: 0 additions & 13 deletions trunk/arch/arm/mach-s3c64xx/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,23 +346,10 @@ int __init s3c64xx_pm_init(void)

static __init int s3c64xx_pm_initcall(void)
{
u32 val;

pm_cpu_prep = s3c64xx_pm_prepare;
pm_cpu_sleep = s3c64xx_cpu_suspend;
pm_uart_udivslot = 1;

/*
* Unconditionally disable power domains that contain only
* blocks which have no mainline driver support.
*/
val = __raw_readl(S3C64XX_NORMAL_CFG);
val &= ~(S3C64XX_NORMALCFG_DOMAIN_G_ON |
S3C64XX_NORMALCFG_DOMAIN_V_ON |
S3C64XX_NORMALCFG_DOMAIN_I_ON |
S3C64XX_NORMALCFG_DOMAIN_P_ON);
__raw_writel(val, S3C64XX_NORMAL_CFG);

#ifdef CONFIG_S3C_PM_DEBUG_LED_SMDK
gpio_request(S3C64XX_GPN(12), "DEBUG_LED0");
gpio_request(S3C64XX_GPN(13), "DEBUG_LED1");
Expand Down

0 comments on commit b7c9f76

Please sign in to comment.