projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6693e21
)
clk: meson: drop CLK_SET_RATE_PARENT flag
author
Yixun Lan
<yixun.lan@amlogic.com>
Thu, 3 May 2018 13:26:24 +0000
(21:26 +0800)
committer
Jerome Brunet
<jbrunet@baylibre.com>
Tue, 15 May 2018 12:19:43 +0000
(14:19 +0200)
The clk81 is not expected to be changed, so drop this flag.
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
drivers/clk/meson/gxbb-aoclk.c
patch
|
blob
|
history
diff --git
a/drivers/clk/meson/gxbb-aoclk.c
b/drivers/clk/meson/gxbb-aoclk.c
index 20f73e0d82a408b53d7457bb122964f9911c6339..408e3e2fca188458c79b00e667ac34ce58a8b862 100644
(file)
--- a/
drivers/clk/meson/gxbb-aoclk.c
+++ b/
drivers/clk/meson/gxbb-aoclk.c
@@
-69,7
+69,7
@@
static struct clk_regmap _name##_ao = { \
.ops = &clk_regmap_gate_ops, \
.parent_names = (const char *[]){ "clk81" }, \
.num_parents = 1, \
- .flags =
(CLK_SET_RATE_PARENT | CLK_IGNORE_UNUSED),
\
+ .flags =
CLK_IGNORE_UNUSED,
\
}, \
}