summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-06-18 17:14:16 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-06-21 10:00:56 +0530
commit106f0a938c274a18549a8bfec8cf69f8519d2f1a (patch)
tree0f8772af613ae106ed81d6d3e76266b428e0597b
parent4b2de63e6c7f1855a19b861b34f91b3a682de8b7 (diff)
ARM: SAMSUNG: Update default rate for xusbxti clocksamsung-lt-v3.4-1samsung-android-3.4-2012.07samsung-android-3.4-2012.06
The rate of xusbxti clock is set in individual machine files. The default value should be defined at the clock definition and individual machine files should modify it if required. Division by zero in kernel. [<c0011849>] (unwind_backtrace+0x1/0x9c) from [<c022c663>] (Ldiv0+0x9/0x12) [<c022c663>] (Ldiv0+0x9/0x12) from [<c001a3c3>] (s3c_setrate_clksrc+0x33/0x78) [<c001a3c3>] (s3c_setrate_clksrc+0x33/0x78) from [<c0019e67>] (clk_set_rate+0x2f/0x78) Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/plat-s5p/clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/clock.c b/arch/arm/plat-s5p/clock.c
index f68a9bb11948..b04279512e2d 100644
--- a/arch/arm/plat-s5p/clock.c
+++ b/arch/arm/plat-s5p/clock.c
@@ -38,6 +38,7 @@ struct clk clk_ext_xtal_mux = {
struct clk clk_xusbxti = {
.name = "xusbxti",
.id = -1,
+ .rate = 24000000,
};
struct clk s5p_clk_27m = {