Commit 2c7693e0 authored by Scott Wood's avatar Scott Wood

clk: qoriq: Fix wrong data in p2041_cmux_grp2

Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 9e19ca2f
......@@ -128,8 +128,8 @@ static const struct clockgen_muxinfo p2041_cmux_grp1 = {
static const struct clockgen_muxinfo p2041_cmux_grp2 = {
{
[0] = { CLKSEL_VALID, CGA_PLL1, PLL_DIV1 },
[4] = { CLKSEL_VALID, CGA_PLL1, PLL_DIV2 },
[5] = { CLKSEL_VALID, CGA_PLL2, PLL_DIV1 },
[4] = { CLKSEL_VALID, CGA_PLL2, PLL_DIV1 },
[5] = { CLKSEL_VALID, CGA_PLL2, PLL_DIV2 },
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment