mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 02:21:36 +00:00
clk: sunxi-ng: a83t: Fix invalid csi-mclk mux offset
Datasheet specified that parent MUX settings are at bits [10:8], but current implementation specifies incorrect offset at [10:12]. Fix this. Signed-off-by: Ondrej Jirman <megous@megous.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
7f3ed79188
commit
7c4f63ec94
@ -506,7 +506,7 @@ static SUNXI_CCU_M_WITH_MUX_TABLE_GATE(csi_mclk_clk, "csi-mclk",
|
||||
csi_mclk_parents, csi_mclk_table,
|
||||
0x134,
|
||||
0, 5, /* M */
|
||||
10, 3, /* mux */
|
||||
8, 3, /* mux */
|
||||
BIT(15), /* gate */
|
||||
0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user