提交 1fb4742a 编写于 作者: S Stephen Boyd

clk: palmas: Remove CLK_IS_ROOT

This flag is a no-op now. Remove usage of the flag.

Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
上级 1efee90d
...@@ -132,7 +132,7 @@ static const struct palmas_clks_of_match_data palmas_of_clk32kg = { ...@@ -132,7 +132,7 @@ static const struct palmas_clks_of_match_data palmas_of_clk32kg = {
.init = { .init = {
.name = "clk32kg", .name = "clk32kg",
.ops = &palmas_clks_ops, .ops = &palmas_clks_ops,
.flags = CLK_IS_ROOT | CLK_IGNORE_UNUSED, .flags = CLK_IGNORE_UNUSED,
}, },
.desc = { .desc = {
.clk_name = "clk32kg", .clk_name = "clk32kg",
...@@ -148,7 +148,7 @@ static const struct palmas_clks_of_match_data palmas_of_clk32kgaudio = { ...@@ -148,7 +148,7 @@ static const struct palmas_clks_of_match_data palmas_of_clk32kgaudio = {
.init = { .init = {
.name = "clk32kgaudio", .name = "clk32kgaudio",
.ops = &palmas_clks_ops, .ops = &palmas_clks_ops,
.flags = CLK_IS_ROOT | CLK_IGNORE_UNUSED, .flags = CLK_IGNORE_UNUSED,
}, },
.desc = { .desc = {
.clk_name = "clk32kgaudio", .clk_name = "clk32kgaudio",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册