Skip to content

Commit

Permalink
[ARM] S3C64XX: Fix USB host clock mux list
Browse files Browse the repository at this point in the history
The clock list for the USB host bus clock was in the wrong order,
move clk_48m to position 0.

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks authored and Ben Dooks committed Feb 26, 2009
1 parent 19c5957 commit 41ba41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c64xx/s3c6400-clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ static struct clk_sources clkset_uart = {
};

static struct clk *clkset_uhost_list[] = {
&clk_48m,
&clk_mout_epll.clk,
&clk_dout_mpll,
&clk_fin_epll,
&clk_48m,
};

static struct clk_sources clkset_uhost = {
Expand Down

0 comments on commit 41ba41d

Please sign in to comment.