clk: imx8mp: fix sai4 clock
authorMarco Felsch <m.felsch@pengutronix.de>
Mon, 31 Jul 2023 14:21:49 +0000 (16:21 +0200)
committerAbel Vesa <abel.vesa@linaro.org>
Mon, 14 Aug 2023 09:31:33 +0000 (12:31 +0300)
commitc30f600f1f41dcf5ef0fb02e9a201f9b2e8f31bd
treee0f151a0a4b8fd7c76a2aa926ed1cfac8b977bc4
parent7653a59be8af043adc4c09473975a860e6055ff9
clk: imx8mp: fix sai4 clock

The reference manual don't mention a SAI4 hardware block. This would be
clock slice 78 which is skipped (TRM, page 237). Remove any reference to
this clock to align the driver with the reality.

Fixes: 9c140d992676 ("clk: imx: Add support for i.MX8MP clock driver")
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Link: https://lore.kernel.org/r/20230731142150.3186650-1-m.felsch@pengutronix.de
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
drivers/clk/imx/clk-imx8mp.c