From: Younghwan Joo Date: Thu, 15 Nov 2012 12:02:27 +0000 (+0900) Subject: ARM: EXYNOS: change the value of EXYNOS4X12_ISP_LOWPWR X-Git-Tag: submit/tizen/20141121.110247~3810 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1df704444245f759dc5b95630de4c41fa7f28c6;p=platform%2Fkernel%2Flinux-3.10.git ARM: EXYNOS: change the value of EXYNOS4X12_ISP_LOWPWR This patch is to fix the value of EXYNOS4X12_ISP_LOWPWR register to zero at AFTR mode. It ensure the sub selection mux of mcuisp400 and isp200 reset a default position after power down Signed-off-by: Younghwan Joo Signed-off-by: JaeYong Shin Signed-off-by: Sylwester Nawrocki --- diff --git a/arch/arm/mach-exynos/pmu.c b/arch/arm/mach-exynos/pmu.c index 97d6885..21cef18 100644 --- a/arch/arm/mach-exynos/pmu.c +++ b/arch/arm/mach-exynos/pmu.c @@ -140,7 +140,7 @@ static struct exynos_pmu_conf exynos4x12_pmu_config[] = { { S5P_CMU_RESET_MFC_LOWPWR, { 0x1, 0x0, 0x0 } }, { S5P_CMU_RESET_G3D_LOWPWR, { 0x1, 0x0, 0x0 } }, { S5P_CMU_RESET_LCD0_LOWPWR, { 0x1, 0x0, 0x0 } }, - { S5P_CMU_RESET_ISP_LOWPWR, { 0x1, 0x0, 0x0 } }, + { S5P_CMU_RESET_ISP_LOWPWR, { 0x0, 0x0, 0x0 } }, { S5P_CMU_RESET_MAUDIO_LOWPWR, { 0x1, 0x1, 0x0 } }, { S5P_CMU_RESET_GPS_LOWPWR, { 0x1, 0x0, 0x0 } }, { S5P_TOP_BUS_LOWPWR, { 0x3, 0x0, 0x0 } },