Hello,
Please try modifying
drivers/clk/imx/clk-imx8mm.c
Find
static const struct imx_int_pll_rate_table imx8mm_audiopll_tbl[] = {
PLL_1443X_RATE(786432000U, 655, 5, 2, 23593),
PLL_1443X_RATE(722534400U, 301, 5, 1, 3670),
}
and modify the second line to
PLL_1443X_RATE(737280000U, 768, 24, 0, 0),
This should set the sai1_src to the value needed 768000000
Hope this helps,
Best regards,
Aldo.