projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8265981
)
ARM: S3C24XX: Correct AC97 clock control bit for S3C2440
author
Sylwester Nawrocki
<
[email protected]
>
Fri, 13 Jul 2012 08:48:56 +0000
(17:48 +0900)
committer
Kukjin Kim
<
[email protected]
>
Fri, 13 Jul 2012 08:48:56 +0000
(17:48 +0900)
Use correct gate control bit for AC97 clock which is
S3C2440_CLKCON_AC97, not S3C2440_CLKCON_CAMERA.
Signed-off-by: Sylwester Nawrocki <
[email protected]
>
Signed-off-by: Kukjin Kim <
[email protected]
>
arch/arm/mach-s3c24xx/clock-s3c2440.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c24xx/clock-s3c2440.c
b/arch/arm/mach-s3c24xx/clock-s3c2440.c
index 414364eb426cf70d58a439b7e99b15e26c91a0c7..cb2883d553b5e53c320588eb740d435e111d0758 100644
(file)
--- a/
arch/arm/mach-s3c24xx/clock-s3c2440.c
+++ b/
arch/arm/mach-s3c24xx/clock-s3c2440.c
@@
-106,7
+106,7
@@
static struct clk s3c2440_clk_cam_upll = {
static struct clk s3c2440_clk_ac97 = {
.name = "ac97",
.enable = s3c2410_clkcon_enable,
- .ctrlbit = S3C2440_CLKCON_
CAMERA
,
+ .ctrlbit = S3C2440_CLKCON_
AC97
,
};
static unsigned long s3c2440_fclk_n_getrate(struct clk *clk)