Message ID | 20221117113637.1978703-1-dario.binacchi@amarulasolutions.com (mailing list archive) |
---|---|
Headers | show |
Series | clk: imx8mn: miscellaneous cleanups and bug fixes | expand |
Hi Dario, On 22-11-17, Dario Binacchi wrote: > This series has been tested on the BSH SystemMaster (SMM) S2 board. > > Changes in v2: > - Update the commit message. > - Add Fixes tag. > - Maintain IMX8MN_VPU_* constants to not break backward compatibility. > - Update the commit message. > - Add Fixes tag. > - Maintain IMX8MN_VIDEO_PLL1* constants to not break backward > compatibility. > > Dario Binacchi (5): > clk: imx8mn: rename vpu_pll to m7_alt_pll > clk: imx: replace osc_hdmi with dummy > clk: imx: rename video_pll1 to video_pll > clk: imx8mn: fix imx8mn_sai2_sels clocks list > clk: imx8mn: fix imx8mn_enet_phy_sels clocks list Whole series lgtm, feel free to add my Acked-by: Marco Felsch <m.felsch@pengutronix.de>
Hi Marco, On Thu, Nov 17, 2022 at 12:42 PM Marco Felsch <m.felsch@pengutronix.de> wrote: > > Hi Dario, > > On 22-11-17, Dario Binacchi wrote: > > This series has been tested on the BSH SystemMaster (SMM) S2 board. > > > > Changes in v2: > > - Update the commit message. > > - Add Fixes tag. > > - Maintain IMX8MN_VPU_* constants to not break backward compatibility. > > - Update the commit message. > > - Add Fixes tag. > > - Maintain IMX8MN_VIDEO_PLL1* constants to not break backward > > compatibility. > > > > Dario Binacchi (5): > > clk: imx8mn: rename vpu_pll to m7_alt_pll > > clk: imx: replace osc_hdmi with dummy > > clk: imx: rename video_pll1 to video_pll > > clk: imx8mn: fix imx8mn_sai2_sels clocks list > > clk: imx8mn: fix imx8mn_enet_phy_sels clocks list > > Whole series lgtm, feel free to add my > > Acked-by: Marco Felsch <m.felsch@pengutronix.de> Thanks for the review Regards, Dario
On 22-11-17 12:36:32, Dario Binacchi wrote: > This series has been tested on the BSH SystemMaster (SMM) S2 board. > Applied to my tree. Thanks! > Changes in v2: > - Update the commit message. > - Add Fixes tag. > - Maintain IMX8MN_VPU_* constants to not break backward compatibility. > - Update the commit message. > - Add Fixes tag. > - Maintain IMX8MN_VIDEO_PLL1* constants to not break backward > compatibility. > > Dario Binacchi (5): > clk: imx8mn: rename vpu_pll to m7_alt_pll > clk: imx: replace osc_hdmi with dummy > clk: imx: rename video_pll1 to video_pll > clk: imx8mn: fix imx8mn_sai2_sels clocks list > clk: imx8mn: fix imx8mn_enet_phy_sels clocks list > > drivers/clk/imx/clk-imx8mn.c | 116 +++++++++++------------ > include/dt-bindings/clock/imx8mn-clock.h | 24 +++-- > 2 files changed, 74 insertions(+), 66 deletions(-) > > -- > 2.32.0 >