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

Commit 5f4c5b2d authored by Thomas Abraham's avatar Thomas Abraham Committed by Ben Dooks
Browse files

ARM: S3C64XX: Add USB OTG HCLK to the list of clocks



Add the USB OTG HCLK clock to the list of clocks to be registered
during initialization.

Signed-off-by: default avatarThomas Abraham <thomas.ab@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 189e0445
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -258,6 +258,12 @@ static struct clk init_clocks[] = {
		.parent		= &clk_h,
		.parent		= &clk_h,
		.enable		= s3c64xx_hclk_ctrl,
		.enable		= s3c64xx_hclk_ctrl,
		.ctrlbit	= S3C_CLKCON_HCLK_HSMMC2,
		.ctrlbit	= S3C_CLKCON_HCLK_HSMMC2,
	}, {
		.name		= "otg",
		.id		= -1,
		.parent		= &clk_h,
		.enable		= s3c64xx_hclk_ctrl,
		.ctrlbit	= S3C_CLKCON_HCLK_USB,
	}, {
	}, {
		.name		= "timers",
		.name		= "timers",
		.id		= -1,
		.id		= -1,