blob: 23a04fe5d2add008dafa4e83d1cd72d8975cf82f [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>
Linus Walleij11c32d72014-05-22 23:25:14 +020031#include <linux/platform_data/video-clcd-versatile.h>
Russell Kingbbeddc42009-07-05 22:43:01 +010032#include <linux/amba/pl061.h>
Linus Walleij6ef297f2009-09-22 14:29:36 +010033#include <linux/amba/mmci.h>
Linus Walleijef6f4b12010-07-14 23:59:27 +010034#include <linux/amba/pl022.h>
Russell Kingfced80c2008-09-06 12:10:45 +010035#include <linux/io.h>
Rob Herring9e47b8b2013-01-07 09:45:59 -060036#include <linux/irqchip/arm-vic.h>
Linus Walleij2389d502012-10-31 22:04:31 +010037#include <linux/irqchip/versatile-fpga.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090038#include <linux/gfp.h>
Jean-Christop PLAGNIOL-VILLARD6d803ba2010-11-17 10:04:33 +010039#include <linux/clkdev.h>
Marc Zyngier68c0e382011-05-18 10:51:50 +010040#include <linux/mtd/physmap.h>
Linus Walleije3e92a72013-01-28 21:58:22 +010041#include <linux/bitops.h>
Robin Holt7b6d8642013-07-08 16:01:40 -070042#include <linux/reboot.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070043
Sudeep Holla0b7402d2015-05-18 16:29:40 +010044#include <clocksource/timer-sp804.h>
45
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#include <asm/irq.h>
Russell Kingc5a0adb2010-01-16 20:16:10 +000047#include <asm/hardware/icst.h>
Russell Kingdc5bc8f2006-07-10 16:33:54 +010048#include <asm/mach-types.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070049
50#include <asm/mach/arch.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051#include <asm/mach/irq.h>
52#include <asm/mach/time.h>
53#include <asm/mach/map.h>
Russell Kinga285edc2010-01-14 19:59:37 +000054#include <mach/hardware.h>
55#include <mach/platform.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
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
Linus Walleije3e92a72013-01-28 21:58:22 +010070/* These PIC IRQs are valid in each configuration */
71#define PIC_VALID_ALL BIT(SIC_INT_KMI0) | BIT(SIC_INT_KMI1) | \
72 BIT(SIC_INT_SCI3) | BIT(SIC_INT_UART3) | \
73 BIT(SIC_INT_CLCD) | BIT(SIC_INT_TOUCH) | \
74 BIT(SIC_INT_KEYPAD) | BIT(SIC_INT_DoC) | \
75 BIT(SIC_INT_USB) | BIT(SIC_INT_PCI0) | \
76 BIT(SIC_INT_PCI1) | BIT(SIC_INT_PCI2) | \
77 BIT(SIC_INT_PCI3)
Linus Torvalds1da177e2005-04-16 15:20:36 -070078#if 1
79#define IRQ_MMCI0A IRQ_VICSOURCE22
80#define IRQ_AACI IRQ_VICSOURCE24
81#define IRQ_ETH IRQ_VICSOURCE25
82#define PIC_MASK 0xFFD00000
Linus Walleije3e92a72013-01-28 21:58:22 +010083#define PIC_VALID PIC_VALID_ALL
Linus Torvalds1da177e2005-04-16 15:20:36 -070084#else
85#define IRQ_MMCI0A IRQ_SIC_MMCI0A
86#define IRQ_AACI IRQ_SIC_AACI
87#define IRQ_ETH IRQ_SIC_ETH
88#define PIC_MASK 0
Linus Walleije3e92a72013-01-28 21:58:22 +010089#define PIC_VALID PIC_VALID_ALL | BIT(SIC_INT_MMCI0A) | \
90 BIT(SIC_INT_MMCI1A) | BIT(SIC_INT_AACI) | \
91 BIT(SIC_INT_ETH)
Linus Torvalds1da177e2005-04-16 15:20:36 -070092#endif
93
Grant Likely3ba72222011-07-26 03:19:06 -060094/* Lookup table for finding a DT node that represents the vic instance */
95static const struct of_device_id vic_of_match[] __initconst = {
96 { .compatible = "arm,versatile-vic", },
97 {}
98};
99
100static const struct of_device_id sic_of_match[] __initconst = {
101 { .compatible = "arm,versatile-sic", },
102 {}
103};
104
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105void __init versatile_init_irq(void)
106{
Grant Likely75294952012-02-14 14:06:57 -0700107 struct device_node *np;
108
109 np = of_find_matching_node_by_address(NULL, vic_of_match,
110 VERSATILE_VIC_BASE);
Linus Walleije641b982013-11-21 23:11:29 +0100111 __vic_init(VA_VIC_BASE, 0, IRQ_VIC_START, ~0, 0, np);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113 writel(~0, VA_SIC_BASE + SIC_IRQ_ENABLE_CLEAR);
114
Linus Walleij3108e6a2012-04-28 14:33:47 +0100115 np = of_find_matching_node_by_address(NULL, sic_of_match,
116 VERSATILE_SIC_BASE);
117
118 fpga_irq_init(VA_SIC_BASE, "SIC", IRQ_SIC_START,
Linus Walleije3e92a72013-01-28 21:58:22 +0100119 IRQ_VICSOURCE31, PIC_VALID, np);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120
121 /*
122 * Interrupts on secondary controller from 0 to 8 are routed to
123 * source 31 on PIC.
124 * Interrupts from 21 to 31 are routed directly to the VIC on
125 * the corresponding number on primary controller. This is controlled
126 * by setting PIC_ENABLEx.
127 */
128 writel(PIC_MASK, VA_SIC_BASE + SIC_INT_PIC_ENABLE);
129}
130
Arnd Bergmann060fd1b2013-02-14 13:50:57 +0100131static struct map_desc versatile_io_desc[] __initdata __maybe_unused = {
Deepak Saxena13115212005-10-28 15:19:06 +0100132 {
133 .virtual = IO_ADDRESS(VERSATILE_SYS_BASE),
134 .pfn = __phys_to_pfn(VERSATILE_SYS_BASE),
135 .length = SZ_4K,
136 .type = MT_DEVICE
137 }, {
138 .virtual = IO_ADDRESS(VERSATILE_SIC_BASE),
139 .pfn = __phys_to_pfn(VERSATILE_SIC_BASE),
140 .length = SZ_4K,
141 .type = MT_DEVICE
142 }, {
143 .virtual = IO_ADDRESS(VERSATILE_VIC_BASE),
144 .pfn = __phys_to_pfn(VERSATILE_VIC_BASE),
145 .length = SZ_4K,
146 .type = MT_DEVICE
147 }, {
148 .virtual = IO_ADDRESS(VERSATILE_SCTL_BASE),
149 .pfn = __phys_to_pfn(VERSATILE_SCTL_BASE),
150 .length = SZ_4K * 9,
151 .type = MT_DEVICE
152 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153#ifdef CONFIG_MACH_VERSATILE_AB
Deepak Saxena13115212005-10-28 15:19:06 +0100154 {
Deepak Saxena13115212005-10-28 15:19:06 +0100155 .virtual = IO_ADDRESS(VERSATILE_IB2_BASE),
156 .pfn = __phys_to_pfn(VERSATILE_IB2_BASE),
157 .length = SZ_64M,
158 .type = MT_DEVICE
159 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160#endif
161#ifdef CONFIG_DEBUG_LL
Deepak Saxena13115212005-10-28 15:19:06 +0100162 {
163 .virtual = IO_ADDRESS(VERSATILE_UART0_BASE),
164 .pfn = __phys_to_pfn(VERSATILE_UART0_BASE),
165 .length = SZ_4K,
166 .type = MT_DEVICE
167 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168#endif
Catalin Marinasc0da0852005-06-20 18:51:06 +0100169#ifdef CONFIG_PCI
Deepak Saxena13115212005-10-28 15:19:06 +0100170 {
171 .virtual = IO_ADDRESS(VERSATILE_PCI_CORE_BASE),
172 .pfn = __phys_to_pfn(VERSATILE_PCI_CORE_BASE),
173 .length = SZ_4K,
174 .type = MT_DEVICE
175 }, {
Al Viro399ad772006-10-11 17:22:34 +0100176 .virtual = (unsigned long)VERSATILE_PCI_VIRT_BASE,
Deepak Saxena13115212005-10-28 15:19:06 +0100177 .pfn = __phys_to_pfn(VERSATILE_PCI_BASE),
178 .length = VERSATILE_PCI_BASE_SIZE,
179 .type = MT_DEVICE
180 }, {
Al Viro399ad772006-10-11 17:22:34 +0100181 .virtual = (unsigned long)VERSATILE_PCI_CFG_VIRT_BASE,
Deepak Saxena13115212005-10-28 15:19:06 +0100182 .pfn = __phys_to_pfn(VERSATILE_PCI_CFG_BASE),
183 .length = VERSATILE_PCI_CFG_BASE_SIZE,
184 .type = MT_DEVICE
Deepak Saxena13115212005-10-28 15:19:06 +0100185 },
Catalin Marinasc0da0852005-06-20 18:51:06 +0100186#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187};
188
189void __init versatile_map_io(void)
190{
191 iotable_init(versatile_io_desc, ARRAY_SIZE(versatile_io_desc));
192}
193
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194
Al Viro2ad4f862005-09-29 00:09:02 +0100195#define VERSATILE_FLASHCTRL (__io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_FLASH_OFFSET)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196
Marc Zyngier667f3902011-05-18 10:51:55 +0100197static void versatile_flash_set_vpp(struct platform_device *pdev, int on)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198{
199 u32 val;
200
201 val = __raw_readl(VERSATILE_FLASHCTRL);
202 if (on)
203 val |= VERSATILE_FLASHPROG_FLVPPEN;
204 else
205 val &= ~VERSATILE_FLASHPROG_FLVPPEN;
206 __raw_writel(val, VERSATILE_FLASHCTRL);
207}
208
Marc Zyngier68c0e382011-05-18 10:51:50 +0100209static struct physmap_flash_data versatile_flash_data = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210 .width = 4,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 .set_vpp = versatile_flash_set_vpp,
212};
213
214static struct resource versatile_flash_resource = {
215 .start = VERSATILE_FLASH_BASE,
Yoav Steinberga0c5a642006-08-13 14:17:12 +0100216 .end = VERSATILE_FLASH_BASE + VERSATILE_FLASH_SIZE - 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217 .flags = IORESOURCE_MEM,
218};
219
220static struct platform_device versatile_flash_device = {
Marc Zyngier68c0e382011-05-18 10:51:50 +0100221 .name = "physmap-flash",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222 .id = 0,
223 .dev = {
224 .platform_data = &versatile_flash_data,
225 },
226 .num_resources = 1,
227 .resource = &versatile_flash_resource,
228};
229
230static struct resource smc91x_resources[] = {
231 [0] = {
232 .start = VERSATILE_ETH_BASE,
233 .end = VERSATILE_ETH_BASE + SZ_64K - 1,
234 .flags = IORESOURCE_MEM,
235 },
236 [1] = {
237 .start = IRQ_ETH,
238 .end = IRQ_ETH,
239 .flags = IORESOURCE_IRQ,
240 },
241};
242
243static struct platform_device smc91x_device = {
244 .name = "smc91x",
245 .id = 0,
246 .num_resources = ARRAY_SIZE(smc91x_resources),
247 .resource = smc91x_resources,
248};
249
Russell King6b65cd72006-12-10 21:21:32 +0100250static struct resource versatile_i2c_resource = {
251 .start = VERSATILE_I2C_BASE,
252 .end = VERSATILE_I2C_BASE + SZ_4K - 1,
253 .flags = IORESOURCE_MEM,
254};
255
256static struct platform_device versatile_i2c_device = {
257 .name = "versatile-i2c",
Catalin Marinas533ad5e2009-02-12 15:58:20 +0100258 .id = 0,
Russell King6b65cd72006-12-10 21:21:32 +0100259 .num_resources = 1,
260 .resource = &versatile_i2c_resource,
261};
262
Catalin Marinas533ad5e2009-02-12 15:58:20 +0100263static struct i2c_board_info versatile_i2c_board_info[] = {
264 {
Russell King64e8be62009-07-18 15:51:55 +0100265 I2C_BOARD_INFO("ds1338", 0xd0 >> 1),
Catalin Marinas533ad5e2009-02-12 15:58:20 +0100266 },
267};
268
269static int __init versatile_i2c_init(void)
270{
271 return i2c_register_board_info(0, versatile_i2c_board_info,
272 ARRAY_SIZE(versatile_i2c_board_info));
273}
274arch_initcall(versatile_i2c_init);
275
Al Viro2ad4f862005-09-29 00:09:02 +0100276#define VERSATILE_SYSMCI (__io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_MCI_OFFSET)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277
278unsigned int mmc_status(struct device *dev)
279{
280 struct amba_device *adev = container_of(dev, struct amba_device, dev);
281 u32 mask;
282
283 if (adev->res.start == VERSATILE_MMCI0_BASE)
284 mask = 1;
285 else
286 mask = 2;
287
288 return readl(VERSATILE_SYSMCI) & mask;
289}
290
Linus Walleij6ef297f2009-09-22 14:29:36 +0100291static struct mmci_platform_data mmc0_plat_data = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700292 .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34,
293 .status = mmc_status,
Russell King7fb2bbf2009-07-09 15:15:12 +0100294 .gpio_wp = -1,
295 .gpio_cd = -1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296};
297
Grant Likelye2823262011-03-30 00:02:29 -0600298static struct resource char_lcd_resources[] = {
Linus Walleijd161edf2010-07-17 12:34:25 +0100299 {
300 .start = VERSATILE_CHAR_LCD_BASE,
301 .end = (VERSATILE_CHAR_LCD_BASE + SZ_4K - 1),
302 .flags = IORESOURCE_MEM,
303 },
304};
305
306static struct platform_device char_lcd_device = {
307 .name = "arm-charlcd",
308 .id = -1,
309 .num_resources = ARRAY_SIZE(char_lcd_resources),
310 .resource = char_lcd_resources,
311};
312
Linus Walleije4ecf2b2014-02-27 14:29:22 +0100313static struct resource leds_resources[] = {
314 {
315 .start = VERSATILE_SYS_BASE + VERSATILE_SYS_LED_OFFSET,
316 .end = VERSATILE_SYS_BASE + VERSATILE_SYS_LED_OFFSET + 4,
317 .flags = IORESOURCE_MEM,
318 },
319};
320
321static struct platform_device leds_device = {
322 .name = "versatile-leds",
323 .id = -1,
324 .num_resources = ARRAY_SIZE(leds_resources),
325 .resource = leds_resources,
326};
327
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328/*
329 * Clock handling
330 */
Russell King39c0cb02010-01-16 16:27:28 +0000331static const struct icst_params versatile_oscvco_params = {
Russell King64fceb12010-01-16 17:28:44 +0000332 .ref = 24000000,
Russell King4de2edb2010-01-16 18:08:47 +0000333 .vco_max = ICST307_VCO_MAX,
Russell Kinge73a46a2010-01-16 19:49:39 +0000334 .vco_min = ICST307_VCO_MIN,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335 .vd_min = 4 + 8,
336 .vd_max = 511 + 8,
337 .rd_min = 1 + 2,
338 .rd_max = 127 + 2,
Russell King232eaf72010-01-16 19:46:19 +0000339 .s2div = icst307_s2div,
340 .idx2s = icst307_idx2s,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341};
342
Russell King39c0cb02010-01-16 16:27:28 +0000343static void versatile_oscvco_set(struct clk *clk, struct icst_vco vco)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344{
Russell Kingd1914c72010-01-14 20:09:34 +0000345 void __iomem *sys_lock = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_LOCK_OFFSET;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 u32 val;
347
Russell Kingd1914c72010-01-14 20:09:34 +0000348 val = readl(clk->vcoreg) & ~0x7ffff;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349 val |= vco.v | (vco.r << 9) | (vco.s << 16);
350
351 writel(0xa05f, sys_lock);
Russell Kingd1914c72010-01-14 20:09:34 +0000352 writel(val, clk->vcoreg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353 writel(0, sys_lock);
354}
355
Russell King9bf5b2e2010-03-01 16:18:39 +0000356static const struct clk_ops osc4_clk_ops = {
357 .round = icst_clk_round,
358 .set = icst_clk_set,
Russell King71a06da2008-11-08 20:13:53 +0000359 .setvco = versatile_oscvco_set,
360};
361
Russell King9bf5b2e2010-03-01 16:18:39 +0000362static struct clk osc4_clk = {
363 .ops = &osc4_clk_ops,
364 .params = &versatile_oscvco_params,
365};
366
Russell King71a06da2008-11-08 20:13:53 +0000367/*
368 * These are fixed clocks.
369 */
370static struct clk ref24_clk = {
371 .rate = 24000000,
372};
373
Russell King7ff550d2011-05-12 13:31:48 +0100374static struct clk sp804_clk = {
375 .rate = 1000000,
376};
377
Russell King3126c7b2010-07-15 11:01:17 +0100378static struct clk dummy_apb_pclk;
379
Rabin Vincent982db662009-05-18 17:29:30 +0100380static struct clk_lookup lookups[] = {
Russell King3126c7b2010-07-15 11:01:17 +0100381 { /* AMBA bus clock */
382 .con_id = "apb_pclk",
383 .clk = &dummy_apb_pclk,
384 }, { /* UART0 */
Russell King71a06da2008-11-08 20:13:53 +0000385 .dev_id = "dev:f1",
386 .clk = &ref24_clk,
387 }, { /* UART1 */
388 .dev_id = "dev:f2",
389 .clk = &ref24_clk,
390 }, { /* UART2 */
391 .dev_id = "dev:f3",
392 .clk = &ref24_clk,
393 }, { /* UART3 */
394 .dev_id = "fpga:09",
395 .clk = &ref24_clk,
396 }, { /* KMI0 */
397 .dev_id = "fpga:06",
398 .clk = &ref24_clk,
399 }, { /* KMI1 */
400 .dev_id = "fpga:07",
401 .clk = &ref24_clk,
402 }, { /* MMC0 */
403 .dev_id = "fpga:05",
404 .clk = &ref24_clk,
405 }, { /* MMC1 */
406 .dev_id = "fpga:0b",
407 .clk = &ref24_clk,
Linus Walleijef6f4b12010-07-14 23:59:27 +0100408 }, { /* SSP */
409 .dev_id = "dev:f4",
410 .clk = &ref24_clk,
Russell King71a06da2008-11-08 20:13:53 +0000411 }, { /* CLCD */
412 .dev_id = "dev:20",
413 .clk = &osc4_clk,
Russell King7ff550d2011-05-12 13:31:48 +0100414 }, { /* SP804 timers */
415 .dev_id = "sp804",
416 .clk = &sp804_clk,
417 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418};
419
420/*
421 * CLCD support.
422 */
423#define SYS_CLCD_MODE_MASK (3 << 0)
424#define SYS_CLCD_MODE_888 (0 << 0)
425#define SYS_CLCD_MODE_5551 (1 << 0)
426#define SYS_CLCD_MODE_565_RLSB (2 << 0)
427#define SYS_CLCD_MODE_565_BLSB (3 << 0)
428#define SYS_CLCD_NLCDIOON (1 << 2)
429#define SYS_CLCD_VDDPOSSWITCH (1 << 3)
430#define SYS_CLCD_PWR3V5SWITCH (1 << 4)
431#define SYS_CLCD_ID_MASK (0x1f << 8)
432#define SYS_CLCD_ID_SANYO_3_8 (0x00 << 8)
433#define SYS_CLCD_ID_UNKNOWN_8_4 (0x01 << 8)
434#define SYS_CLCD_ID_EPSON_2_2 (0x02 << 8)
435#define SYS_CLCD_ID_SANYO_2_5 (0x07 << 8)
436#define SYS_CLCD_ID_VGA (0x1f << 8)
437
Russell King3414ba82011-01-18 20:12:10 +0000438static bool is_sanyo_2_5_lcd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439
440/*
441 * Disable all display connectors on the interface module.
442 */
443static void versatile_clcd_disable(struct clcd_fb *fb)
444{
Al Viro2ad4f862005-09-29 00:09:02 +0100445 void __iomem *sys_clcd = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_CLCD_OFFSET;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446 u32 val;
447
448 val = readl(sys_clcd);
449 val &= ~SYS_CLCD_NLCDIOON | SYS_CLCD_PWR3V5SWITCH;
450 writel(val, sys_clcd);
451
452#ifdef CONFIG_MACH_VERSATILE_AB
453 /*
454 * If the LCD is Sanyo 2x5 in on the IB2 board, turn the back-light off
455 */
Russell King3414ba82011-01-18 20:12:10 +0000456 if (machine_is_versatile_ab() && is_sanyo_2_5_lcd) {
Al Viro2ad4f862005-09-29 00:09:02 +0100457 void __iomem *versatile_ib2_ctrl = __io_address(VERSATILE_IB2_CTRL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458 unsigned long ctrl;
459
460 ctrl = readl(versatile_ib2_ctrl);
461 ctrl &= ~0x01;
462 writel(ctrl, versatile_ib2_ctrl);
463 }
464#endif
465}
466
467/*
468 * Enable the relevant connector on the interface module.
469 */
470static void versatile_clcd_enable(struct clcd_fb *fb)
471{
Russell King9728c1b2011-01-19 23:29:12 +0000472 struct fb_var_screeninfo *var = &fb->fb.var;
Al Viro2ad4f862005-09-29 00:09:02 +0100473 void __iomem *sys_clcd = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_CLCD_OFFSET;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474 u32 val;
475
476 val = readl(sys_clcd);
477 val &= ~SYS_CLCD_MODE_MASK;
478
Russell King9728c1b2011-01-19 23:29:12 +0000479 switch (var->green.length) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480 case 5:
481 val |= SYS_CLCD_MODE_5551;
482 break;
483 case 6:
Russell King9728c1b2011-01-19 23:29:12 +0000484 if (var->red.offset == 0)
485 val |= SYS_CLCD_MODE_565_RLSB;
486 else
487 val |= SYS_CLCD_MODE_565_BLSB;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488 break;
489 case 8:
490 val |= SYS_CLCD_MODE_888;
491 break;
492 }
493
494 /*
495 * Set the MUX
496 */
497 writel(val, sys_clcd);
498
499 /*
500 * And now enable the PSUs
501 */
502 val |= SYS_CLCD_NLCDIOON | SYS_CLCD_PWR3V5SWITCH;
503 writel(val, sys_clcd);
504
505#ifdef CONFIG_MACH_VERSATILE_AB
506 /*
507 * If the LCD is Sanyo 2x5 in on the IB2 board, turn the back-light on
508 */
Russell King3414ba82011-01-18 20:12:10 +0000509 if (machine_is_versatile_ab() && is_sanyo_2_5_lcd) {
Al Viro2ad4f862005-09-29 00:09:02 +0100510 void __iomem *versatile_ib2_ctrl = __io_address(VERSATILE_IB2_CTRL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511 unsigned long ctrl;
512
513 ctrl = readl(versatile_ib2_ctrl);
514 ctrl |= 0x01;
515 writel(ctrl, versatile_ib2_ctrl);
516 }
517#endif
518}
519
Russell King3414ba82011-01-18 20:12:10 +0000520/*
521 * Detect which LCD panel is connected, and return the appropriate
522 * clcd_panel structure. Note: we do not have any information on
523 * the required timings for the 8.4in panel, so we presently assume
524 * VGA timings.
525 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526static int versatile_clcd_setup(struct clcd_fb *fb)
527{
Russell King3414ba82011-01-18 20:12:10 +0000528 void __iomem *sys_clcd = __io_address(VERSATILE_SYS_BASE) + VERSATILE_SYS_CLCD_OFFSET;
529 const char *panel_name;
530 u32 val;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531
Russell King3414ba82011-01-18 20:12:10 +0000532 is_sanyo_2_5_lcd = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533
Russell King3414ba82011-01-18 20:12:10 +0000534 val = readl(sys_clcd) & SYS_CLCD_ID_MASK;
535 if (val == SYS_CLCD_ID_SANYO_3_8)
536 panel_name = "Sanyo TM38QV67A02A";
537 else if (val == SYS_CLCD_ID_SANYO_2_5) {
538 panel_name = "Sanyo QVGA Portrait";
539 is_sanyo_2_5_lcd = true;
540 } else if (val == SYS_CLCD_ID_EPSON_2_2)
541 panel_name = "Epson L2F50113T00";
542 else if (val == SYS_CLCD_ID_VGA)
543 panel_name = "VGA";
544 else {
545 printk(KERN_ERR "CLCD: unknown LCD panel ID 0x%08x, using VGA\n",
546 val);
547 panel_name = "VGA";
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548 }
549
Russell King3414ba82011-01-18 20:12:10 +0000550 fb->panel = versatile_clcd_get_panel(panel_name);
551 if (!fb->panel)
552 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553
Russell King3414ba82011-01-18 20:12:10 +0000554 return versatile_clcd_setup_dma(fb, SZ_1M);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555}
556
Russell King9728c1b2011-01-19 23:29:12 +0000557static void versatile_clcd_decode(struct clcd_fb *fb, struct clcd_regs *regs)
558{
559 clcdfb_decode(fb, regs);
560
561 /* Always clear BGR for RGB565: we do the routing externally */
562 if (fb->fb.var.green.length == 6)
563 regs->cntl &= ~CNTL_BGR;
564}
565
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566static struct clcd_board clcd_plat_data = {
567 .name = "Versatile",
Russell King3414ba82011-01-18 20:12:10 +0000568 .caps = CLCD_CAP_5551 | CLCD_CAP_565 | CLCD_CAP_888,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569 .check = clcdfb_check,
Russell King9728c1b2011-01-19 23:29:12 +0000570 .decode = versatile_clcd_decode,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571 .disable = versatile_clcd_disable,
572 .enable = versatile_clcd_enable,
573 .setup = versatile_clcd_setup,
Russell King3414ba82011-01-18 20:12:10 +0000574 .mmap = versatile_clcd_mmap_dma,
575 .remove = versatile_clcd_remove_dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576};
577
Russell Kingbbeddc42009-07-05 22:43:01 +0100578static struct pl061_platform_data gpio0_plat_data = {
579 .gpio_base = 0,
580 .irq_base = IRQ_GPIO0_START,
581};
582
583static struct pl061_platform_data gpio1_plat_data = {
584 .gpio_base = 8,
585 .irq_base = IRQ_GPIO1_START,
586};
587
Linus Walleijbfc305a2013-11-27 13:04:23 +0100588static struct pl061_platform_data gpio2_plat_data = {
589 .gpio_base = 16,
590 .irq_base = IRQ_GPIO2_START,
591};
592
593static struct pl061_platform_data gpio3_plat_data = {
594 .gpio_base = 24,
595 .irq_base = IRQ_GPIO3_START,
596};
597
Linus Walleijef6f4b12010-07-14 23:59:27 +0100598static struct pl022_ssp_controller ssp0_plat_data = {
599 .bus_id = 0,
600 .enable_dma = 0,
601 .num_chipselect = 1,
602};
603
Russell King0dada612011-12-18 11:40:46 +0000604#define AACI_IRQ { IRQ_AACI }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605#define MMCI0_IRQ { IRQ_MMCI0A,IRQ_SIC_MMCI0B }
Russell King0dada612011-12-18 11:40:46 +0000606#define KMI0_IRQ { IRQ_SIC_KMI0 }
607#define KMI1_IRQ { IRQ_SIC_KMI1 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608
609/*
610 * These devices are connected directly to the multi-layer AHB switch
611 */
Russell King0dada612011-12-18 11:40:46 +0000612#define SMC_IRQ { }
613#define MPMC_IRQ { }
614#define CLCD_IRQ { IRQ_CLCDINT }
615#define DMAC_IRQ { IRQ_DMAINT }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616
617/*
618 * These devices are connected via the core APB bridge
619 */
Russell King0dada612011-12-18 11:40:46 +0000620#define SCTL_IRQ { }
621#define WATCHDOG_IRQ { IRQ_WDOGINT }
622#define GPIO0_IRQ { IRQ_GPIOINT0 }
623#define GPIO1_IRQ { IRQ_GPIOINT1 }
Linus Walleijbfc305a2013-11-27 13:04:23 +0100624#define GPIO2_IRQ { IRQ_GPIOINT2 }
625#define GPIO3_IRQ { IRQ_GPIOINT3 }
Russell King0dada612011-12-18 11:40:46 +0000626#define RTC_IRQ { IRQ_RTCINT }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627
628/*
629 * These devices are connected via the DMA APB bridge
630 */
Russell King0dada612011-12-18 11:40:46 +0000631#define SCI_IRQ { IRQ_SCIINT }
632#define UART0_IRQ { IRQ_UARTINT0 }
633#define UART1_IRQ { IRQ_UARTINT1 }
634#define UART2_IRQ { IRQ_UARTINT2 }
635#define SSP_IRQ { IRQ_SSPINT }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636
637/* FPGA Primecells */
Russell King8f5088b2011-12-18 12:21:09 +0000638APB_DEVICE(aaci, "fpga:04", AACI, NULL);
639APB_DEVICE(mmc0, "fpga:05", MMCI0, &mmc0_plat_data);
640APB_DEVICE(kmi0, "fpga:06", KMI0, NULL);
641APB_DEVICE(kmi1, "fpga:07", KMI1, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642
643/* DevChip Primecells */
Russell King8f5088b2011-12-18 12:21:09 +0000644AHB_DEVICE(smc, "dev:00", SMC, NULL);
645AHB_DEVICE(mpmc, "dev:10", MPMC, NULL);
646AHB_DEVICE(clcd, "dev:20", CLCD, &clcd_plat_data);
647AHB_DEVICE(dmac, "dev:30", DMAC, NULL);
648APB_DEVICE(sctl, "dev:e0", SCTL, NULL);
649APB_DEVICE(wdog, "dev:e1", WATCHDOG, NULL);
650APB_DEVICE(gpio0, "dev:e4", GPIO0, &gpio0_plat_data);
651APB_DEVICE(gpio1, "dev:e5", GPIO1, &gpio1_plat_data);
Linus Walleijbfc305a2013-11-27 13:04:23 +0100652APB_DEVICE(gpio2, "dev:e6", GPIO2, &gpio2_plat_data);
653APB_DEVICE(gpio3, "dev:e7", GPIO3, &gpio3_plat_data);
Russell King8f5088b2011-12-18 12:21:09 +0000654APB_DEVICE(rtc, "dev:e8", RTC, NULL);
655APB_DEVICE(sci0, "dev:f0", SCI, NULL);
656APB_DEVICE(uart0, "dev:f1", UART0, NULL);
657APB_DEVICE(uart1, "dev:f2", UART1, NULL);
658APB_DEVICE(uart2, "dev:f3", UART2, NULL);
659APB_DEVICE(ssp0, "dev:f4", SSP, &ssp0_plat_data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660
661static struct amba_device *amba_devs[] __initdata = {
662 &dmac_device,
663 &uart0_device,
664 &uart1_device,
665 &uart2_device,
666 &smc_device,
667 &mpmc_device,
668 &clcd_device,
669 &sctl_device,
670 &wdog_device,
671 &gpio0_device,
672 &gpio1_device,
Linus Walleijbfc305a2013-11-27 13:04:23 +0100673 &gpio2_device,
674 &gpio3_device,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 &rtc_device,
676 &sci0_device,
677 &ssp0_device,
678 &aaci_device,
679 &mmc0_device,
680 &kmi0_device,
681 &kmi1_device,
682};
683
Grant Likely3ba72222011-07-26 03:19:06 -0600684#ifdef CONFIG_OF
685/*
686 * Lookup table for attaching a specific name and platform_data pointer to
687 * devices as they get created by of_platform_populate(). Ideally this table
688 * would not exist, but the current clock implementation depends on some devices
689 * having a specific name.
690 */
691struct of_dev_auxdata versatile_auxdata_lookup[] __initdata = {
Linus Walleijd12379a2012-04-18 22:27:28 +0100692 OF_DEV_AUXDATA("arm,primecell", VERSATILE_MMCI0_BASE, "fpga:05", &mmc0_plat_data),
Grant Likely3ba72222011-07-26 03:19:06 -0600693 OF_DEV_AUXDATA("arm,primecell", VERSATILE_KMI0_BASE, "fpga:06", NULL),
694 OF_DEV_AUXDATA("arm,primecell", VERSATILE_KMI1_BASE, "fpga:07", NULL),
695 OF_DEV_AUXDATA("arm,primecell", VERSATILE_UART3_BASE, "fpga:09", NULL),
Linus Walleijd12379a2012-04-18 22:27:28 +0100696 /* FIXME: this is buggy, the platform data is needed for this MMC instance too */
Grant Likely3ba72222011-07-26 03:19:06 -0600697 OF_DEV_AUXDATA("arm,primecell", VERSATILE_MMCI1_BASE, "fpga:0b", NULL),
698
699 OF_DEV_AUXDATA("arm,primecell", VERSATILE_CLCD_BASE, "dev:20", &clcd_plat_data),
700 OF_DEV_AUXDATA("arm,primecell", VERSATILE_UART0_BASE, "dev:f1", NULL),
701 OF_DEV_AUXDATA("arm,primecell", VERSATILE_UART1_BASE, "dev:f2", NULL),
702 OF_DEV_AUXDATA("arm,primecell", VERSATILE_UART2_BASE, "dev:f3", NULL),
Linus Walleijd12379a2012-04-18 22:27:28 +0100703 OF_DEV_AUXDATA("arm,primecell", VERSATILE_SSP_BASE, "dev:f4", &ssp0_plat_data),
Grant Likely3ba72222011-07-26 03:19:06 -0600704
705#if 0
706 /*
707 * These entries are unnecessary because no clocks referencing
708 * them. I've left them in for now as place holders in case
709 * any of them need to be added back, but they should be
710 * removed before actually committing this patch. --gcl
711 */
712 OF_DEV_AUXDATA("arm,primecell", VERSATILE_AACI_BASE, "fpga:04", NULL),
713 OF_DEV_AUXDATA("arm,primecell", VERSATILE_SCI1_BASE, "fpga:0a", NULL),
714 OF_DEV_AUXDATA("arm,primecell", VERSATILE_SMC_BASE, "dev:00", NULL),
715 OF_DEV_AUXDATA("arm,primecell", VERSATILE_MPMC_BASE, "dev:10", NULL),
716 OF_DEV_AUXDATA("arm,primecell", VERSATILE_DMAC_BASE, "dev:30", NULL),
717
718 OF_DEV_AUXDATA("arm,primecell", VERSATILE_SCTL_BASE, "dev:e0", NULL),
719 OF_DEV_AUXDATA("arm,primecell", VERSATILE_WATCHDOG_BASE, "dev:e1", NULL),
720 OF_DEV_AUXDATA("arm,primecell", VERSATILE_GPIO0_BASE, "dev:e4", NULL),
721 OF_DEV_AUXDATA("arm,primecell", VERSATILE_GPIO1_BASE, "dev:e5", NULL),
722 OF_DEV_AUXDATA("arm,primecell", VERSATILE_GPIO2_BASE, "dev:e6", NULL),
723 OF_DEV_AUXDATA("arm,primecell", VERSATILE_GPIO3_BASE, "dev:e7", NULL),
724 OF_DEV_AUXDATA("arm,primecell", VERSATILE_RTC_BASE, "dev:e8", NULL),
725 OF_DEV_AUXDATA("arm,primecell", VERSATILE_SCI_BASE, "dev:f0", NULL),
726#endif
727 {}
728};
729#endif
730
Robin Holt7b6d8642013-07-08 16:01:40 -0700731void versatile_restart(enum reboot_mode mode, const char *cmd)
Russell Kingb56a7c62011-11-03 11:43:08 +0000732{
733 void __iomem *sys = __io_address(VERSATILE_SYS_BASE);
734 u32 val;
735
736 val = __raw_readl(sys + VERSATILE_SYS_RESETCTL_OFFSET);
737 val |= 0x105;
738
739 __raw_writel(0xa05f, sys + VERSATILE_SYS_LOCK_OFFSET);
740 __raw_writel(val, sys + VERSATILE_SYS_RESETCTL_OFFSET);
741 __raw_writel(0, sys + VERSATILE_SYS_LOCK_OFFSET);
742}
743
Russell Kingad3bb192011-01-11 12:55:38 +0000744/* Early initializations */
745void __init versatile_init_early(void)
746{
Rob Herring818270d2013-03-13 17:07:44 -0500747 u32 val;
Russell Kingad3bb192011-01-11 12:55:38 +0000748 void __iomem *sys = __io_address(VERSATILE_SYS_BASE);
749
750 osc4_clk.vcoreg = sys + VERSATILE_SYS_OSCCLCD_OFFSET;
751 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
752
753 versatile_sched_clock_init(sys + VERSATILE_SYS_24MHz_OFFSET, 24000000);
Rob Herring818270d2013-03-13 17:07:44 -0500754
755 /*
756 * set clock frequency:
757 * VERSATILE_REFCLK is 32KHz
758 * VERSATILE_TIMCLK is 1MHz
759 */
760 val = readl(__io_address(VERSATILE_SCTL_BASE));
761 writel((VERSATILE_TIMCLK << VERSATILE_TIMER1_EnSel) |
762 (VERSATILE_TIMCLK << VERSATILE_TIMER2_EnSel) |
763 (VERSATILE_TIMCLK << VERSATILE_TIMER3_EnSel) |
764 (VERSATILE_TIMCLK << VERSATILE_TIMER4_EnSel) | val,
765 __io_address(VERSATILE_SCTL_BASE));
Russell Kingad3bb192011-01-11 12:55:38 +0000766}
767
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768void __init versatile_init(void)
769{
770 int i;
771
Linus Torvalds1da177e2005-04-16 15:20:36 -0700772 platform_device_register(&versatile_flash_device);
Russell King6b65cd72006-12-10 21:21:32 +0100773 platform_device_register(&versatile_i2c_device);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774 platform_device_register(&smc91x_device);
Linus Walleijd161edf2010-07-17 12:34:25 +0100775 platform_device_register(&char_lcd_device);
Linus Walleije4ecf2b2014-02-27 14:29:22 +0100776 platform_device_register(&leds_device);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777
778 for (i = 0; i < ARRAY_SIZE(amba_devs); i++) {
779 struct amba_device *d = amba_devs[i];
780 amba_device_register(d, &iomem_resource);
781 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782}
783
784/*
785 * Where is the timer (VA)?
786 */
Al Viro2ad4f862005-09-29 00:09:02 +0100787#define TIMER0_VA_BASE __io_address(VERSATILE_TIMER0_1_BASE)
788#define TIMER1_VA_BASE (__io_address(VERSATILE_TIMER0_1_BASE) + 0x20)
789#define TIMER2_VA_BASE __io_address(VERSATILE_TIMER2_3_BASE)
790#define TIMER3_VA_BASE (__io_address(VERSATILE_TIMER2_3_BASE) + 0x20)
Kevin Hilmanb49c87c2007-03-08 20:25:13 +0100791
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792/*
793 * Set up timer interrupt, and return the current time in seconds.
794 */
Stephen Warren6bb27d72012-11-08 12:40:59 -0700795void __init versatile_timer_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797
798 /*
799 * Initialise to a known state (all timers off)
800 */
Sudeep Holla1e5f0512015-05-18 16:29:04 +0100801 sp804_timer_disable(TIMER0_VA_BASE);
802 sp804_timer_disable(TIMER1_VA_BASE);
803 sp804_timer_disable(TIMER2_VA_BASE);
804 sp804_timer_disable(TIMER3_VA_BASE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805
Russell Kingfb593cf2011-05-12 12:08:23 +0100806 sp804_clocksource_init(TIMER3_VA_BASE, "timer3");
Russell King57cc4f72011-05-12 15:31:13 +0100807 sp804_clockevents_init(TIMER0_VA_BASE, IRQ_TIMERINT0_1, "timer0");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808}