Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41ba41d7 authored by Ben Dooks's avatar Ben Dooks Committed by Ben Dooks
Browse files

[ARM] S3C64XX: Fix USB host clock mux list



The clock list for the USB host bus clock was in the wrong order,
move clk_48m to position 0.

Signed-off-by: default avatarBen Dooks <ben@simtec.co.uk>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 19c59570
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {