Skip to content

Commit

Permalink
[ARM] 3643/1: S3C2410: Add new usb clocks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Russell King committed Jun 24, 2006
1 parent 66c5940 commit 22346ae
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion arch/arm/mach-s3c2410/s3c2410-clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 22346ae

Please sign in to comment.