All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Adriana Reus <adriana.reus@nxp.com>
Cc: mturquette@baylibre.com, anson.huang@nxp.com,
	linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org
Subject: Re: [PATCH RESEND 1/2] clk: imx: imx7d: Fix parent clock for OCRAM_CLK
Date: Thu, 2 Nov 2017 00:27:58 -0700	[thread overview]
Message-ID: <20171102072758.GR30645@codeaurora.org> (raw)
In-Reply-To: <1506940331-16742-2-git-send-email-adriana.reus@nxp.com>

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@nxp.com>
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

WARNING: multiple messages have this Message-ID (diff)
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND 1/2] clk: imx: imx7d: Fix parent clock for OCRAM_CLK
Date: Thu, 2 Nov 2017 00:27:58 -0700	[thread overview]
Message-ID: <20171102072758.GR30645@codeaurora.org> (raw)
In-Reply-To: <1506940331-16742-2-git-send-email-adriana.reus@nxp.com>

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@nxp.com>
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

  reply	other threads:[~2017-11-02  7:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-02 10:32 [PATCH RESEND 0/2] Fixes for imx7d-ccm clock driver Adriana Reus
2017-10-02 10:32 ` Adriana Reus
2017-10-02 10:32 ` [PATCH RESEND 1/2] clk: imx: imx7d: Fix parent clock for OCRAM_CLK Adriana Reus
2017-10-02 10:32   ` Adriana Reus
2017-11-02  7:27   ` Stephen Boyd [this message]
2017-11-02  7:27     ` Stephen Boyd
2017-10-02 10:32 ` [PATCH RESEND 2/2] clk: imx: imx7d: Remove ARM_M0 clock Adriana Reus
2017-10-02 10:32   ` Adriana Reus
2017-11-02  7:28   ` Stephen Boyd
2017-11-02  7:28     ` Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171102072758.GR30645@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=adriana.reus@nxp.com \
    --cc=anson.huang@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.