All of lore.kernel.org
 help / color / mirror / Atom feed
From: Abel Vesa <abelvesa@kernel.org>
To: Jacky Bai <ping.bai@nxp.com>
Cc: shawnguo@kernel.org, robh+dt@kernel.org, abel.vesa@nxp.com,
	s.hauer@pengutronix.de, sboyd@kernel.org, festevam@gmail.com,
	devicetree@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-imx@nxp.com
Subject: Re: [PATCH v2 2/2] clk: imx: Remove the audio ipg clock from imx8mp
Date: Thu, 13 May 2021 12:41:15 +0300	[thread overview]
Message-ID: <YJz0O5Du/A3Cmi2r@ryzen.lan> (raw)
In-Reply-To: <20210420055453.1235297-2-ping.bai@nxp.com>

On 21-04-20 13:54:53, Jacky Bai wrote:
> There is no audio ipg clock on i.MX8MP, so remove this from
> the clock driver.
> 
> Signed-off-by: Jacky Bai <ping.bai@nxp.com>

Applied, thanks.

> ---
> - changes v2:
>   keep the clock binding define no changes to fix the cross tree
>   dependency with dts.
> ---
>  drivers/clk/imx/clk-imx8mp.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/clk/imx/clk-imx8mp.c b/drivers/clk/imx/clk-imx8mp.c
> index e39c9c907c38..12837304545d 100644
> --- a/drivers/clk/imx/clk-imx8mp.c
> +++ b/drivers/clk/imx/clk-imx8mp.c
> @@ -556,7 +556,6 @@ static int imx8mp_clocks_probe(struct platform_device *pdev)
>  	hws[IMX8MP_CLK_MIPI_DSI_ESC_RX] = imx8m_clk_hw_composite_bus("mipi_dsi_esc_rx", imx8mp_mipi_dsi_esc_rx_sels, ccm_base + 0x9200);
>  
>  	hws[IMX8MP_CLK_IPG_ROOT] = imx_clk_hw_divider2("ipg_root", "ahb_root", ccm_base + 0x9080, 0, 1);
> -	hws[IMX8MP_CLK_IPG_AUDIO_ROOT] = imx_clk_hw_divider2("ipg_audio_root", "audio_ahb", ccm_base + 0x9180, 0, 1);
>  
>  	hws[IMX8MP_CLK_DRAM_ALT] = imx8m_clk_hw_composite("dram_alt", imx8mp_dram_alt_sels, ccm_base + 0xa000);
>  	hws[IMX8MP_CLK_DRAM_APB] = imx8m_clk_hw_composite_critical("dram_apb", imx8mp_dram_apb_sels, ccm_base + 0xa080);
> -- 
> 2.26.2
> 

  reply	other threads:[~2021-05-13  9:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-20  5:54 [PATCH v2 1/2] arm64: dts: imx8mp: Remove the reference to audio ipg clock on imx8mp Jacky Bai
2021-04-20  5:54 ` [PATCH v2 2/2] clk: imx: Remove the audio ipg clock from imx8mp Jacky Bai
2021-05-13  9:41   ` Abel Vesa [this message]
2021-04-20  7:13 ` [PATCH v2 1/2] arm64: dts: imx8mp: Remove the reference to audio ipg clock on imx8mp Abel Vesa
2021-05-13  7:21 ` Shawn Guo

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=YJz0O5Du/A3Cmi2r@ryzen.lan \
    --to=abelvesa@kernel.org \
    --cc=abel.vesa@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=ping.bai@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=sboyd@kernel.org \
    --cc=shawnguo@kernel.org \
    /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.