clk: qoriq: Fix wrong data in p2041_cmux_grp2
authorScott Wood <scottwood@freescale.com>
Fri, 23 Oct 2015 04:21:46 +0000 (23:21 -0500)
committerScott Wood <scottwood@freescale.com>
Fri, 23 Oct 2015 04:21:46 +0000 (23:21 -0500)
Signed-off-by: Scott Wood <scottwood@freescale.com>
drivers/clk/clk-qoriq.c

index 8f9c93b..07985a5 100644 (file)
@@ -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 },
        }
 };