Skip to content
Commit 0bfed63b authored by Fabio Estevam's avatar Fabio Estevam Committed by Stephen Boyd
Browse files

clk: imx8mq: Fix the CLKO2 source select list



The CLKO2 clock source select list is the following as per the i.MX8M
Reference Manual:

000 - 25M_REF_CLK
001 - SYSTEM_PLL2_DIV5
010 - SYSTEM_PLL1_DIV2
011 - SYSTEM_PLL2_DIV6
100 - SYSTEM_PLL3_CLK
101 - AUDIO_PLL1_CLK
110 - VIDEO_PLL1_CLK
111 - 32K_REF_CLK

However, in imx8mq_clko2_sels[] only the first four entries are correct.

Fix it by adding the missing "sys3_pll2_out" entry in order to match
the description from the manual.

Fixes: b8052204 ("clk: imx: Add clock driver for i.MX8MQ CCM")
Reported-by: default avatarRogerio Pimentel <rogerio.silva@nxp.com>
Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 81bf81e7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment