Commits
Stefan-Gabriel Mirea committed 6f47d7ee76d
LF-632 clk: s32v234: Fix "enetpll_dfs3" position in sdhc_sels According to the RM, MC_CGM_0_AC15_SC[SELCTL] needs to be 0b100 in order to select ENET PLL DFS 4 as the source for SDHC_CLK. Omitting such a position in the parents array will prevent clk_get_rate() (called from sdhci-esdhc-imx.c) from determining the frequency of ipg_clk_perclk. Fixes: fba4afe47600 ("clk: s32v234: Initial enet clk support") Signed-off-by: Stefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com> Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>