[PATCH RESEND 1/2] clk: imx: imx7d: Fix parent clock for OCRAM_CLK
Stephen Boyd
sboyd at codeaurora.org
Thu Nov 2 00:27:58 PDT 2017
On 10/02, 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
>
> Reference Doc: i.MX 7D Reference Manual - Chap 5, p 516
> (https://www.nxp.com/docs/en/reference-manual/IMX7DRM.pdf)
>
> Fixes: 8f6d8094b215 ("ARM: imx: add imx7d clk tree support")
> Signed-off-by: Adriana Reus <adriana.reus at nxp.com>
> ---
Applied to clk-next
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
More information about the linux-arm-kernel
mailing list