aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2010-02-28 23:07:47 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-03-19 14:29:45 -0400
commit1df20afce51e7af2a587425d1aafca2608fe0066 (patch)
tree07bde105706ff8396e58f400ef87cb4bac0456cc /arch/arm/mach-ux500/board-mop500.c
parent75a36ee01e860be693220f1c40e2c04fb6cc69ba (diff)
ARM: 5964/1: ux500: support clock gating
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>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index c2b4a35cf01b..4335186135e4 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -94,7 +94,7 @@ static struct pl022_ssp_controller ssp0_platform_data = {
94static struct amba_device pl022_device = { 94static struct amba_device pl022_device = {
95 .dev = { 95 .dev = {
96 .coherent_dma_mask = ~0, 96 .coherent_dma_mask = ~0,
97 .init_name = "pl022", 97 .init_name = "ssp0",
98 .platform_data = &ssp0_platform_data, 98 .platform_data = &ssp0_platform_data,
99 }, 99 },
100 .res = { 100 .res = {