projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66c5940
)
[ARM] 3643/1: S3C2410: Add new usb clocks
author
Ben Dooks
<ben-linux@fluff.org>
Sat, 24 Jun 2006 20:21:36 +0000
(21:21 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 24 Jun 2006 20:21:36 +0000
(21:21 +0100)
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>
arch/arm/mach-s3c2410/s3c2410-clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c2410/s3c2410-clock.c
b/arch/arm/mach-s3c2410/s3c2410-clock.c
index fd17c60e11324d03094d9e1599bbdbf4a2cddfc2..99718663318e74dc2f9eca1bb5ae066f500853e3 100644
(file)
--- 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[] = {
.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()