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

Commit 22346aea authored by Ben Dooks's avatar Ben Dooks Committed by Russell King
Browse files

[ARM] 3643/1: S3C2410: Add new usb clocks



Patch from Ben Dooks

Make the S3C2410 use the same usb clock naming
as the S3C2412

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 66c59409
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -182,7 +182,15 @@ static struct clk init_clocks[] = {
		.id		= -1,
		.parent		= &clk_p,
		.ctrlbit	= 0,
	}
	}, {
		.name		= "usb-bus-host",
		.id		= -1,
		.parent		= &clk_usb_bus,
	}, {
		.name		= "usb-bus-gadget",
		.id		= -1,
		.parent		= &clk_usb_bus,
	},
};

/* s3c2410_baseclk_add()