mbox series

[0/2] clk: i.MX8M[PQ] fixes

Message ID 20220425095249.259406-1-s.hauer@pengutronix.de (mailing list archive)
Headers show
Series clk: i.MX8M[PQ] fixes | expand

Message

Sascha Hauer April 25, 2022, 9:52 a.m. UTC
This series has two fixes for the i.MX8MP and i.MX8MQ clk support. It
was decided that the gates of the divided outputs of the System PLLs
are not useful for the Kernel and so the gate clocks were removed.
Nevertheless they are of course still there in hardware and the Kernel
needs them to be enabled for the consumers hanging on these gates.
Enable them explicitly instead of assuming that the gates are still
at their reset default on state.

Sascha

Sascha Hauer (2):
  clk: imx8mp: Enable no longer handled gates
  clk: imx8mq: Enable no longer handled gates

 drivers/clk/imx/clk-imx8mp.c | 19 +++++++++++++++++++
 drivers/clk/imx/clk-imx8mq.c | 19 +++++++++++++++++++
 2 files changed, 38 insertions(+)