Skip to content

Commit

Permalink
clk: socfpga: agilex: fix duplicate s2f_user0_clk
Browse files Browse the repository at this point in the history
[upstream commit 09540fa]

Remove the duplicate s2f_user0_clk and the unused s2f_usr0_mux define.

Fixes: f817c13 ("clk: socfpga: agilex: fix up s2f_user0_clk representation")
Cc: [email protected]
Signed-off-by: Dinh Nguyen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
  • Loading branch information
Dinh Nguyen authored and dinguyen702 committed Sep 30, 2021
1 parent d91a80a commit 4e63d87
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/clk/socfpga/clk-agilex.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,6 @@ static const struct clk_parent_data mpu_mux[] = {
.name = "boot_clk", },
};

static const struct clk_parent_data s2f_usr0_mux[] = {
{ .fw_name = "f2s-free-clk",
.name = "f2s-free-clk", },
{ .fw_name = "boot_clk",
.name = "boot_clk", },
};

static const struct clk_parent_data emac_mux[] = {
{ .fw_name = "emaca_free_clk",
.name = "emaca_free_clk", },
Expand Down

0 comments on commit 4e63d87

Please sign in to comment.