projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bf853a
)
sh: sh7723: Don't default enable the RTC clock.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 16 Apr 2009 05:16:33 +0000
(14:16 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 16 Apr 2009 05:16:33 +0000
(14:16 +0900)
rtc-sh takes care of this now, so no need to have this always enabled.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
b/arch/sh/kernel/cpu/sh4a/setup-sh7723.c
index 5338dacbcfba7c00481cf5fe6424192cb07d8b9e..a800466b938c27f43908f26a00379b6d3ac7b374 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
+++ b/
arch/sh/kernel/cpu/sh4a/setup-sh7723.c
@@
-267,7
+267,6
@@
static struct platform_device *sh7723_devices[] __initdata = {
static int __init sh7723_devices_setup(void)
{
clk_always_enable("meram0"); /* MERAM */
- clk_always_enable("rtc0"); /* RTC */
clk_always_enable("veu1"); /* VEU2H1 */
clk_always_enable("veu0"); /* VEU2H0 */
clk_always_enable("vpu0"); /* VPU */