[PATCH 3/7] clk: imx93: Correct the edma1's parent clock

Abel Vesa abel.vesa at linaro.org
Wed Jun 15 14:39:27 PDT 2022


On 22-06-09 21:28:58, Peng Fan (OSS) wrote:
> From: Jacky Bai <ping.bai at nxp.com>
>
> For EDMA1 in AONMIX, its parent clock should be from cm33_root,
> so Correct it.
>
> Fixes: 24defbe194b65("clk: imx: add i.MX93 clk")
> Reviewed-by: Peng Fan <peng.fan at nxp.com>

The reviews done internally do no count in upstream.
I think that's the rule. So drop the R-b tags from all patches.
Keep only the S-o-b tags.

With that fixed, you can add:

Reviewed-by: Abel Vesa <abel.vesa at linaro.org>

> Signed-off-by: Jacky Bai <ping.bai at nxp.com>
> Signed-off-by: Peng Fan <peng.fan at nxp.com>
> ---
>  drivers/clk/imx/clk-imx93.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/imx/clk-imx93.c b/drivers/clk/imx/clk-imx93.c
> index 26885bd3971c..f5c9fa40491c 100644
> --- a/drivers/clk/imx/clk-imx93.c
> +++ b/drivers/clk/imx/clk-imx93.c
> @@ -160,7 +160,7 @@ static const struct imx93_clk_ccgr {
>  	{ IMX93_CLK_SEMA2_GATE,		"sema2",	"bus_wakeup_root",	0x8480, },
>  	{ IMX93_CLK_MU_A_GATE,		"mu_a",		"bus_aon_root",		0x84c0, },
>  	{ IMX93_CLK_MU_B_GATE,		"mu_b",		"bus_aon_root",		0x8500, },
> -	{ IMX93_CLK_EDMA1_GATE,		"edma1",	"wakeup_axi_root",	0x8540, },
> +	{ IMX93_CLK_EDMA1_GATE,		"edma1",	"m33_root",		0x8540, },
>  	{ IMX93_CLK_EDMA2_GATE,		"edma2",	"wakeup_axi_root",	0x8580, },
>  	{ IMX93_CLK_FLEXSPI1_GATE,	"flexspi",	"flexspi_root",		0x8640, },
>  	{ IMX93_CLK_GPIO1_GATE,		"gpio1",	"m33_root",		0x8880, },
> --
> 2.25.1
>



More information about the linux-arm-kernel mailing list