aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2014-02-10 10:07:39 +0530
committerTushar Behera <tushar.behera@linaro.org>2014-02-10 10:07:42 +0530
commit8283acc0bf7db35fc23524ab8826ac0669aa1e9f (patch)
treecd5bebda3348d6c463bcaf12eebeaf1abc6ae7b2 /arch/arm
parent6415bf60c44b2f726d066d627e34c9ac7290d46f (diff)
arndale_octa: Set EPLL as parent of AUDSS clockssamsung-lt-arndale_octa-2014.02
AUDSS clocks can have two parents, 24MHz crystal or the EPLL. By default the crystal is set as the parent, but the rate is not sufficient for higher frequency audio playback. Setting EPLL as the parent is required for better audio playback. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/include/asm/arch-exynos/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h
index 180b89483..f3aeda2c9 100644
--- a/arch/arm/include/asm/arch-exynos/cpu.h
+++ b/arch/arm/include/asm/arch-exynos/cpu.h
@@ -57,6 +57,7 @@
#define EXYNOS4_GPIO_PART4_BASE DEVICE_NOT_AVAILABLE
/* EXYNOS5 */
+#define EXYNOS5_AUDSS_BASE 0x03810000
#if defined(CONFIG_CPU_EXYNOS5420)
#define EXYNOS5_GPIO_PART4_BASE 0x14010000
#else