diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-06-24 16:21:36 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-06-24 16:21:36 -0400 |
commit | 22346aea8d39372d6fd207468701e90bf546b882 (patch) | |
tree | ceb871ca3512e5b0bbaeed74f4e497aace197a9a /arch | |
parent | 66c594098db1ee885f486a684b66937e28e792b1 (diff) |
[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: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c2410/s3c2410-clock.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/s3c2410-clock.c b/arch/arm/mach-s3c2410/s3c2410-clock.c index fd17c60e1132..99718663318e 100644 --- a/arch/arm/mach-s3c2410/s3c2410-clock.c +++ b/arch/arm/mach-s3c2410/s3c2410-clock.c | |||
@@ -182,7 +182,15 @@ static struct clk init_clocks[] = { | |||
182 | .id = -1, | 182 | .id = -1, |
183 | .parent = &clk_p, | 183 | .parent = &clk_p, |
184 | .ctrlbit = 0, | 184 | .ctrlbit = 0, |
185 | } | 185 | }, { |
186 | .name = "usb-bus-host", | ||
187 | .id = -1, | ||
188 | .parent = &clk_usb_bus, | ||
189 | }, { | ||
190 | .name = "usb-bus-gadget", | ||
191 | .id = -1, | ||
192 | .parent = &clk_usb_bus, | ||
193 | }, | ||
186 | }; | 194 | }; |
187 | 195 | ||
188 | /* s3c2410_baseclk_add() | 196 | /* s3c2410_baseclk_add() |