RE: Re: [PATCH] clk: imx8mp: Remove the none exist pcie clocks

From: Richard Zhu
Date: Wed Mar 31 2021 - 03:37:09 EST



> -----Original Message-----
> From: Stephen Boyd <sboyd@xxxxxxxxxx>
> Sent: Wednesday, March 31, 2021 10:17 AM
> To: Richard Zhu <hongxing.zhu@xxxxxxx>; Abel Vesa <abel.vesa@xxxxxxx>;
> Jacky Bai <ping.bai@xxxxxxx>; shawnguo@xxxxxxxxxx
> Cc: dl-linux-imx <linux-imx@xxxxxxx>; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx;
> linux-kernel@xxxxxxxxxxxxxxx; linux-clk@xxxxxxxxxxxxxxx; Richard Zhu
> <hongxing.zhu@xxxxxxx>
> Subject: Re: [PATCH] clk: imx8mp: Remove the none exist pcie clocks
> Quoting Richard Zhu (2021-03-15 01:17:47)
> > In the i.MX8MP PCIe design, the PCIe PHY REF clock comes from external
> > OSC or internal system PLL. It is configured in the IOMUX_GPR14
> > register directly, and can't be contolled by CCM at all.
> > Remove the PCIE PHY clock from clock driver to clean up codes.
> > There is only one PCIe in i.MX8MP, remove the none exist second PCIe
> > related clocks.
> > Remove the none exsits clocks IDs together.
> >
> > Signed-off-by: Richard Zhu <hongxing.zhu@xxxxxxx>
> > Reviewed-by: Jason Liu <jason.hui.liu@xxxxxxx>
> > ---
>
> Any Fixes tag?
[Richard Zhu] Hi Stephen:
The codes are changed refer to the RM document updates.
It doesn't fix a bug introduced from previous commit.

Best Regards
Richard Zhu