Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * linux/arch/arm/mach-versatile/core.c |
| 3 | * |
| 4 | * Copyright (C) 1999 - 2003 ARM Limited |
| 5 | * Copyright (C) 2000 Deep Blue Solutions Ltd |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License as published by |
| 9 | * the Free Software Foundation; either version 2 of the License, or |
| 10 | * (at your option) any later version. |
| 11 | * |
| 12 | * This program is distributed in the hope that it will be useful, |
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. |
| 16 | * |
| 17 | * You should have received a copy of the GNU General Public License |
| 18 | * along with this program; if not, write to the Free Software |
| 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 20 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | #include <linux/init.h> |
| 22 | #include <linux/device.h> |
| 23 | #include <linux/dma-mapping.h> |
Russell King | d052d1b | 2005-10-29 19:07:23 +0100 | [diff] [blame] | 24 | #include <linux/platform_device.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | #include <linux/sysdev.h> |
| 26 | #include <linux/interrupt.h> |
Russell King | a62c80e | 2006-01-07 13:52:45 +0000 | [diff] [blame] | 27 | #include <linux/amba/bus.h> |
| 28 | #include <linux/amba/clcd.h> |
Russell King | bbeddc4 | 2009-07-05 22:43:01 +0100 | [diff] [blame] | 29 | #include <linux/amba/pl061.h> |
Linus Walleij | 6ef297f | 2009-09-22 14:29:36 +0100 | [diff] [blame] | 30 | #include <linux/amba/mmci.h> |
Linus Walleij | ef6f4b1 | 2010-07-14 23:59:27 +0100 | [diff] [blame] | 31 | #include <linux/amba/pl022.h> |
Russell King | fced80c | 2008-09-06 12:10:45 +0100 | [diff] [blame] | 32 | #include <linux/io.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 33 | #include <linux/gfp.h> |
Jean-Christop PLAGNIOL-VILLARD | 6d803ba | 2010-11-17 10:04:33 +0100 | [diff] [blame] | 34 | #include <linux/clkdev.h> |
Marc Zyngier | 68c0e38 | 2011-05-18 10:51:50 +0100 | [diff] [blame] | 35 | #include <linux/mtd/physmap.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 36 | |
| 37 | #include <asm/system.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | #include <asm/irq.h> |
| 39 | #include <asm/leds.h> |
Russell King | b720f73 | 2005-06-29 15:15:54 +0100 | [diff] [blame] | 40 | #include <asm/hardware/arm_timer.h> |
Russell King | c5a0adb | 2010-01-16 20:16:10 +0000 | [diff] [blame] | 41 | #include <asm/hardware/icst.h> |
Russell King | fa0fe48 | 2006-01-13 21:30:48 +0000 | [diff] [blame] | 42 | #include <asm/hardware/vic.h> |
Russell King | dc5bc8f | 2006-07-10 16:33:54 +0100 | [diff] [blame] | 43 | #include <asm/mach-types.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | |
| 45 | #include <asm/mach/arch.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | #include <asm/mach/irq.h> |
| 47 | #include <asm/mach/time.h> |
| 48 | #include <asm/mach/map.h> |
Russell King | a285edc | 2010-01-14 19:59:37 +0000 | [diff] [blame] | 49 | #include <mach/hardware.h> |
| 50 | #include <mach/platform.h> |
Rob Herring | 8a9618f | 2010-10-06 16:18:08 +0100 | [diff] [blame] | 51 | #include <asm/hardware/timer-sp.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 53 | #include <plat/clcd.h> |
Russell King | c41b16f | 2011-01-19 15:32:15 +0000 | [diff] [blame] | 54 | #include <plat/fpga-irq.h> |
Russell King | 1da0c89 | 2010-12-15 21:56:47 +0000 | [diff] [blame] | 55 | #include <plat/sched_clock.h> |
| 56 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | #include "core.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | |
| 59 | /* |
| 60 | * All IO addresses are mapped onto VA 0xFFFx.xxxx, where x.xxxx |
| 61 | * is the (PA >> 12). |
| 62 | * |
| 63 | * Setup a VA for the Versatile Vectored Interrupt Controller. |
| 64 | */ |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 65 | #define VA_VIC_BASE __io_address(VERSATILE_VIC_BASE) |
| 66 | #define VA_SIC_BASE __io_address(VERSATILE_SIC_BASE) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | |
Russell King | c41b16f | 2011-01-19 15:32:15 +0000 | [diff] [blame] | 68 | static struct fpga_irq_data sic_irq = { |
| 69 | .base = VA_SIC_BASE, |
| 70 | .irq_start = IRQ_SIC_START, |
| 71 | .chip.name = "SIC", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | }; |
| 73 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | #if 1 |
| 75 | #define IRQ_MMCI0A IRQ_VICSOURCE22 |
| 76 | #define IRQ_AACI IRQ_VICSOURCE24 |
| 77 | #define IRQ_ETH IRQ_VICSOURCE25 |
| 78 | #define PIC_MASK 0xFFD00000 |
| 79 | #else |
| 80 | #define IRQ_MMCI0A IRQ_SIC_MMCI0A |
| 81 | #define IRQ_AACI IRQ_SIC_AACI |
| 82 | #define IRQ_ETH IRQ_SIC_ETH |
| 83 | #define PIC_MASK 0 |
| 84 | #endif |
| 85 | |
| 86 | void __init versatile_init_irq(void) |
| 87 | { |
Ben Dooks | c07f87f | 2009-03-24 15:30:07 +0000 | [diff] [blame] | 88 | vic_init(VA_VIC_BASE, IRQ_VIC_START, ~0, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 90 | writel(~0, VA_SIC_BASE + SIC_IRQ_ENABLE_CLEAR); |
| 91 | |
Russell King | c41b16f | 2011-01-19 15:32:15 +0000 | [diff] [blame] | 92 | fpga_irq_init(IRQ_VICSOURCE31, ~PIC_MASK, &sic_irq); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | |
| 94 | /* |
| 95 | * Interrupts on secondary controller from 0 to 8 are routed to |
| 96 | * source 31 on PIC. |
| 97 | * Interrupts from 21 to 31 are routed directly to the VIC on |
| 98 | * the corresponding number on primary controller. This is controlled |
| 99 | * by setting PIC_ENABLEx. |
| 100 | */ |
| 101 | writel(PIC_MASK, VA_SIC_BASE + SIC_INT_PIC_ENABLE); |
| 102 | } |
| 103 | |
| 104 | static struct map_desc versatile_io_desc[] __initdata = { |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 105 | { |
| 106 | .virtual = IO_ADDRESS(VERSATILE_SYS_BASE), |
| 107 | .pfn = __phys_to_pfn(VERSATILE_SYS_BASE), |
| 108 | .length = SZ_4K, |
| 109 | .type = MT_DEVICE |
| 110 | }, { |
| 111 | .virtual = IO_ADDRESS(VERSATILE_SIC_BASE), |
| 112 | .pfn = __phys_to_pfn(VERSATILE_SIC_BASE), |
| 113 | .length = SZ_4K, |
| 114 | .type = MT_DEVICE |
| 115 | }, { |
| 116 | .virtual = IO_ADDRESS(VERSATILE_VIC_BASE), |
| 117 | .pfn = __phys_to_pfn(VERSATILE_VIC_BASE), |
| 118 | .length = SZ_4K, |
| 119 | .type = MT_DEVICE |
| 120 | }, { |
| 121 | .virtual = IO_ADDRESS(VERSATILE_SCTL_BASE), |
| 122 | .pfn = __phys_to_pfn(VERSATILE_SCTL_BASE), |
| 123 | .length = SZ_4K * 9, |
| 124 | .type = MT_DEVICE |
| 125 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 126 | #ifdef CONFIG_MACH_VERSATILE_AB |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 127 | { |
| 128 | .virtual = IO_ADDRESS(VERSATILE_GPIO0_BASE), |
| 129 | .pfn = __phys_to_pfn(VERSATILE_GPIO0_BASE), |
| 130 | .length = SZ_4K, |
| 131 | .type = MT_DEVICE |
| 132 | }, { |
| 133 | .virtual = IO_ADDRESS(VERSATILE_IB2_BASE), |
| 134 | .pfn = __phys_to_pfn(VERSATILE_IB2_BASE), |
| 135 | .length = SZ_64M, |
| 136 | .type = MT_DEVICE |
| 137 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | #endif |
| 139 | #ifdef CONFIG_DEBUG_LL |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 140 | { |
| 141 | .virtual = IO_ADDRESS(VERSATILE_UART0_BASE), |
| 142 | .pfn = __phys_to_pfn(VERSATILE_UART0_BASE), |
| 143 | .length = SZ_4K, |
| 144 | .type = MT_DEVICE |
| 145 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 146 | #endif |
Catalin Marinas | c0da085 | 2005-06-20 18:51:06 +0100 | [diff] [blame] | 147 | #ifdef CONFIG_PCI |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 148 | { |
| 149 | .virtual = IO_ADDRESS(VERSATILE_PCI_CORE_BASE), |
| 150 | .pfn = __phys_to_pfn(VERSATILE_PCI_CORE_BASE), |
| 151 | .length = SZ_4K, |
| 152 | .type = MT_DEVICE |
| 153 | }, { |
Al Viro | 399ad77 | 2006-10-11 17:22:34 +0100 | [diff] [blame] | 154 | .virtual = (unsigned long)VERSATILE_PCI_VIRT_BASE, |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 155 | .pfn = __phys_to_pfn(VERSATILE_PCI_BASE), |
| 156 | .length = VERSATILE_PCI_BASE_SIZE, |
| 157 | .type = MT_DEVICE |
| 158 | }, { |
Al Viro | 399ad77 | 2006-10-11 17:22:34 +0100 | [diff] [blame] | 159 | .virtual = (unsigned long)VERSATILE_PCI_CFG_VIRT_BASE, |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 160 | .pfn = __phys_to_pfn(VERSATILE_PCI_CFG_BASE), |
| 161 | .length = VERSATILE_PCI_CFG_BASE_SIZE, |
| 162 | .type = MT_DEVICE |
| 163 | }, |
Catalin Marinas | c0da085 | 2005-06-20 18:51:06 +0100 | [diff] [blame] | 164 | #if 0 |
Deepak Saxena | 1311521 | 2005-10-28 15:19:06 +0100 | [diff] [blame] | 165 | { |
| 166 | .virtual = VERSATILE_PCI_VIRT_MEM_BASE0, |
| 167 | .pfn = __phys_to_pfn(VERSATILE_PCI_MEM_BASE0), |
| 168 | .length = SZ_16M, |
| 169 | .type = MT_DEVICE |
| 170 | }, { |
| 171 | .virtual = VERSATILE_PCI_VIRT_MEM_BASE1, |
| 172 | .pfn = __phys_to_pfn(VERSATILE_PCI_MEM_BASE1), |
| 173 | .length = SZ_16M, |
| 174 | .type = MT_DEVICE |
| 175 | }, { |
| 176 | .virtual = VERSATILE_PCI_VIRT_MEM_BASE2, |
| 177 | .pfn = __phys_to_pfn(VERSATILE_PCI_MEM_BASE2), |
| 178 | .length = SZ_16M, |
| 179 | .type = MT_DEVICE |
| 180 | }, |
Catalin Marinas | c0da085 | 2005-06-20 18:51:06 +0100 | [diff] [blame] | 181 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 182 | #endif |
| 183 | }; |
| 184 | |
| 185 | void __init versatile_map_io(void) |
| 186 | { |
| 187 | iotable_init(versatile_io_desc, ARRAY_SIZE(versatile_io_desc)); |
| 188 | } |
| 189 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 190 | |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 191 | #define VERSATILE_FLASHCTRL (__io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_FLASH_OFFSET) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 | |
Marc Zyngier | 667f390 | 2011-05-18 10:51:55 +0100 | [diff] [blame^] | 193 | static void versatile_flash_set_vpp(struct platform_device *pdev, int on) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 194 | { |
| 195 | u32 val; |
| 196 | |
| 197 | val = __raw_readl(VERSATILE_FLASHCTRL); |
| 198 | if (on) |
| 199 | val |= VERSATILE_FLASHPROG_FLVPPEN; |
| 200 | else |
| 201 | val &= ~VERSATILE_FLASHPROG_FLVPPEN; |
| 202 | __raw_writel(val, VERSATILE_FLASHCTRL); |
| 203 | } |
| 204 | |
Marc Zyngier | 68c0e38 | 2011-05-18 10:51:50 +0100 | [diff] [blame] | 205 | static struct physmap_flash_data versatile_flash_data = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 206 | .width = 4, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 207 | .set_vpp = versatile_flash_set_vpp, |
| 208 | }; |
| 209 | |
| 210 | static struct resource versatile_flash_resource = { |
| 211 | .start = VERSATILE_FLASH_BASE, |
Yoav Steinberg | a0c5a64 | 2006-08-13 14:17:12 +0100 | [diff] [blame] | 212 | .end = VERSATILE_FLASH_BASE + VERSATILE_FLASH_SIZE - 1, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 213 | .flags = IORESOURCE_MEM, |
| 214 | }; |
| 215 | |
| 216 | static struct platform_device versatile_flash_device = { |
Marc Zyngier | 68c0e38 | 2011-05-18 10:51:50 +0100 | [diff] [blame] | 217 | .name = "physmap-flash", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 218 | .id = 0, |
| 219 | .dev = { |
| 220 | .platform_data = &versatile_flash_data, |
| 221 | }, |
| 222 | .num_resources = 1, |
| 223 | .resource = &versatile_flash_resource, |
| 224 | }; |
| 225 | |
| 226 | static struct resource smc91x_resources[] = { |
| 227 | [0] = { |
| 228 | .start = VERSATILE_ETH_BASE, |
| 229 | .end = VERSATILE_ETH_BASE + SZ_64K - 1, |
| 230 | .flags = IORESOURCE_MEM, |
| 231 | }, |
| 232 | [1] = { |
| 233 | .start = IRQ_ETH, |
| 234 | .end = IRQ_ETH, |
| 235 | .flags = IORESOURCE_IRQ, |
| 236 | }, |
| 237 | }; |
| 238 | |
| 239 | static struct platform_device smc91x_device = { |
| 240 | .name = "smc91x", |
| 241 | .id = 0, |
| 242 | .num_resources = ARRAY_SIZE(smc91x_resources), |
| 243 | .resource = smc91x_resources, |
| 244 | }; |
| 245 | |
Russell King | 6b65cd7 | 2006-12-10 21:21:32 +0100 | [diff] [blame] | 246 | static struct resource versatile_i2c_resource = { |
| 247 | .start = VERSATILE_I2C_BASE, |
| 248 | .end = VERSATILE_I2C_BASE + SZ_4K - 1, |
| 249 | .flags = IORESOURCE_MEM, |
| 250 | }; |
| 251 | |
| 252 | static struct platform_device versatile_i2c_device = { |
| 253 | .name = "versatile-i2c", |
Catalin Marinas | 533ad5e | 2009-02-12 15:58:20 +0100 | [diff] [blame] | 254 | .id = 0, |
Russell King | 6b65cd7 | 2006-12-10 21:21:32 +0100 | [diff] [blame] | 255 | .num_resources = 1, |
| 256 | .resource = &versatile_i2c_resource, |
| 257 | }; |
| 258 | |
Catalin Marinas | 533ad5e | 2009-02-12 15:58:20 +0100 | [diff] [blame] | 259 | static struct i2c_board_info versatile_i2c_board_info[] = { |
| 260 | { |
Russell King | 64e8be6 | 2009-07-18 15:51:55 +0100 | [diff] [blame] | 261 | I2C_BOARD_INFO("ds1338", 0xd0 >> 1), |
Catalin Marinas | 533ad5e | 2009-02-12 15:58:20 +0100 | [diff] [blame] | 262 | }, |
| 263 | }; |
| 264 | |
| 265 | static int __init versatile_i2c_init(void) |
| 266 | { |
| 267 | return i2c_register_board_info(0, versatile_i2c_board_info, |
| 268 | ARRAY_SIZE(versatile_i2c_board_info)); |
| 269 | } |
| 270 | arch_initcall(versatile_i2c_init); |
| 271 | |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 272 | #define VERSATILE_SYSMCI (__io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_MCI_OFFSET) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 273 | |
| 274 | unsigned int mmc_status(struct device *dev) |
| 275 | { |
| 276 | struct amba_device *adev = container_of(dev, struct amba_device, dev); |
| 277 | u32 mask; |
| 278 | |
| 279 | if (adev->res.start == VERSATILE_MMCI0_BASE) |
| 280 | mask = 1; |
| 281 | else |
| 282 | mask = 2; |
| 283 | |
| 284 | return readl(VERSATILE_SYSMCI) & mask; |
| 285 | } |
| 286 | |
Linus Walleij | 6ef297f | 2009-09-22 14:29:36 +0100 | [diff] [blame] | 287 | static struct mmci_platform_data mmc0_plat_data = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 288 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, |
| 289 | .status = mmc_status, |
Russell King | 7fb2bbf | 2009-07-09 15:15:12 +0100 | [diff] [blame] | 290 | .gpio_wp = -1, |
| 291 | .gpio_cd = -1, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 292 | }; |
| 293 | |
Grant Likely | e282326 | 2011-03-30 00:02:29 -0600 | [diff] [blame] | 294 | static struct resource char_lcd_resources[] = { |
Linus Walleij | d161edf | 2010-07-17 12:34:25 +0100 | [diff] [blame] | 295 | { |
| 296 | .start = VERSATILE_CHAR_LCD_BASE, |
| 297 | .end = (VERSATILE_CHAR_LCD_BASE + SZ_4K - 1), |
| 298 | .flags = IORESOURCE_MEM, |
| 299 | }, |
| 300 | }; |
| 301 | |
| 302 | static struct platform_device char_lcd_device = { |
| 303 | .name = "arm-charlcd", |
| 304 | .id = -1, |
| 305 | .num_resources = ARRAY_SIZE(char_lcd_resources), |
| 306 | .resource = char_lcd_resources, |
| 307 | }; |
| 308 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 309 | /* |
| 310 | * Clock handling |
| 311 | */ |
Russell King | 39c0cb0 | 2010-01-16 16:27:28 +0000 | [diff] [blame] | 312 | static const struct icst_params versatile_oscvco_params = { |
Russell King | 64fceb1 | 2010-01-16 17:28:44 +0000 | [diff] [blame] | 313 | .ref = 24000000, |
Russell King | 4de2edb | 2010-01-16 18:08:47 +0000 | [diff] [blame] | 314 | .vco_max = ICST307_VCO_MAX, |
Russell King | e73a46a | 2010-01-16 19:49:39 +0000 | [diff] [blame] | 315 | .vco_min = ICST307_VCO_MIN, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 316 | .vd_min = 4 + 8, |
| 317 | .vd_max = 511 + 8, |
| 318 | .rd_min = 1 + 2, |
| 319 | .rd_max = 127 + 2, |
Russell King | 232eaf7 | 2010-01-16 19:46:19 +0000 | [diff] [blame] | 320 | .s2div = icst307_s2div, |
| 321 | .idx2s = icst307_idx2s, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 322 | }; |
| 323 | |
Russell King | 39c0cb0 | 2010-01-16 16:27:28 +0000 | [diff] [blame] | 324 | static void versatile_oscvco_set(struct clk *clk, struct icst_vco vco) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 325 | { |
Russell King | d1914c7 | 2010-01-14 20:09:34 +0000 | [diff] [blame] | 326 | void __iomem *sys_lock = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_LOCK_OFFSET; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 327 | u32 val; |
| 328 | |
Russell King | d1914c7 | 2010-01-14 20:09:34 +0000 | [diff] [blame] | 329 | val = readl(clk->vcoreg) & ~0x7ffff; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 330 | val |= vco.v | (vco.r << 9) | (vco.s << 16); |
| 331 | |
| 332 | writel(0xa05f, sys_lock); |
Russell King | d1914c7 | 2010-01-14 20:09:34 +0000 | [diff] [blame] | 333 | writel(val, clk->vcoreg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 334 | writel(0, sys_lock); |
| 335 | } |
| 336 | |
Russell King | 9bf5b2e | 2010-03-01 16:18:39 +0000 | [diff] [blame] | 337 | static const struct clk_ops osc4_clk_ops = { |
| 338 | .round = icst_clk_round, |
| 339 | .set = icst_clk_set, |
Russell King | 71a06da | 2008-11-08 20:13:53 +0000 | [diff] [blame] | 340 | .setvco = versatile_oscvco_set, |
| 341 | }; |
| 342 | |
Russell King | 9bf5b2e | 2010-03-01 16:18:39 +0000 | [diff] [blame] | 343 | static struct clk osc4_clk = { |
| 344 | .ops = &osc4_clk_ops, |
| 345 | .params = &versatile_oscvco_params, |
| 346 | }; |
| 347 | |
Russell King | 71a06da | 2008-11-08 20:13:53 +0000 | [diff] [blame] | 348 | /* |
| 349 | * These are fixed clocks. |
| 350 | */ |
| 351 | static struct clk ref24_clk = { |
| 352 | .rate = 24000000, |
| 353 | }; |
| 354 | |
Russell King | 3126c7b | 2010-07-15 11:01:17 +0100 | [diff] [blame] | 355 | static struct clk dummy_apb_pclk; |
| 356 | |
Rabin Vincent | 982db66 | 2009-05-18 17:29:30 +0100 | [diff] [blame] | 357 | static struct clk_lookup lookups[] = { |
Russell King | 3126c7b | 2010-07-15 11:01:17 +0100 | [diff] [blame] | 358 | { /* AMBA bus clock */ |
| 359 | .con_id = "apb_pclk", |
| 360 | .clk = &dummy_apb_pclk, |
| 361 | }, { /* UART0 */ |
Russell King | 71a06da | 2008-11-08 20:13:53 +0000 | [diff] [blame] | 362 | .dev_id = "dev:f1", |
| 363 | .clk = &ref24_clk, |
| 364 | }, { /* UART1 */ |
| 365 | .dev_id = "dev:f2", |
| 366 | .clk = &ref24_clk, |
| 367 | }, { /* UART2 */ |
| 368 | .dev_id = "dev:f3", |
| 369 | .clk = &ref24_clk, |
| 370 | }, { /* UART3 */ |
| 371 | .dev_id = "fpga:09", |
| 372 | .clk = &ref24_clk, |
| 373 | }, { /* KMI0 */ |
| 374 | .dev_id = "fpga:06", |
| 375 | .clk = &ref24_clk, |
| 376 | }, { /* KMI1 */ |
| 377 | .dev_id = "fpga:07", |
| 378 | .clk = &ref24_clk, |
| 379 | }, { /* MMC0 */ |
| 380 | .dev_id = "fpga:05", |
| 381 | .clk = &ref24_clk, |
| 382 | }, { /* MMC1 */ |
| 383 | .dev_id = "fpga:0b", |
| 384 | .clk = &ref24_clk, |
Linus Walleij | ef6f4b1 | 2010-07-14 23:59:27 +0100 | [diff] [blame] | 385 | }, { /* SSP */ |
| 386 | .dev_id = "dev:f4", |
| 387 | .clk = &ref24_clk, |
Russell King | 71a06da | 2008-11-08 20:13:53 +0000 | [diff] [blame] | 388 | }, { /* CLCD */ |
| 389 | .dev_id = "dev:20", |
| 390 | .clk = &osc4_clk, |
| 391 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 392 | }; |
| 393 | |
| 394 | /* |
| 395 | * CLCD support. |
| 396 | */ |
| 397 | #define SYS_CLCD_MODE_MASK (3 << 0) |
| 398 | #define SYS_CLCD_MODE_888 (0 << 0) |
| 399 | #define SYS_CLCD_MODE_5551 (1 << 0) |
| 400 | #define SYS_CLCD_MODE_565_RLSB (2 << 0) |
| 401 | #define SYS_CLCD_MODE_565_BLSB (3 << 0) |
| 402 | #define SYS_CLCD_NLCDIOON (1 << 2) |
| 403 | #define SYS_CLCD_VDDPOSSWITCH (1 << 3) |
| 404 | #define SYS_CLCD_PWR3V5SWITCH (1 << 4) |
| 405 | #define SYS_CLCD_ID_MASK (0x1f << 8) |
| 406 | #define SYS_CLCD_ID_SANYO_3_8 (0x00 << 8) |
| 407 | #define SYS_CLCD_ID_UNKNOWN_8_4 (0x01 << 8) |
| 408 | #define SYS_CLCD_ID_EPSON_2_2 (0x02 << 8) |
| 409 | #define SYS_CLCD_ID_SANYO_2_5 (0x07 << 8) |
| 410 | #define SYS_CLCD_ID_VGA (0x1f << 8) |
| 411 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 412 | static bool is_sanyo_2_5_lcd; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 413 | |
| 414 | /* |
| 415 | * Disable all display connectors on the interface module. |
| 416 | */ |
| 417 | static void versatile_clcd_disable(struct clcd_fb *fb) |
| 418 | { |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 419 | void __iomem *sys_clcd = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_CLCD_OFFSET; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 420 | u32 val; |
| 421 | |
| 422 | val = readl(sys_clcd); |
| 423 | val &= ~SYS_CLCD_NLCDIOON | SYS_CLCD_PWR3V5SWITCH; |
| 424 | writel(val, sys_clcd); |
| 425 | |
| 426 | #ifdef CONFIG_MACH_VERSATILE_AB |
| 427 | /* |
| 428 | * If the LCD is Sanyo 2x5 in on the IB2 board, turn the back-light off |
| 429 | */ |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 430 | if (machine_is_versatile_ab() && is_sanyo_2_5_lcd) { |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 431 | void __iomem *versatile_ib2_ctrl = __io_address(VERSATILE_IB2_CTRL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 432 | unsigned long ctrl; |
| 433 | |
| 434 | ctrl = readl(versatile_ib2_ctrl); |
| 435 | ctrl &= ~0x01; |
| 436 | writel(ctrl, versatile_ib2_ctrl); |
| 437 | } |
| 438 | #endif |
| 439 | } |
| 440 | |
| 441 | /* |
| 442 | * Enable the relevant connector on the interface module. |
| 443 | */ |
| 444 | static void versatile_clcd_enable(struct clcd_fb *fb) |
| 445 | { |
Russell King | 9728c1b | 2011-01-19 23:29:12 +0000 | [diff] [blame] | 446 | struct fb_var_screeninfo *var = &fb->fb.var; |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 447 | void __iomem *sys_clcd = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_CLCD_OFFSET; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 448 | u32 val; |
| 449 | |
| 450 | val = readl(sys_clcd); |
| 451 | val &= ~SYS_CLCD_MODE_MASK; |
| 452 | |
Russell King | 9728c1b | 2011-01-19 23:29:12 +0000 | [diff] [blame] | 453 | switch (var->green.length) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 454 | case 5: |
| 455 | val |= SYS_CLCD_MODE_5551; |
| 456 | break; |
| 457 | case 6: |
Russell King | 9728c1b | 2011-01-19 23:29:12 +0000 | [diff] [blame] | 458 | if (var->red.offset == 0) |
| 459 | val |= SYS_CLCD_MODE_565_RLSB; |
| 460 | else |
| 461 | val |= SYS_CLCD_MODE_565_BLSB; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 462 | break; |
| 463 | case 8: |
| 464 | val |= SYS_CLCD_MODE_888; |
| 465 | break; |
| 466 | } |
| 467 | |
| 468 | /* |
| 469 | * Set the MUX |
| 470 | */ |
| 471 | writel(val, sys_clcd); |
| 472 | |
| 473 | /* |
| 474 | * And now enable the PSUs |
| 475 | */ |
| 476 | val |= SYS_CLCD_NLCDIOON | SYS_CLCD_PWR3V5SWITCH; |
| 477 | writel(val, sys_clcd); |
| 478 | |
| 479 | #ifdef CONFIG_MACH_VERSATILE_AB |
| 480 | /* |
| 481 | * If the LCD is Sanyo 2x5 in on the IB2 board, turn the back-light on |
| 482 | */ |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 483 | if (machine_is_versatile_ab() && is_sanyo_2_5_lcd) { |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 484 | void __iomem *versatile_ib2_ctrl = __io_address(VERSATILE_IB2_CTRL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 485 | unsigned long ctrl; |
| 486 | |
| 487 | ctrl = readl(versatile_ib2_ctrl); |
| 488 | ctrl |= 0x01; |
| 489 | writel(ctrl, versatile_ib2_ctrl); |
| 490 | } |
| 491 | #endif |
| 492 | } |
| 493 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 494 | /* |
| 495 | * Detect which LCD panel is connected, and return the appropriate |
| 496 | * clcd_panel structure. Note: we do not have any information on |
| 497 | * the required timings for the 8.4in panel, so we presently assume |
| 498 | * VGA timings. |
| 499 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 500 | static int versatile_clcd_setup(struct clcd_fb *fb) |
| 501 | { |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 502 | void __iomem *sys_clcd = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_CLCD_OFFSET; |
| 503 | const char *panel_name; |
| 504 | u32 val; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 505 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 506 | is_sanyo_2_5_lcd = false; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 507 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 508 | val = readl(sys_clcd) & SYS_CLCD_ID_MASK; |
| 509 | if (val == SYS_CLCD_ID_SANYO_3_8) |
| 510 | panel_name = "Sanyo TM38QV67A02A"; |
| 511 | else if (val == SYS_CLCD_ID_SANYO_2_5) { |
| 512 | panel_name = "Sanyo QVGA Portrait"; |
| 513 | is_sanyo_2_5_lcd = true; |
| 514 | } else if (val == SYS_CLCD_ID_EPSON_2_2) |
| 515 | panel_name = "Epson L2F50113T00"; |
| 516 | else if (val == SYS_CLCD_ID_VGA) |
| 517 | panel_name = "VGA"; |
| 518 | else { |
| 519 | printk(KERN_ERR "CLCD: unknown LCD panel ID 0x%08x, using VGA\n", |
| 520 | val); |
| 521 | panel_name = "VGA"; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 522 | } |
| 523 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 524 | fb->panel = versatile_clcd_get_panel(panel_name); |
| 525 | if (!fb->panel) |
| 526 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 527 | |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 528 | return versatile_clcd_setup_dma(fb, SZ_1M); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 529 | } |
| 530 | |
Russell King | 9728c1b | 2011-01-19 23:29:12 +0000 | [diff] [blame] | 531 | static void versatile_clcd_decode(struct clcd_fb *fb, struct clcd_regs *regs) |
| 532 | { |
| 533 | clcdfb_decode(fb, regs); |
| 534 | |
| 535 | /* Always clear BGR for RGB565: we do the routing externally */ |
| 536 | if (fb->fb.var.green.length == 6) |
| 537 | regs->cntl &= ~CNTL_BGR; |
| 538 | } |
| 539 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 540 | static struct clcd_board clcd_plat_data = { |
| 541 | .name = "Versatile", |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 542 | .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 543 | .check = clcdfb_check, |
Russell King | 9728c1b | 2011-01-19 23:29:12 +0000 | [diff] [blame] | 544 | .decode = versatile_clcd_decode, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 545 | .disable = versatile_clcd_disable, |
| 546 | .enable = versatile_clcd_enable, |
| 547 | .setup = versatile_clcd_setup, |
Russell King | 3414ba8 | 2011-01-18 20:12:10 +0000 | [diff] [blame] | 548 | .mmap = versatile_clcd_mmap_dma, |
| 549 | .remove = versatile_clcd_remove_dma, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 550 | }; |
| 551 | |
Russell King | bbeddc4 | 2009-07-05 22:43:01 +0100 | [diff] [blame] | 552 | static struct pl061_platform_data gpio0_plat_data = { |
| 553 | .gpio_base = 0, |
| 554 | .irq_base = IRQ_GPIO0_START, |
| 555 | }; |
| 556 | |
| 557 | static struct pl061_platform_data gpio1_plat_data = { |
| 558 | .gpio_base = 8, |
| 559 | .irq_base = IRQ_GPIO1_START, |
| 560 | }; |
| 561 | |
Linus Walleij | ef6f4b1 | 2010-07-14 23:59:27 +0100 | [diff] [blame] | 562 | static struct pl022_ssp_controller ssp0_plat_data = { |
| 563 | .bus_id = 0, |
| 564 | .enable_dma = 0, |
| 565 | .num_chipselect = 1, |
| 566 | }; |
| 567 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 568 | #define AACI_IRQ { IRQ_AACI, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 569 | #define MMCI0_IRQ { IRQ_MMCI0A,IRQ_SIC_MMCI0B } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 570 | #define KMI0_IRQ { IRQ_SIC_KMI0, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 571 | #define KMI1_IRQ { IRQ_SIC_KMI1, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 572 | |
| 573 | /* |
| 574 | * These devices are connected directly to the multi-layer AHB switch |
| 575 | */ |
| 576 | #define SMC_IRQ { NO_IRQ, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 577 | #define MPMC_IRQ { NO_IRQ, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 578 | #define CLCD_IRQ { IRQ_CLCDINT, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 579 | #define DMAC_IRQ { IRQ_DMAINT, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 580 | |
| 581 | /* |
| 582 | * These devices are connected via the core APB bridge |
| 583 | */ |
| 584 | #define SCTL_IRQ { NO_IRQ, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 585 | #define WATCHDOG_IRQ { IRQ_WDOGINT, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 586 | #define GPIO0_IRQ { IRQ_GPIOINT0, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 587 | #define GPIO1_IRQ { IRQ_GPIOINT1, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 588 | #define RTC_IRQ { IRQ_RTCINT, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 589 | |
| 590 | /* |
| 591 | * These devices are connected via the DMA APB bridge |
| 592 | */ |
| 593 | #define SCI_IRQ { IRQ_SCIINT, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 594 | #define UART0_IRQ { IRQ_UARTINT0, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 595 | #define UART1_IRQ { IRQ_UARTINT1, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 596 | #define UART2_IRQ { IRQ_UARTINT2, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 597 | #define SSP_IRQ { IRQ_SSPINT, NO_IRQ } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 598 | |
| 599 | /* FPGA Primecells */ |
| 600 | AMBA_DEVICE(aaci, "fpga:04", AACI, NULL); |
| 601 | AMBA_DEVICE(mmc0, "fpga:05", MMCI0, &mmc0_plat_data); |
| 602 | AMBA_DEVICE(kmi0, "fpga:06", KMI0, NULL); |
| 603 | AMBA_DEVICE(kmi1, "fpga:07", KMI1, NULL); |
| 604 | |
| 605 | /* DevChip Primecells */ |
| 606 | AMBA_DEVICE(smc, "dev:00", SMC, NULL); |
| 607 | AMBA_DEVICE(mpmc, "dev:10", MPMC, NULL); |
| 608 | AMBA_DEVICE(clcd, "dev:20", CLCD, &clcd_plat_data); |
| 609 | AMBA_DEVICE(dmac, "dev:30", DMAC, NULL); |
| 610 | AMBA_DEVICE(sctl, "dev:e0", SCTL, NULL); |
| 611 | AMBA_DEVICE(wdog, "dev:e1", WATCHDOG, NULL); |
Russell King | bbeddc4 | 2009-07-05 22:43:01 +0100 | [diff] [blame] | 612 | AMBA_DEVICE(gpio0, "dev:e4", GPIO0, &gpio0_plat_data); |
| 613 | AMBA_DEVICE(gpio1, "dev:e5", GPIO1, &gpio1_plat_data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 614 | AMBA_DEVICE(rtc, "dev:e8", RTC, NULL); |
| 615 | AMBA_DEVICE(sci0, "dev:f0", SCI, NULL); |
| 616 | AMBA_DEVICE(uart0, "dev:f1", UART0, NULL); |
| 617 | AMBA_DEVICE(uart1, "dev:f2", UART1, NULL); |
| 618 | AMBA_DEVICE(uart2, "dev:f3", UART2, NULL); |
Linus Walleij | ef6f4b1 | 2010-07-14 23:59:27 +0100 | [diff] [blame] | 619 | AMBA_DEVICE(ssp0, "dev:f4", SSP, &ssp0_plat_data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 620 | |
| 621 | static struct amba_device *amba_devs[] __initdata = { |
| 622 | &dmac_device, |
| 623 | &uart0_device, |
| 624 | &uart1_device, |
| 625 | &uart2_device, |
| 626 | &smc_device, |
| 627 | &mpmc_device, |
| 628 | &clcd_device, |
| 629 | &sctl_device, |
| 630 | &wdog_device, |
| 631 | &gpio0_device, |
| 632 | &gpio1_device, |
| 633 | &rtc_device, |
| 634 | &sci0_device, |
| 635 | &ssp0_device, |
| 636 | &aaci_device, |
| 637 | &mmc0_device, |
| 638 | &kmi0_device, |
| 639 | &kmi1_device, |
| 640 | }; |
| 641 | |
| 642 | #ifdef CONFIG_LEDS |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 643 | #define VA_LEDS_BASE (__io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_LED_OFFSET) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 644 | |
| 645 | static void versatile_leds_event(led_event_t ledevt) |
| 646 | { |
| 647 | unsigned long flags; |
| 648 | u32 val; |
| 649 | |
| 650 | local_irq_save(flags); |
| 651 | val = readl(VA_LEDS_BASE); |
| 652 | |
| 653 | switch (ledevt) { |
| 654 | case led_idle_start: |
| 655 | val = val & ~VERSATILE_SYS_LED0; |
| 656 | break; |
| 657 | |
| 658 | case led_idle_end: |
| 659 | val = val | VERSATILE_SYS_LED0; |
| 660 | break; |
| 661 | |
| 662 | case led_timer: |
| 663 | val = val ^ VERSATILE_SYS_LED1; |
| 664 | break; |
| 665 | |
| 666 | case led_halted: |
| 667 | val = 0; |
| 668 | break; |
| 669 | |
| 670 | default: |
| 671 | break; |
| 672 | } |
| 673 | |
| 674 | writel(val, VA_LEDS_BASE); |
| 675 | local_irq_restore(flags); |
| 676 | } |
| 677 | #endif /* CONFIG_LEDS */ |
| 678 | |
Russell King | ad3bb19 | 2011-01-11 12:55:38 +0000 | [diff] [blame] | 679 | /* Early initializations */ |
| 680 | void __init versatile_init_early(void) |
| 681 | { |
| 682 | void __iomem *sys = __io_address(VERSATILE_SYS_BASE); |
| 683 | |
| 684 | osc4_clk.vcoreg = sys + VERSATILE_SYS_OSCCLCD_OFFSET; |
| 685 | clkdev_add_table(lookups, ARRAY_SIZE(lookups)); |
| 686 | |
| 687 | versatile_sched_clock_init(sys + VERSATILE_SYS_24MHz_OFFSET, 24000000); |
| 688 | } |
| 689 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 690 | void __init versatile_init(void) |
| 691 | { |
| 692 | int i; |
| 693 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 694 | platform_device_register(&versatile_flash_device); |
Russell King | 6b65cd7 | 2006-12-10 21:21:32 +0100 | [diff] [blame] | 695 | platform_device_register(&versatile_i2c_device); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 696 | platform_device_register(&smc91x_device); |
Linus Walleij | d161edf | 2010-07-17 12:34:25 +0100 | [diff] [blame] | 697 | platform_device_register(&char_lcd_device); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 698 | |
| 699 | for (i = 0; i < ARRAY_SIZE(amba_devs); i++) { |
| 700 | struct amba_device *d = amba_devs[i]; |
| 701 | amba_device_register(d, &iomem_resource); |
| 702 | } |
| 703 | |
| 704 | #ifdef CONFIG_LEDS |
| 705 | leds_event = versatile_leds_event; |
| 706 | #endif |
| 707 | } |
| 708 | |
| 709 | /* |
| 710 | * Where is the timer (VA)? |
| 711 | */ |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 712 | #define TIMER0_VA_BASE __io_address(VERSATILE_TIMER0_1_BASE) |
| 713 | #define TIMER1_VA_BASE (__io_address(VERSATILE_TIMER0_1_BASE) + 0x20) |
| 714 | #define TIMER2_VA_BASE __io_address(VERSATILE_TIMER2_3_BASE) |
| 715 | #define TIMER3_VA_BASE (__io_address(VERSATILE_TIMER2_3_BASE) + 0x20) |
Kevin Hilman | b49c87c | 2007-03-08 20:25:13 +0100 | [diff] [blame] | 716 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 717 | /* |
| 718 | * Set up timer interrupt, and return the current time in seconds. |
| 719 | */ |
| 720 | static void __init versatile_timer_init(void) |
| 721 | { |
Russell King | b720f73 | 2005-06-29 15:15:54 +0100 | [diff] [blame] | 722 | u32 val; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 723 | |
| 724 | /* |
| 725 | * set clock frequency: |
| 726 | * VERSATILE_REFCLK is 32KHz |
| 727 | * VERSATILE_TIMCLK is 1MHz |
| 728 | */ |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 729 | val = readl(__io_address(VERSATILE_SCTL_BASE)); |
Russell King | b720f73 | 2005-06-29 15:15:54 +0100 | [diff] [blame] | 730 | writel((VERSATILE_TIMCLK << VERSATILE_TIMER1_EnSel) | |
| 731 | (VERSATILE_TIMCLK << VERSATILE_TIMER2_EnSel) | |
| 732 | (VERSATILE_TIMCLK << VERSATILE_TIMER3_EnSel) | |
| 733 | (VERSATILE_TIMCLK << VERSATILE_TIMER4_EnSel) | val, |
Al Viro | 2ad4f86 | 2005-09-29 00:09:02 +0100 | [diff] [blame] | 734 | __io_address(VERSATILE_SCTL_BASE)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 735 | |
| 736 | /* |
| 737 | * Initialise to a known state (all timers off) |
| 738 | */ |
Russell King | b720f73 | 2005-06-29 15:15:54 +0100 | [diff] [blame] | 739 | writel(0, TIMER0_VA_BASE + TIMER_CTRL); |
| 740 | writel(0, TIMER1_VA_BASE + TIMER_CTRL); |
| 741 | writel(0, TIMER2_VA_BASE + TIMER_CTRL); |
| 742 | writel(0, TIMER3_VA_BASE + TIMER_CTRL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 743 | |
Russell King | e388771 | 2010-01-14 13:30:16 +0000 | [diff] [blame] | 744 | sp804_clocksource_init(TIMER3_VA_BASE); |
| 745 | sp804_clockevents_init(TIMER0_VA_BASE, IRQ_TIMERINT0_1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 746 | } |
| 747 | |
| 748 | struct sys_timer versatile_timer = { |
| 749 | .init = versatile_timer_init, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 750 | }; |
Kevin Hilman | b49c87c | 2007-03-08 20:25:13 +0100 | [diff] [blame] | 751 | |