mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
sh: sh7723: Don't default enable the RTC clock.
rtc-sh takes care of this now, so no need to have this always enabled. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
6bf853aeb1
commit
b8c193f88e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user