blob: 4f352e45be0a0516cdd72d5612211097014beb85 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
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 Torvalds1da177e2005-04-16 15:20:36 -070021#include <linux/init.h>
22#include <linux/device.h>
23#include <linux/dma-mapping.h>
Russell Kingd052d1b2005-10-29 19:07:23 +010024#include <linux/platform_device.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070025#include <linux/interrupt.h>
Grant Likely3ba72222011-07-26 03:19:06 -060026#include <linux/irqdomain.h>
27#include <linux/of_address.h>
28#include <linux/of_platform.h>
Russell Kinga62c80e2006-01-07 13:52:45 +000029#include <linux/amba/bus.h>
30#include <linux/amba/clcd.h>
Russell Kingbbeddc42009-07-05 22:43:01 +010031#include <linux/amba/pl061.h>
Linus Walleij6ef297f2009-09-22 14:29:36 +010032#include <linux/amba/mmci.h>
Linus Walleijef6f4b12010-07-14 23:59:27 +010033#include <linux/amba/pl022.h>
Russell Kingfced80c2008-09-06 12:10:45 +010034#include <linux/io.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090035#include <linux/gfp.h>
Jean-Christop PLAGNIOL-VILLARD6d803ba2010-11-17 10:04:33 +010036#include <linux/clkdev.h>
Marc Zyngier68c0e382011-05-18 10:51:50 +010037#include <linux/mtd/physmap.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39#include <asm/system.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include <asm/irq.h>
41#include <asm/leds.h>
Russell Kingb720f732005-06-29 15:15:54 +010042#include <asm/hardware/arm_timer.h>
Russell Kingc5a0adb2010-01-16 20:16:10 +000043#include <asm/hardware/icst.h>
Russell Kingfa0fe482006-01-13 21:30:48 +000044#include <asm/hardware/vic.h>
Russell Kingdc5bc8f2006-07-10 16:33:54 +010045#include <asm/mach-types.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070046
47#include <asm/mach/arch.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070048#include <asm/mach/irq.h>
49#include <asm/mach/time.h>
50#include <asm/mach/map.h>
Russell Kinga285edc2010-01-14 19:59:37 +000051#include <mach/hardware.h>
52#include <mach/platform.h>
Rob Herring8a9618f2010-10-06 16:18:08 +010053#include <asm/hardware/timer-sp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070054
Russell King3414ba82011-01-18 20:12:10 +000055#include <plat/clcd.h>
Russell Kingc41b16f2011-01-19 15:32:15 +000056#include <plat/fpga-irq.h>
Russell King1da0c892010-12-15 21:56:47 +000057#include <plat/sched_clock.h>
58
Linus Torvalds1da177e2005-04-16 15:20:36 -070059#include "core.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070060
61/*
62 * All IO addresses are mapped onto VA 0xFFFx.xxxx, where x.xxxx
63 * is the (PA >> 12).
64 *
65 * Setup a VA for the Versatile Vectored Interrupt Controller.
66 */
Al Viro2ad4f862005-09-29 00:09:02 +010067#define VA_VIC_BASE __io_address(VERSATILE_VIC_BASE)
68#define VA_SIC_BASE __io_address(VERSATILE_SIC_BASE)
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
Russell Kingc41b16f2011-01-19 15:32:15 +000070static struct fpga_irq_data sic_irq = {
71 .base = VA_SIC_BASE,
72 .irq_start = IRQ_SIC_START,
73 .chip.name = "SIC",
Linus Torvalds1da177e2005-04-16 15:20:36 -070074};
75
Linus Torvalds1da177e2005-04-16 15:20:36 -070076#if 1
77#define IRQ_MMCI0A IRQ_VICSOURCE22
78#define IRQ_AACI IRQ_VICSOURCE24
79#define IRQ_ETH IRQ_VICSOURCE25
80#define PIC_MASK 0xFFD00000
81#else
82#define IRQ_MMCI0A IRQ_SIC_MMCI0A
83#define IRQ_AACI IRQ_SIC_AACI
84#define IRQ_ETH IRQ_SIC_ETH
85#define PIC_MASK 0
86#endif
87
Grant Likely3ba72222011-07-26 03:19:06 -060088/* Lookup table for finding a DT node that represents the vic instance */
89static const struct of_device_id vic_of_match[] __initconst = {
90 { .compatible = "arm,versatile-vic", },
91 {}
92};
93
94static const struct of_device_id sic_of_match[] __initconst = {
95 { .compatible = "arm,versatile-sic", },
96 {}
97};
98
Linus Torvalds1da177e2005-04-16 15:20:36 -070099void __init versatile_init_irq(void)
100{
Ben Dooksc07f87f2009-03-24 15:30:07 +0000101 vic_init(VA_VIC_BASE, IRQ_VIC_START, ~0, 0);
Grant Likely3ba72222011-07-26 03:19:06 -0600102 irq_domain_generate_simple(vic_of_match, VERSATILE_VIC_BASE, IRQ_VIC_START);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104 writel(~0, VA_SIC_BASE + SIC_IRQ_ENABLE_CLEAR);
105
Russell Kingc41b16f2011-01-19 15:32:15 +0000106 fpga_irq_init(IRQ_VICSOURCE31, ~PIC_MASK, &sic_irq);
Grant Likely3ba72222011-07-26 03:19:06 -0600107 irq_domain_generate_simple(sic_of_match, VERSATILE_SIC_BASE, IRQ_SIC_START);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108
109 /*
110 * Interrupts on secondary controller from 0 to 8 are routed to
111 * source 31 on PIC.
112 * Interrupts from 21 to 31 are routed directly to the VIC on
113 * the corresponding number on primary controller. This is controlled
114 * by setting PIC_ENABLEx.
115 */
116 writel(PIC_MASK, VA_SIC_BASE + SIC_INT_PIC_ENABLE);
117}
118
119static struct map_desc versatile_io_desc[] __initdata = {
Deepak Saxena13115212005-10-28 15:19:06 +0100120 {
121 .virtual = IO_ADDRESS(VERSATILE_SYS_BASE),
122 .pfn = __phys_to_pfn(VERSATILE_SYS_BASE),
123 .length = SZ_4K,
124 .type = MT_DEVICE
125 }, {
126 .virtual = IO_ADDRESS(VERSATILE_SIC_BASE),
127 .pfn = __phys_to_pfn(VERSATILE_SIC_BASE),
128 .length = SZ_4K,
129 .type = MT_DEVICE
130 }, {
131 .virtual = IO_ADDRESS(VERSATILE_VIC_BASE),
132 .pfn = __phys_to_pfn(VERSATILE_VIC_BASE),
133 .length = SZ_4K,
134 .type = MT_DEVICE
135 }, {
136 .virtual = IO_ADDRESS(VERSATILE_SCTL_BASE),
137 .pfn = __phys_to_pfn(VERSATILE_SCTL_BASE),
138 .length = SZ_4K * 9,
139 .type = MT_DEVICE
140 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141#ifdef CONFIG_MACH_VERSATILE_AB
Deepak Saxena13115212005-10-28 15:19:06 +0100142 {
Deepak Saxena13115212005-10-28 15:19:06 +0100143 .virtual = IO_ADDRESS(VERSATILE_IB2_BASE),
144 .pfn = __phys_to_pfn(VERSATILE_IB2_BASE),
145 .length = SZ_64M,
146 .type = MT_DEVICE
147 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148#endif
149#ifdef CONFIG_DEBUG_LL
Deepak Saxena13115212005-10-28 15:19:06 +0100150 {
151 .virtual = IO_ADDRESS(VERSATILE_UART0_BASE),
152 .pfn = __phys_to_pfn(VERSATILE_UART0_BASE),
153 .length = SZ_4K,
154 .type = MT_DEVICE
155 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156#endif
Catalin Marinasc0da0852005-06-20 18:51:06 +0100157#ifdef CONFIG_PCI
Deepak Saxena13115212005-10-28 15:19:06 +0100158 {
159 .virtual = IO_ADDRESS(VERSATILE_PCI_CORE_BASE),
160 .pfn = __phys_to_pfn(VERSATILE_PCI_CORE_BASE),
161 .length = SZ_4K,
162 .type = MT_DEVICE
163 }, {
Al Viro399ad772006-10-11 17:22:34 +0100164 .virtual = (unsigned long)VERSATILE_PCI_VIRT_BASE,
Deepak Saxena13115212005-10-28 15:19:06 +0100165 .pfn = __phys_to_pfn(VERSATILE_PCI_BASE),
166 .length = VERSATILE_PCI_BASE_SIZE,
167 .type = MT_DEVICE
168 }, {
Al Viro399ad772006-10-11 17:22:34 +0100169 .virtual = (unsigned long)VERSATILE_PCI_CFG_VIRT_BASE,
Deepak Saxena13115212005-10-28 15:19:06 +0100170 .pfn = __phys_to_pfn(VERSATILE_PCI_CFG_BASE),
171 .length = VERSATILE_PCI_CFG_BASE_SIZE,
172 .type = MT_DEVICE
173 },
Catalin Marinasc0da0852005-06-20 18:51:06 +0100174#if 0
Deepak Saxena13115212005-10-28 15:19:06 +0100175 {
176 .virtual = VERSATILE_PCI_VIRT_MEM_BASE0,
177 .pfn = __phys_to_pfn(VERSATILE_PCI_MEM_BASE0),
178 .length = SZ_16M,
179 .type = MT_DEVICE
180 }, {
181 .virtual = VERSATILE_PCI_VIRT_MEM_BASE1,
182 .pfn = __phys_to_pfn(VERSATILE_PCI_MEM_BASE1),
183 .length = SZ_16M,
184 .type = MT_DEVICE
185 }, {
186 .virtual = VERSATILE_PCI_VIRT_MEM_BASE2,
187 .pfn = __phys_to_pfn(VERSATILE_PCI_MEM_BASE2),
188 .length = SZ_16M,
189 .type = MT_DEVICE
190 },
Catalin Marinasc0da0852005-06-20 18:51:06 +0100191#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192#endif
193};
194
195void __init versatile_map_io(void)
196{
197 iotable_init(versatile_io_desc, ARRAY_SIZE(versatile_io_desc));
198}
199
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200
Al Viro2ad4f862005-09-29 00:09:02 +0100201#define VERSATILE_FLASHCTRL (__io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_FLASH_OFFSET)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202
Marc Zyngier667f3902011-05-18 10:51:55 +0100203static void versatile_flash_set_vpp(struct platform_device *pdev, int on)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204{
205 u32 val;
206
207 val = __raw_readl(VERSATILE_FLASHCTRL);
208 if (on)
209 val |= VERSATILE_FLASHPROG_FLVPPEN;
210 else
211 val &= ~VERSATILE_FLASHPROG_FLVPPEN;
212 __raw_writel(val, VERSATILE_FLASHCTRL);
213}
214
Marc Zyngier68c0e382011-05-18 10:51:50 +0100215static struct physmap_flash_data versatile_flash_data = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216 .width = 4,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217 .set_vpp = versatile_flash_set_vpp,
218};
219
220static struct resource versatile_flash_resource = {
221 .start = VERSATILE_FLASH_BASE,
Yoav Steinberga0c5a642006-08-13 14:17:12 +0100222 .end = VERSATILE_FLASH_BASE + VERSATILE_FLASH_SIZE - 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223 .flags = IORESOURCE_MEM,
224};
225
226static struct platform_device versatile_flash_device = {
Marc Zyngier68c0e382011-05-18 10:51:50 +0100227 .name = "physmap-flash",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 .id = 0,
229 .dev = {
230 .platform_data = &versatile_flash_data,
231 },
232 .num_resources = 1,
233 .resource = &versatile_flash_resource,
234};
235
236static struct resource smc91x_resources[] = {
237 [0] = {
238 .start = VERSATILE_ETH_BASE,
239 .end = VERSATILE_ETH_BASE + SZ_64K - 1,
240 .flags = IORESOURCE_MEM,
241 },
242 [1] = {
243 .start = IRQ_ETH,
244 .end = IRQ_ETH,
245 .flags = IORESOURCE_IRQ,
246 },
247};
248
249static struct platform_device smc91x_device = {
250 .name = "smc91x",
251 .id = 0,
252 .num_resources = ARRAY_SIZE(smc91x_resources),
253 .resource = smc91x_resources,
254};
255
Russell King6b65cd72006-12-10 21:21:32 +0100256static struct resource versatile_i2c_resource = {
257 .start = VERSATILE_I2C_BASE,
258 .end = VERSATILE_I2C_BASE + SZ_4K - 1,
259 .flags = IORESOURCE_MEM,
260};
261
262static struct platform_device versatile_i2c_device = {
263 .name = "versatile-i2c",
Catalin Marinas533ad5e2009-02-12 15:58:20 +0100264 .id = 0,
Russell King6b65cd72006-12-10 21:21:32 +0100265 .num_resources = 1,
266 .resource = &versatile_i2c_resource,
267};
268
Catalin Marinas533ad5e2009-02-12 15:58:20 +0100269static struct i2c_board_info versatile_i2c_board_info[] = {
270 {
Russell King64e8be62009-07-18 15:51:55 +0100271 I2C_BOARD_INFO("ds1338", 0xd0 >> 1),
Catalin Marinas533ad5e2009-02-12 15:58:20 +0100272 },
273};
274
275static int __init versatile_i2c_init(void)
276{
277 return i2c_register_board_info(0, versatile_i2c_board_info,
278 ARRAY_SIZE(versatile_i2c_board_info));
279}
280arch_initcall(versatile_i2c_init);
281
Al Viro2ad4f862005-09-29 00:09:02 +0100282#define VERSATILE_SYSMCI (__io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_MCI_OFFSET)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283
284unsigned int mmc_status(struct device *dev)
285{
286 struct amba_device *adev = container_of(dev, struct amba_device, dev);
287 u32 mask;
288
289 if (adev->res.start == VERSATILE_MMCI0_BASE)
290 mask = 1;
291 else
292 mask = 2;
293
294 return readl(VERSATILE_SYSMCI) & mask;
295}
296
Linus Walleij6ef297f2009-09-22 14:29:36 +0100297static struct mmci_platform_data mmc0_plat_data = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298 .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
299 .status = mmc_status,
Russell King7fb2bbf2009-07-09 15:15:12 +0100300 .gpio_wp = -1,
301 .gpio_cd = -1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302};
303
Grant Likelye2823262011-03-30 00:02:29 -0600304static struct resource char_lcd_resources[] = {
Linus Walleijd161edf2010-07-17 12:34:25 +0100305 {
306 .start = VERSATILE_CHAR_LCD_BASE,
307 .end = (VERSATILE_CHAR_LCD_BASE + SZ_4K - 1),
308 .flags = IORESOURCE_MEM,
309 },
310};
311
312static struct platform_device char_lcd_device = {
313 .name = "arm-charlcd",
314 .id = -1,
315 .num_resources = ARRAY_SIZE(char_lcd_resources),
316 .resource = char_lcd_resources,
317};
318
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319/*
320 * Clock handling
321 */
Russell King39c0cb02010-01-16 16:27:28 +0000322static const struct icst_params versatile_oscvco_params = {
Russell King64fceb12010-01-16 17:28:44 +0000323 .ref = 24000000,
Russell King4de2edb2010-01-16 18:08:47 +0000324 .vco_max = ICST307_VCO_MAX,
Russell Kinge73a46a2010-01-16 19:49:39 +0000325 .vco_min = ICST307_VCO_MIN,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326 .vd_min = 4 + 8,
327 .vd_max = 511 + 8,
328 .rd_min = 1 + 2,
329 .rd_max = 127 + 2,
Russell King232eaf72010-01-16 19:46:19 +0000330 .s2div = icst307_s2div,
331 .idx2s = icst307_idx2s,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700332};
333
Russell King39c0cb02010-01-16 16:27:28 +0000334static void versatile_oscvco_set(struct clk *clk, struct icst_vco vco)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335{
Russell Kingd1914c72010-01-14 20:09:34 +0000336 void __iomem *sys_lock = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_LOCK_OFFSET;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337 u32 val;
338
Russell Kingd1914c72010-01-14 20:09:34 +0000339 val = readl(clk->vcoreg) & ~0x7ffff;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340 val |= vco.v | (vco.r << 9) | (vco.s << 16);
341
342 writel(0xa05f, sys_lock);
Russell Kingd1914c72010-01-14 20:09:34 +0000343 writel(val, clk->vcoreg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344 writel(0, sys_lock);
345}
346
Russell King9bf5b2e2010-03-01 16:18:39 +0000347static const struct clk_ops osc4_clk_ops = {
348 .round = icst_clk_round,
349 .set = icst_clk_set,
Russell King71a06da2008-11-08 20:13:53 +0000350 .setvco = versatile_oscvco_set,
351};
352
Russell King9bf5b2e2010-03-01 16:18:39 +0000353static struct clk osc4_clk = {
354 .ops = &osc4_clk_ops,
355 .params = &versatile_oscvco_params,
356};
357
Russell King71a06da2008-11-08 20:13:53 +0000358/*
359 * These are fixed clocks.
360 */
361static struct clk ref24_clk = {
362 .rate = 24000000,
363};
364
Russell King7ff550d2011-05-12 13:31:48 +0100365static struct clk sp804_clk = {
366 .rate = 1000000,
367};
368
Russell King3126c7b2010-07-15 11:01:17 +0100369static struct clk dummy_apb_pclk;
370
Rabin Vincent982db662009-05-18 17:29:30 +0100371static struct clk_lookup lookups[] = {
Russell King3126c7b2010-07-15 11:01:17 +0100372 { /* AMBA bus clock */
373 .con_id = "apb_pclk",
374 .clk = &dummy_apb_pclk,
375 }, { /* UART0 */
Russell King71a06da2008-11-08 20:13:53 +0000376 .dev_id = "dev:f1",
377 .clk = &ref24_clk,
378 }, { /* UART1 */
379 .dev_id = "dev:f2",
380 .clk = &ref24_clk,
381 }, { /* UART2 */
382 .dev_id = "dev:f3",
383 .clk = &ref24_clk,
384 }, { /* UART3 */
385 .dev_id = "fpga:09",
386 .clk = &ref24_clk,
387 }, { /* KMI0 */
388 .dev_id = "fpga:06",
389 .clk = &ref24_clk,
390 }, { /* KMI1 */
391 .dev_id = "fpga:07",
392 .clk = &ref24_clk,
393 }, { /* MMC0 */
394 .dev_id = "fpga:05",
395 .clk = &ref24_clk,
396 }, { /* MMC1 */
397 .dev_id = "fpga:0b",
398 .clk = &ref24_clk,
Linus Walleijef6f4b12010-07-14 23:59:27 +0100399 }, { /* SSP */
400 .dev_id = "dev:f4",
401 .clk = &ref24_clk,
Russell King71a06da2008-11-08 20:13:53 +0000402 }, { /* CLCD */
403 .dev_id = "dev:20",
404 .clk = &osc4_clk,
Russell King7ff550d2011-05-12 13:31:48 +0100405 }, { /* SP804 timers */
406 .dev_id = "sp804",
407 .clk = &sp804_clk,
408 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409};
410
411/*
412 * CLCD support.
413 */
414#define SYS_CLCD_MODE_MASK (3 << 0)
415#define SYS_CLCD_MODE_888 (0 << 0)
416#define SYS_CLCD_MODE_5551 (1 << 0)
417#define SYS_CLCD_MODE_565_RLSB (2 << 0)
418#define SYS_CLCD_MODE_565_BLSB (3 << 0)
419#define SYS_CLCD_NLCDIOON (1 << 2)
420#define SYS_CLCD_VDDPOSSWITCH (1 << 3)
421#define SYS_CLCD_PWR3V5SWITCH (1 << 4)
422#define SYS_CLCD_ID_MASK (0x1f << 8)
423#define SYS_CLCD_ID_SANYO_3_8 (0x00 << 8)
424#define SYS_CLCD_ID_UNKNOWN_8_4 (0x01 << 8)
425#define SYS_CLCD_ID_EPSON_2_2 (0x02 << 8)
426#define SYS_CLCD_ID_SANYO_2_5 (0x07 << 8)
427#define SYS_CLCD_ID_VGA (0x1f << 8)
428
Russell King3414ba82011-01-18 20:12:10 +0000429static bool is_sanyo_2_5_lcd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430
431/*
432 * Disable all display connectors on the interface module.
433 */
434static void versatile_clcd_disable(struct clcd_fb *fb)
435{
Al Viro2ad4f862005-09-29 00:09:02 +0100436 void __iomem *sys_clcd = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_CLCD_OFFSET;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437 u32 val;
438
439 val = readl(sys_clcd);
440 val &= ~SYS_CLCD_NLCDIOON | SYS_CLCD_PWR3V5SWITCH;
441 writel(val, sys_clcd);
442
443#ifdef CONFIG_MACH_VERSATILE_AB
444 /*
445 * If the LCD is Sanyo 2x5 in on the IB2 board, turn the back-light off
446 */
Russell King3414ba82011-01-18 20:12:10 +0000447 if (machine_is_versatile_ab() && is_sanyo_2_5_lcd) {
Al Viro2ad4f862005-09-29 00:09:02 +0100448 void __iomem *versatile_ib2_ctrl = __io_address(VERSATILE_IB2_CTRL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449 unsigned long ctrl;
450
451 ctrl = readl(versatile_ib2_ctrl);
452 ctrl &= ~0x01;
453 writel(ctrl, versatile_ib2_ctrl);
454 }
455#endif
456}
457
458/*
459 * Enable the relevant connector on the interface module.
460 */
461static void versatile_clcd_enable(struct clcd_fb *fb)
462{
Russell King9728c1b2011-01-19 23:29:12 +0000463 struct fb_var_screeninfo *var = &fb->fb.var;
Al Viro2ad4f862005-09-29 00:09:02 +0100464 void __iomem *sys_clcd = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_CLCD_OFFSET;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465 u32 val;
466
467 val = readl(sys_clcd);
468 val &= ~SYS_CLCD_MODE_MASK;
469
Russell King9728c1b2011-01-19 23:29:12 +0000470 switch (var->green.length) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700471 case 5:
472 val |= SYS_CLCD_MODE_5551;
473 break;
474 case 6:
Russell King9728c1b2011-01-19 23:29:12 +0000475 if (var->red.offset == 0)
476 val |= SYS_CLCD_MODE_565_RLSB;
477 else
478 val |= SYS_CLCD_MODE_565_BLSB;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479 break;
480 case 8:
481 val |= SYS_CLCD_MODE_888;
482 break;
483 }
484
485 /*
486 * Set the MUX
487 */
488 writel(val, sys_clcd);
489
490 /*
491 * And now enable the PSUs
492 */
493 val |= SYS_CLCD_NLCDIOON | SYS_CLCD_PWR3V5SWITCH;
494 writel(val, sys_clcd);
495
496#ifdef CONFIG_MACH_VERSATILE_AB
497 /*
498 * If the LCD is Sanyo 2x5 in on the IB2 board, turn the back-light on
499 */
Russell King3414ba82011-01-18 20:12:10 +0000500 if (machine_is_versatile_ab() && is_sanyo_2_5_lcd) {
Al Viro2ad4f862005-09-29 00:09:02 +0100501 void __iomem *versatile_ib2_ctrl = __io_address(VERSATILE_IB2_CTRL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700502 unsigned long ctrl;
503
504 ctrl = readl(versatile_ib2_ctrl);
505 ctrl |= 0x01;
506 writel(ctrl, versatile_ib2_ctrl);
507 }
508#endif
509}
510
Russell King3414ba82011-01-18 20:12:10 +0000511/*
512 * Detect which LCD panel is connected, and return the appropriate
513 * clcd_panel structure. Note: we do not have any information on
514 * the required timings for the 8.4in panel, so we presently assume
515 * VGA timings.
516 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517static int versatile_clcd_setup(struct clcd_fb *fb)
518{
Russell King3414ba82011-01-18 20:12:10 +0000519 void __iomem *sys_clcd = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_CLCD_OFFSET;
520 const char *panel_name;
521 u32 val;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522
Russell King3414ba82011-01-18 20:12:10 +0000523 is_sanyo_2_5_lcd = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524
Russell King3414ba82011-01-18 20:12:10 +0000525 val = readl(sys_clcd) & SYS_CLCD_ID_MASK;
526 if (val == SYS_CLCD_ID_SANYO_3_8)
527 panel_name = "Sanyo TM38QV67A02A";
528 else if (val == SYS_CLCD_ID_SANYO_2_5) {
529 panel_name = "Sanyo QVGA Portrait";
530 is_sanyo_2_5_lcd = true;
531 } else if (val == SYS_CLCD_ID_EPSON_2_2)
532 panel_name = "Epson L2F50113T00";
533 else if (val == SYS_CLCD_ID_VGA)
534 panel_name = "VGA";
535 else {
536 printk(KERN_ERR "CLCD: unknown LCD panel ID 0x%08x, using VGA\n",
537 val);
538 panel_name = "VGA";
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539 }
540
Russell King3414ba82011-01-18 20:12:10 +0000541 fb->panel = versatile_clcd_get_panel(panel_name);
542 if (!fb->panel)
543 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544
Russell King3414ba82011-01-18 20:12:10 +0000545 return versatile_clcd_setup_dma(fb, SZ_1M);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546}
547
Russell King9728c1b2011-01-19 23:29:12 +0000548static void versatile_clcd_decode(struct clcd_fb *fb, struct clcd_regs *regs)
549{
550 clcdfb_decode(fb, regs);
551
552 /* Always clear BGR for RGB565: we do the routing externally */
553 if (fb->fb.var.green.length == 6)
554 regs->cntl &= ~CNTL_BGR;
555}
556
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557static struct clcd_board clcd_plat_data = {
558 .name = "Versatile",
Russell King3414ba82011-01-18 20:12:10 +0000559 .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560 .check = clcdfb_check,
Russell King9728c1b2011-01-19 23:29:12 +0000561 .decode = versatile_clcd_decode,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 .disable = versatile_clcd_disable,
563 .enable = versatile_clcd_enable,
564 .setup = versatile_clcd_setup,
Russell King3414ba82011-01-18 20:12:10 +0000565 .mmap = versatile_clcd_mmap_dma,
566 .remove = versatile_clcd_remove_dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567};
568
Russell Kingbbeddc42009-07-05 22:43:01 +0100569static struct pl061_platform_data gpio0_plat_data = {
570 .gpio_base = 0,
571 .irq_base = IRQ_GPIO0_START,
572};
573
574static struct pl061_platform_data gpio1_plat_data = {
575 .gpio_base = 8,
576 .irq_base = IRQ_GPIO1_START,
577};
578
Linus Walleijef6f4b12010-07-14 23:59:27 +0100579static struct pl022_ssp_controller ssp0_plat_data = {
580 .bus_id = 0,
581 .enable_dma = 0,
582 .num_chipselect = 1,
583};
584
Russell King0dada612011-12-18 11:40:46 +0000585#define AACI_IRQ { IRQ_AACI }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586#define MMCI0_IRQ { IRQ_MMCI0A,IRQ_SIC_MMCI0B }
Russell King0dada612011-12-18 11:40:46 +0000587#define KMI0_IRQ { IRQ_SIC_KMI0 }
588#define KMI1_IRQ { IRQ_SIC_KMI1 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589
590/*
591 * These devices are connected directly to the multi-layer AHB switch
592 */
Russell King0dada612011-12-18 11:40:46 +0000593#define SMC_IRQ { }
594#define MPMC_IRQ { }
595#define CLCD_IRQ { IRQ_CLCDINT }
596#define DMAC_IRQ { IRQ_DMAINT }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597
598/*
599 * These devices are connected via the core APB bridge
600 */
Russell King0dada612011-12-18 11:40:46 +0000601#define SCTL_IRQ { }
602#define WATCHDOG_IRQ { IRQ_WDOGINT }
603#define GPIO0_IRQ { IRQ_GPIOINT0 }
604#define GPIO1_IRQ { IRQ_GPIOINT1 }
605#define RTC_IRQ { IRQ_RTCINT }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606
607/*
608 * These devices are connected via the DMA APB bridge
609 */
Russell King0dada612011-12-18 11:40:46 +0000610#define SCI_IRQ { IRQ_SCIINT }
611#define UART0_IRQ { IRQ_UARTINT0 }
612#define UART1_IRQ { IRQ_UARTINT1 }
613#define UART2_IRQ { IRQ_UARTINT2 }
614#define SSP_IRQ { IRQ_SSPINT }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615
616/* FPGA Primecells */
Russell King8f5088b2011-12-18 12:21:09 +0000617APB_DEVICE(aaci, "fpga:04", AACI, NULL);
618APB_DEVICE(mmc0, "fpga:05", MMCI0, &mmc0_plat_data);
619APB_DEVICE(kmi0, "fpga:06", KMI0, NULL);
620APB_DEVICE(kmi1, "fpga:07", KMI1, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621
622/* DevChip Primecells */
Russell King8f5088b2011-12-18 12:21:09 +0000623AHB_DEVICE(smc, "dev:00", SMC, NULL);
624AHB_DEVICE(mpmc, "dev:10", MPMC, NULL);
625AHB_DEVICE(clcd, "dev:20", CLCD, &clcd_plat_data);
626AHB_DEVICE(dmac, "dev:30", DMAC, NULL);
627APB_DEVICE(sctl, "dev:e0", SCTL, NULL);
628APB_DEVICE(wdog, "dev:e1", WATCHDOG, NULL);
629APB_DEVICE(gpio0, "dev:e4", GPIO0, &gpio0_plat_data);
630APB_DEVICE(gpio1, "dev:e5", GPIO1, &gpio1_plat_data);
631APB_DEVICE(rtc, "dev:e8", RTC, NULL);
632APB_DEVICE(sci0, "dev:f0", SCI, NULL);
633APB_DEVICE(uart0, "dev:f1", UART0, NULL);
634APB_DEVICE(uart1, "dev:f2", UART1, NULL);
635APB_DEVICE(uart2, "dev:f3", UART2, NULL);
636APB_DEVICE(ssp0, "dev:f4", SSP, &ssp0_plat_data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637
638static struct amba_device *amba_devs[] __initdata = {
639 &dmac_device,
640 &uart0_device,
641 &uart1_device,
642 &uart2_device,
643 &smc_device,
644 &mpmc_device,
645 &clcd_device,
646 &sctl_device,
647 &wdog_device,
648 &gpio0_device,
649 &gpio1_device,
650 &rtc_device,
651 &sci0_device,
652 &ssp0_device,
653 &aaci_device,
654 &mmc0_device,
655 &kmi0_device,
656 &kmi1_device,
657};
658
Grant Likely3ba72222011-07-26 03:19:06 -0600659#ifdef CONFIG_OF
660/*
661 * Lookup table for attaching a specific name and platform_data pointer to
662 * devices as they get created by of_platform_populate(). Ideally this table
663 * would not exist, but the current clock implementation depends on some devices
664 * having a specific name.
665 */
666struct of_dev_auxdata versatile_auxdata_lookup[] __initdata = {
667 OF_DEV_AUXDATA("arm,primecell", VERSATILE_MMCI0_BASE, "fpga:05", NULL),
668 OF_DEV_AUXDATA("arm,primecell", VERSATILE_KMI0_BASE, "fpga:06", NULL),
669 OF_DEV_AUXDATA("arm,primecell", VERSATILE_KMI1_BASE, "fpga:07", NULL),
670 OF_DEV_AUXDATA("arm,primecell", VERSATILE_UART3_BASE, "fpga:09", NULL),
671 OF_DEV_AUXDATA("arm,primecell", VERSATILE_MMCI1_BASE, "fpga:0b", NULL),
672
673 OF_DEV_AUXDATA("arm,primecell", VERSATILE_CLCD_BASE, "dev:20", &clcd_plat_data),
674 OF_DEV_AUXDATA("arm,primecell", VERSATILE_UART0_BASE, "dev:f1", NULL),
675 OF_DEV_AUXDATA("arm,primecell", VERSATILE_UART1_BASE, "dev:f2", NULL),
676 OF_DEV_AUXDATA("arm,primecell", VERSATILE_UART2_BASE, "dev:f3", NULL),
677 OF_DEV_AUXDATA("arm,primecell", VERSATILE_SSP_BASE, "dev:f4", NULL),
678
679#if 0
680 /*
681 * These entries are unnecessary because no clocks referencing
682 * them. I've left them in for now as place holders in case
683 * any of them need to be added back, but they should be
684 * removed before actually committing this patch. --gcl
685 */
686 OF_DEV_AUXDATA("arm,primecell", VERSATILE_AACI_BASE, "fpga:04", NULL),
687 OF_DEV_AUXDATA("arm,primecell", VERSATILE_SCI1_BASE, "fpga:0a", NULL),
688 OF_DEV_AUXDATA("arm,primecell", VERSATILE_SMC_BASE, "dev:00", NULL),
689 OF_DEV_AUXDATA("arm,primecell", VERSATILE_MPMC_BASE, "dev:10", NULL),
690 OF_DEV_AUXDATA("arm,primecell", VERSATILE_DMAC_BASE, "dev:30", NULL),
691
692 OF_DEV_AUXDATA("arm,primecell", VERSATILE_SCTL_BASE, "dev:e0", NULL),
693 OF_DEV_AUXDATA("arm,primecell", VERSATILE_WATCHDOG_BASE, "dev:e1", NULL),
694 OF_DEV_AUXDATA("arm,primecell", VERSATILE_GPIO0_BASE, "dev:e4", NULL),
695 OF_DEV_AUXDATA("arm,primecell", VERSATILE_GPIO1_BASE, "dev:e5", NULL),
696 OF_DEV_AUXDATA("arm,primecell", VERSATILE_GPIO2_BASE, "dev:e6", NULL),
697 OF_DEV_AUXDATA("arm,primecell", VERSATILE_GPIO3_BASE, "dev:e7", NULL),
698 OF_DEV_AUXDATA("arm,primecell", VERSATILE_RTC_BASE, "dev:e8", NULL),
699 OF_DEV_AUXDATA("arm,primecell", VERSATILE_SCI_BASE, "dev:f0", NULL),
700#endif
701 {}
702};
703#endif
704
Linus Torvalds1da177e2005-04-16 15:20:36 -0700705#ifdef CONFIG_LEDS
Al Viro2ad4f862005-09-29 00:09:02 +0100706#define VA_LEDS_BASE (__io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_LED_OFFSET)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707
708static void versatile_leds_event(led_event_t ledevt)
709{
710 unsigned long flags;
711 u32 val;
712
713 local_irq_save(flags);
714 val = readl(VA_LEDS_BASE);
715
716 switch (ledevt) {
717 case led_idle_start:
718 val = val & ~VERSATILE_SYS_LED0;
719 break;
720
721 case led_idle_end:
722 val = val | VERSATILE_SYS_LED0;
723 break;
724
725 case led_timer:
726 val = val ^ VERSATILE_SYS_LED1;
727 break;
728
729 case led_halted:
730 val = 0;
731 break;
732
733 default:
734 break;
735 }
736
737 writel(val, VA_LEDS_BASE);
738 local_irq_restore(flags);
739}
740#endif /* CONFIG_LEDS */
741
Russell Kingb56a7c62011-11-03 11:43:08 +0000742void versatile_restart(char mode, const char *cmd)
743{
744 void __iomem *sys = __io_address(VERSATILE_SYS_BASE);
745 u32 val;
746
747 val = __raw_readl(sys + VERSATILE_SYS_RESETCTL_OFFSET);
748 val |= 0x105;
749
750 __raw_writel(0xa05f, sys + VERSATILE_SYS_LOCK_OFFSET);
751 __raw_writel(val, sys + VERSATILE_SYS_RESETCTL_OFFSET);
752 __raw_writel(0, sys + VERSATILE_SYS_LOCK_OFFSET);
753}
754
Russell Kingad3bb192011-01-11 12:55:38 +0000755/* Early initializations */
756void __init versatile_init_early(void)
757{
758 void __iomem *sys = __io_address(VERSATILE_SYS_BASE);
759
760 osc4_clk.vcoreg = sys + VERSATILE_SYS_OSCCLCD_OFFSET;
761 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
762
763 versatile_sched_clock_init(sys + VERSATILE_SYS_24MHz_OFFSET, 24000000);
764}
765
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766void __init versatile_init(void)
767{
768 int i;
769
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770 platform_device_register(&versatile_flash_device);
Russell King6b65cd72006-12-10 21:21:32 +0100771 platform_device_register(&versatile_i2c_device);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700772 platform_device_register(&smc91x_device);
Linus Walleijd161edf2010-07-17 12:34:25 +0100773 platform_device_register(&char_lcd_device);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774
775 for (i = 0; i < ARRAY_SIZE(amba_devs); i++) {
776 struct amba_device *d = amba_devs[i];
777 amba_device_register(d, &iomem_resource);
778 }
779
780#ifdef CONFIG_LEDS
781 leds_event = versatile_leds_event;
782#endif
783}
784
785/*
786 * Where is the timer (VA)?
787 */
Al Viro2ad4f862005-09-29 00:09:02 +0100788#define TIMER0_VA_BASE __io_address(VERSATILE_TIMER0_1_BASE)
789#define TIMER1_VA_BASE (__io_address(VERSATILE_TIMER0_1_BASE) + 0x20)
790#define TIMER2_VA_BASE __io_address(VERSATILE_TIMER2_3_BASE)
791#define TIMER3_VA_BASE (__io_address(VERSATILE_TIMER2_3_BASE) + 0x20)
Kevin Hilmanb49c87c2007-03-08 20:25:13 +0100792
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793/*
794 * Set up timer interrupt, and return the current time in seconds.
795 */
796static void __init versatile_timer_init(void)
797{
Russell Kingb720f732005-06-29 15:15:54 +0100798 u32 val;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799
800 /*
801 * set clock frequency:
802 * VERSATILE_REFCLK is 32KHz
803 * VERSATILE_TIMCLK is 1MHz
804 */
Al Viro2ad4f862005-09-29 00:09:02 +0100805 val = readl(__io_address(VERSATILE_SCTL_BASE));
Russell Kingb720f732005-06-29 15:15:54 +0100806 writel((VERSATILE_TIMCLK << VERSATILE_TIMER1_EnSel) |
807 (VERSATILE_TIMCLK << VERSATILE_TIMER2_EnSel) |
808 (VERSATILE_TIMCLK << VERSATILE_TIMER3_EnSel) |
809 (VERSATILE_TIMCLK << VERSATILE_TIMER4_EnSel) | val,
Al Viro2ad4f862005-09-29 00:09:02 +0100810 __io_address(VERSATILE_SCTL_BASE));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811
812 /*
813 * Initialise to a known state (all timers off)
814 */
Russell Kingb720f732005-06-29 15:15:54 +0100815 writel(0, TIMER0_VA_BASE + TIMER_CTRL);
816 writel(0, TIMER1_VA_BASE + TIMER_CTRL);
817 writel(0, TIMER2_VA_BASE + TIMER_CTRL);
818 writel(0, TIMER3_VA_BASE + TIMER_CTRL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819
Russell Kingfb593cf2011-05-12 12:08:23 +0100820 sp804_clocksource_init(TIMER3_VA_BASE, "timer3");
Russell King57cc4f72011-05-12 15:31:13 +0100821 sp804_clockevents_init(TIMER0_VA_BASE, IRQ_TIMERINT0_1, "timer0");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822}
823
824struct sys_timer versatile_timer = {
825 .init = versatile_timer_init,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826};
Kevin Hilmanb49c87c2007-03-08 20:25:13 +0100827