projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba7f4f5
)
clk: imx7d: correct dram root clk parent select
author
Anson Huang
<b20788@freescale.com>
Wed, 8 Jun 2016 14:33:32 +0000
(22:33 +0800)
committer
Shawn Guo
<shawnguo@kernel.org>
Sun, 12 Jun 2016 11:26:01 +0000
(19:26 +0800)
DRAM root clk should be either from pll dram main clk
or dram alt root clk.
Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx7d.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/imx/clk-imx7d.c
b/drivers/clk/imx/clk-imx7d.c
index 522996800d5bc55db0b84898a671d059a1fb7940..6545e07bdd38fcfcccef90bf6699638a1a1b54fc 100644
(file)
--- a/
drivers/clk/imx/clk-imx7d.c
+++ b/
drivers/clk/imx/clk-imx7d.c
@@
-65,7
+65,7
@@
static const char *dram_phym_sel[] = { "pll_dram_main_clk",
"dram_phym_alt_clk", };
static const char *dram_sel[] = { "pll_dram_main_clk",
- "dram_alt_clk", };
+ "dram_alt_
root_
clk", };
static const char *dram_phym_alt_sel[] = { "osc", "pll_dram_533m_clk",
"pll_sys_main_clk", "pll_enet_500m_clk",