clk: qoriq: Fix wrong data in p2041_cmux_grp2
Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
9e19ca2f62
commit
2c7693e081
1 changed files with 2 additions and 2 deletions
|
@ -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 },
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue