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

Commit 386f4351 authored by Peter Korsgaard's avatar Peter Korsgaard Committed by Ben Dooks
Browse files

[ARM] S3C64XX: clock.c: fix typo in usb-host clock ctrlbit



The usb-host clock was using the wrong define (the SCLK enable for the
usb-host-bus) to change the HCLK register instead of the HCLK_UHOST bit.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 6ade7fa7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -191,7 +191,7 @@ static struct clk init_clocks[] = {
		.id		= -1,
		.id		= -1,
		.parent		= &clk_h,
		.parent		= &clk_h,
		.enable		= s3c64xx_hclk_ctrl,
		.enable		= s3c64xx_hclk_ctrl,
		.ctrlbit	= S3C_CLKCON_SCLK_UHOST,
		.ctrlbit	= S3C_CLKCON_HCLK_UHOST,
	}, {
	}, {
		.name		= "hsmmc",
		.name		= "hsmmc",
		.id		= 0,
		.id		= 0,