projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e19ca2
)
clk: qoriq: Fix wrong data in p2041_cmux_grp2
author
Scott Wood
<scottwood@freescale.com>
Fri, 23 Oct 2015 04:21:46 +0000
(23:21 -0500)
committer
Scott 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/clk-qoriq.c
b/drivers/clk/clk-qoriq.c
index 8f9c93b9ce21e85a0bc3ab7dc9bf5147a36b1a26..07985a57ae726140d1f5604978da0908c26661b8 100644
(file)
--- a/
drivers/clk/clk-qoriq.c
+++ b/
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 = {
{
[0] = { CLKSEL_VALID, CGA_PLL1, PLL_DIV1 },
- [4] = { CLKSEL_VALID, CGA_PLL
1, PLL_DIV2
},
- [5] = { CLKSEL_VALID, CGA_PLL2, PLL_DIV
1
},
+ [4] = { CLKSEL_VALID, CGA_PLL
2, PLL_DIV1
},
+ [5] = { CLKSEL_VALID, CGA_PLL2, PLL_DIV
2
},
}
};