Skip to content

Commit

Permalink
ARM: 5964/1: ux500: support clock gating
Browse files Browse the repository at this point in the history
Implement clock gating support for the u8500 clocks.

Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Acked-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Rabin Vincent authored and Russell King committed Mar 19, 2010
1 parent 75a36ee commit 1df20af
Show file tree
Hide file tree
Showing 4 changed files with 590 additions and 35 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-ux500/board-mop500.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static struct pl022_ssp_controller ssp0_platform_data = {
static struct amba_device pl022_device = {
.dev = {
.coherent_dma_mask = ~0,
.init_name = "pl022",
.init_name = "ssp0",
.platform_data = &ssp0_platform_data,
},
.res = {
Expand Down
Loading

0 comments on commit 1df20af

Please sign in to comment.