diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-02-28 23:07:47 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-03-19 14:29:45 -0400 |
commit | 1df20afce51e7af2a587425d1aafca2608fe0066 (patch) | |
tree | 07bde105706ff8396e58f400ef87cb4bac0456cc /arch/arm/mach-ux500/cpu-u8500.c | |
parent | 75a36ee01e860be693220f1c40e2c04fb6cc69ba (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/cpu-u8500.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu-u8500.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/cpu-u8500.c b/arch/arm/mach-ux500/cpu-u8500.c index f368504d2af7..09bcba1ccef1 100644 --- a/arch/arm/mach-ux500/cpu-u8500.c +++ b/arch/arm/mach-ux500/cpu-u8500.c | |||
@@ -43,10 +43,17 @@ static struct map_desc u8500_io_desc[] __initdata = { | |||
43 | __IO_DEV_DESC(U8500_TWD_BASE, SZ_4K), | 43 | __IO_DEV_DESC(U8500_TWD_BASE, SZ_4K), |
44 | __IO_DEV_DESC(U8500_SCU_BASE, SZ_4K), | 44 | __IO_DEV_DESC(U8500_SCU_BASE, SZ_4K), |
45 | __IO_DEV_DESC(U8500_BACKUPRAM0_BASE, SZ_8K), | 45 | __IO_DEV_DESC(U8500_BACKUPRAM0_BASE, SZ_8K), |
46 | __IO_DEV_DESC(U8500_PRCMU_BASE, SZ_4K), | ||
47 | __IO_DEV_DESC(U8500_CLKRST1_BASE, SZ_4K), | ||
48 | __IO_DEV_DESC(U8500_CLKRST2_BASE, SZ_4K), | ||
49 | __IO_DEV_DESC(U8500_CLKRST3_BASE, SZ_4K), | ||
50 | __IO_DEV_DESC(U8500_CLKRST5_BASE, SZ_4K), | ||
51 | __IO_DEV_DESC(U8500_CLKRST6_BASE, SZ_4K), | ||
46 | }; | 52 | }; |
47 | 53 | ||
48 | static struct map_desc u8500ed_io_desc[] __initdata = { | 54 | static struct map_desc u8500ed_io_desc[] __initdata = { |
49 | __IO_DEV_DESC(U8500_MTU0_BASE_ED, SZ_4K), | 55 | __IO_DEV_DESC(U8500_MTU0_BASE_ED, SZ_4K), |
56 | __IO_DEV_DESC(U8500_CLKRST7_BASE_ED, SZ_8K), | ||
50 | }; | 57 | }; |
51 | 58 | ||
52 | static struct map_desc u8500v1_io_desc[] __initdata = { | 59 | static struct map_desc u8500v1_io_desc[] __initdata = { |