projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
990958b
)
MLK-16367 driver: clk: imx: enable ddrc apb clock always on i.mx8mq
author
Bai Ping
<ping.bai@nxp.com>
Tue, 5 Sep 2017 03:13:12 +0000
(11:13 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:38:29 +0000
(15:38 -0500)
Keep the DDRC APB init on, so we can access the DDRC register.
Signed-off-by: Bai Ping <ping.bai@nxp.com>
drivers/clk/imx/clk-imx8mq.c
patch
|
blob
|
history
diff --git
a/drivers/clk/imx/clk-imx8mq.c
b/drivers/clk/imx/clk-imx8mq.c
index
2728aad
..
165d0b3
100644
(file)
--- a/
drivers/clk/imx/clk-imx8mq.c
+++ b/
drivers/clk/imx/clk-imx8mq.c
@@
-281,6
+281,7
@@
static int const clks_init_on[] __initconst = {
IMX8MQ_CLK_USB_BUS_CG, IMX8MQ_CLK_NAND_USDHC_BUS_CG,
IMX8MQ_CLK_MAIN_AXI_CG, IMX8MQ_CLK_A53_CG,
IMX8MQ_CLK_AUDIO_AHB_DIV, IMX8MQ_CLK_TMU_ROOT,
+ IMX8MQ_CLK_DRAM_APB_DIV,
};
static struct clk_onecell_data clk_data;