提交 ccc83dce 编写于 作者: U Ulrich Hecht 提交者: Simon Horman

ARM: shmobile: ape6evm: Disable legacy clock initialization

Disables r8a73a4_clock_init() if CCF is enabled.
Signed-off-by: NUlrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 a76809a3
......@@ -29,7 +29,7 @@
static void __init ape6evm_add_standard_devices(void)
{
#ifndef CONFIG_COMMON_CLK
struct clk *parent;
struct clk *mp;
......@@ -43,6 +43,7 @@ static void __init ape6evm_add_standard_devices(void)
clk_set_parent(mp, parent);
clk_put(parent);
clk_put(mp);
#endif
of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册