[PATCH 1/2] clk: imx: imx7d: Fix parent clock for OCRAM_CLK
From: Stephen Boyd <hidden>
Date: 2017-07-18 23:10:55
Also in:
linux-clk, linux-devicetree
From: Stephen Boyd <hidden>
Date: 2017-07-18 23:10:55
Also in:
linux-clk, linux-devicetree
On 07/18, Adriana Reus wrote:
The parent of OCRAM_CLK should be axi_main_root_clk
and not axi_post_div.
before:
axi_src 1 1 332307692 0 0
axi_cg 1 1 332307692 0 0
axi_pre_div 1 1 332307692 0 0
axi_post_div 1 1 332307692 0 0
ocram_clk 0 0 332307692 0 0
main_axi_root_clk 1 1 332307692 0 0
after:
axi_src 1 1 332307692 0 0
axi_cg 1 1 332307692 0 0
axi_pre_div 1 1 332307692 0 0
axi_post_div 1 1 332307692 0 0
main_axi_root_clk 1 1 332307692 0 0
ocram_clk 0 0 332307692 0 0
Signed-off-by: Adriana Reus <redacted>Fixes: tag? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project