Browse Source

clk: qoriq: Fix wrong data in p2041_cmux_grp2

Signed-off-by: Scott Wood <scottwood@freescale.com>
Scott Wood 9 năm trước cách đây
mục cha
commit
2c7693e081
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      drivers/clk/clk-qoriq.c

+ 2 - 2
drivers/clk/clk-qoriq.c

@@ -128,8 +128,8 @@ static const struct clockgen_muxinfo p2041_cmux_grp1 = {
 static const struct clockgen_muxinfo p2041_cmux_grp2 = {
 static const struct clockgen_muxinfo p2041_cmux_grp2 = {
 	{
 	{
 		[0] = { CLKSEL_VALID, CGA_PLL1, PLL_DIV1 },
 		[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 },
 	}
 	}
 };
 };