Skip to content

Commit 714b82c

Browse files
committed
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Pull clk fix from Stephen Boyd: "One more fix to set the correct IO mapping for a clk gate in the lan966x driver" * tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux: clk: lan966x: Fix the lan966x clock gate register address
2 parents 515f714 + 25c2a07 commit 714b82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/clk-lan966x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ static int lan966x_gate_clk_register(struct device *dev,
213213

214214
hw_data->hws[i] =
215215
devm_clk_hw_register_gate(dev, clk_gate_desc[idx].name,
216-
"lan966x", 0, base,
216+
"lan966x", 0, gate_base,
217217
clk_gate_desc[idx].bit_idx,
218218
0, &clk_gate_lock);
219219

0 commit comments

Comments
 (0)