projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063adc7
)
sh: sh7722: Don't default enable the RTC clock.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 16 Apr 2009 05:15:38 +0000
(14:15 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 16 Apr 2009 05:15:38 +0000
(14:15 +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-sh7722.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
index 0e5d204bc79287bf4fc00197a7b3e38593ddab1e..406747f07dc0e32eb630b09dfc1b86f898988cd5 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4a/setup-sh7722.c
+++ b/
arch/sh/kernel/cpu/sh4a/setup-sh7722.c
@@
-256,7
+256,6
@@
static int __init sh7722_devices_setup(void)
{
clk_always_enable("uram0"); /* URAM */
clk_always_enable("xymem0"); /* XYMEM */
- clk_always_enable("rtc0"); /* RTC */
clk_always_enable("veu0"); /* VEU */
clk_always_enable("vpu0"); /* VPU */
clk_always_enable("jpu0"); /* JPU */