summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorInha Song <ideal.song@samsung.com>2014-10-23 17:00:16 +0900
committerChanho Park <chanho61.park@samsung.com>2014-10-23 06:27:40 -0700
commita9593e275b62af6dec7ae6056c1e37f7e153c063 (patch)
treebeb03445cb4048c14e52250661e964cfefff45a6 /arch
parent8053c9b197460fab9fb8fbc82526b7cdce716d35 (diff)
downloadlinux-3.10-a9593e275b62af6dec7ae6056c1e37f7e153c063.tar.gz
linux-3.10-a9593e275b62af6dec7ae6056c1e37f7e153c063.tar.bz2
linux-3.10-a9593e275b62af6dec7ae6056c1e37f7e153c063.zip
ARM: EXYNOS: Remove EXYNOS3_XUSBXTI in PMU configuration registers to control power state using syscon
This patch remove EXYNOS3_XUSBXTI_SYS_PWR_REG in PMU configuration registers to control XUSBXTI power state using syscon. Change-Id: I594d316ab08e463f98338a8fac8860933755f1b9 Signed-off-by: Inha Song <ideal.song@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-exynos/pmu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/pmu.c b/arch/arm/mach-exynos/pmu.c
index 47796c7e31a..af9be2da12b 100644
--- a/arch/arm/mach-exynos/pmu.c
+++ b/arch/arm/mach-exynos/pmu.c
@@ -91,7 +91,12 @@ static struct exynos_pmu_conf exynos3250_pmu_config[] = {
{ EXYNOS3_PAD_RETENTION_JTAG_SYS_PWR_REG, { 0x1, 0x1, 0x0} },
{ EXYNOS3_PAD_ISOLATION_SYS_PWR_REG, { 0x1, 0x1, 0x0} },
{ EXYNOS3_PAD_ALV_SEL_SYS_PWR_REG, { 0x1, 0x1, 0x0} },
+/*
+ * Note: Now we control this register in rinato_ymu831 using syscon
+ for maintaion power-on state when sound codec is enabled
+ and entering sleep mode.
{ EXYNOS3_XUSBXTI_SYS_PWR_REG, { 0x1, 0x1, 0x0} },
+*/
{ EXYNOS3_XXTI_SYS_PWR_REG, { 0x1, 0x1, 0x0} },
{ EXYNOS3_EXT_REGULATOR_SYS_PWR_REG, { 0x1, 0x1, 0x0} },
{ EXYNOS3_EXT_REGULATOR_COREBLK_SYS_PWR_REG, { 0x1, 0x1, 0x0} },