blob: 70e00dbeec9694f819ff957014ccbff9841e2ac3 [file] [log] [blame]
Kevin Hilman7c6337e2007-04-30 19:37:19 +01001/*
2 * TI DaVinci EVM board support
3 *
4 * Author: Kevin Hilman, MontaVista Software, Inc. <source@mvista.com>
5 *
6 * 2007 (c) MontaVista Software, Inc. This file is licensed under
7 * the terms of the GNU General Public License version 2. This program
8 * is licensed "as is" without any warranty of any kind, whether express
9 * or implied.
10 */
11#include <linux/kernel.h>
Kevin Hilman7c6337e2007-04-30 19:37:19 +010012#include <linux/init.h>
13#include <linux/dma-mapping.h>
14#include <linux/platform_device.h>
David Brownell7bff3c42008-09-07 23:43:02 -070015#include <linux/gpio.h>
David Brownell7bff3c42008-09-07 23:43:02 -070016#include <linux/i2c.h>
Wolfram Sangb6480fa2017-05-21 23:57:26 +020017#include <linux/platform_data/pcf857x.h>
Vivien Didelot25f73ed2013-09-27 15:06:28 -040018#include <linux/platform_data/at24.h>
Kevin Hilman7c6337e2007-04-30 19:37:19 +010019#include <linux/mtd/mtd.h>
Kevin Hilmand0e47fb2009-04-14 11:30:11 -050020#include <linux/mtd/nand.h>
Kevin Hilman7c6337e2007-04-30 19:37:19 +010021#include <linux/mtd/partitions.h>
22#include <linux/mtd/physmap.h>
Kevin Hilmand0e47fb2009-04-14 11:30:11 -050023#include <linux/phy.h>
24#include <linux/clk.h>
Muralidharan Karicheriab8e8df2009-09-16 11:53:18 -040025#include <linux/videodev2.h>
Hans Verkuil36864082012-10-01 11:39:46 -030026#include <linux/v4l2-dv-timings.h>
Paul Gortmakerdc280942011-07-31 16:17:29 -040027#include <linux/export.h>
Ulf Hanssonf46f3352017-01-13 14:14:03 +010028#include <linux/leds.h>
Muralidharan Karicheriab8e8df2009-09-16 11:53:18 -040029
Mauro Carvalho Chehabb5dcee22015-11-10 12:01:44 -020030#include <media/i2c/tvp514x.h>
Kevin Hilman7c6337e2007-04-30 19:37:19 +010031
Kevin Hilman7c6337e2007-04-30 19:37:19 +010032#include <asm/mach-types.h>
Kevin Hilman7c6337e2007-04-30 19:37:19 +010033#include <asm/mach/arch.h>
Kevin Hilman7c6337e2007-04-30 19:37:19 +010034
Russell Kinga09e64f2008-08-05 16:14:15 +010035#include <mach/common.h>
Arnd Bergmannec2a0832012-08-24 15:11:34 +020036#include <linux/platform_data/i2c-davinci.h>
Kevin Hilmand0e47fb2009-04-14 11:30:11 -050037#include <mach/serial.h>
38#include <mach/mux.h>
Arnd Bergmannec2a0832012-08-24 15:11:34 +020039#include <linux/platform_data/mtd-davinci.h>
40#include <linux/platform_data/mmc-davinci.h>
41#include <linux/platform_data/usb-davinci.h>
42#include <linux/platform_data/mtd-davinci-aemif.h>
Kevin Hilmand0e47fb2009-04-14 11:30:11 -050043
Manjunath Hadli39c6d2d2011-12-21 19:13:35 +053044#include "davinci.h"
45
Sekhar Norif6f97582012-01-21 02:48:17 +053046#define DM644X_EVM_PHY_ID "davinci_mdio-0:01"
Kevin Hilmand0e47fb2009-04-14 11:30:11 -050047#define LXT971_PHY_ID (0x001378e2)
48#define LXT971_PHY_MASK (0xfffffff0)
Kevin Hilman7c6337e2007-04-30 19:37:19 +010049
David Brownell7bff3c42008-09-07 23:43:02 -070050static struct mtd_partition davinci_evm_norflash_partitions[] = {
Kevin Hilmand0e47fb2009-04-14 11:30:11 -050051 /* bootloader (UBL, U-Boot, etc) in first 5 sectors */
Kevin Hilman7c6337e2007-04-30 19:37:19 +010052 {
53 .name = "bootloader",
54 .offset = 0,
Kevin Hilmand0e47fb2009-04-14 11:30:11 -050055 .size = 5 * SZ_64K,
Kevin Hilman7c6337e2007-04-30 19:37:19 +010056 .mask_flags = MTD_WRITEABLE, /* force read-only */
57 },
58 /* bootloader params in the next 1 sectors */
59 {
60 .name = "params",
61 .offset = MTDPART_OFS_APPEND,
62 .size = SZ_64K,
63 .mask_flags = 0,
64 },
65 /* kernel */
66 {
67 .name = "kernel",
68 .offset = MTDPART_OFS_APPEND,
69 .size = SZ_2M,
70 .mask_flags = 0
71 },
72 /* file system */
73 {
74 .name = "filesystem",
75 .offset = MTDPART_OFS_APPEND,
76 .size = MTDPART_SIZ_FULL,
77 .mask_flags = 0
78 }
79};
80
David Brownell7bff3c42008-09-07 23:43:02 -070081static struct physmap_flash_data davinci_evm_norflash_data = {
Kevin Hilman7c6337e2007-04-30 19:37:19 +010082 .width = 2,
David Brownell7bff3c42008-09-07 23:43:02 -070083 .parts = davinci_evm_norflash_partitions,
84 .nr_parts = ARRAY_SIZE(davinci_evm_norflash_partitions),
Kevin Hilman7c6337e2007-04-30 19:37:19 +010085};
86
87/* NOTE: CFI probe will correctly detect flash part as 32M, but EMIF
88 * limits addresses to 16M, so using addresses past 16M will wrap */
David Brownell7bff3c42008-09-07 23:43:02 -070089static struct resource davinci_evm_norflash_resource = {
Sergei Shtylyov70342172010-04-16 21:29:11 +040090 .start = DM644X_ASYNC_EMIF_DATA_CE0_BASE,
91 .end = DM644X_ASYNC_EMIF_DATA_CE0_BASE + SZ_16M - 1,
Kevin Hilman7c6337e2007-04-30 19:37:19 +010092 .flags = IORESOURCE_MEM,
93};
94
David Brownell7bff3c42008-09-07 23:43:02 -070095static struct platform_device davinci_evm_norflash_device = {
Kevin Hilman7c6337e2007-04-30 19:37:19 +010096 .name = "physmap-flash",
97 .id = 0,
98 .dev = {
David Brownell7bff3c42008-09-07 23:43:02 -070099 .platform_data = &davinci_evm_norflash_data,
Kevin Hilman7c6337e2007-04-30 19:37:19 +0100100 },
101 .num_resources = 1,
David Brownell7bff3c42008-09-07 23:43:02 -0700102 .resource = &davinci_evm_norflash_resource,
Kevin Hilman7c6337e2007-04-30 19:37:19 +0100103};
104
David Brownell3e9c18e2009-04-15 14:19:21 -0500105/* DM644x EVM includes a 64 MByte small-page NAND flash (16K blocks).
106 * It may used instead of the (default) NOR chip to boot, using TI's
107 * tools to install the secondary boot loader (UBL) and U-Boot.
108 */
Kevin Hilman28552c22010-02-25 15:36:38 -0800109static struct mtd_partition davinci_evm_nandflash_partition[] = {
David Brownell3e9c18e2009-04-15 14:19:21 -0500110 /* Bootloader layout depends on whose u-boot is installed, but we
111 * can hide all the details.
112 * - block 0 for u-boot environment ... in mainline u-boot
113 * - block 1 for UBL (plus up to four backup copies in blocks 2..5)
114 * - blocks 6...? for u-boot
115 * - blocks 16..23 for u-boot environment ... in TI's u-boot
116 */
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500117 {
David Brownell3e9c18e2009-04-15 14:19:21 -0500118 .name = "bootloader",
119 .offset = 0,
120 .size = SZ_256K + SZ_128K,
121 .mask_flags = MTD_WRITEABLE, /* force read-only */
122 },
123 /* Kernel */
124 {
125 .name = "kernel",
126 .offset = MTDPART_OFS_APPEND,
127 .size = SZ_4M,
128 .mask_flags = 0,
129 },
130 /* File system (older GIT kernels started this on the 5MB mark) */
131 {
132 .name = "filesystem",
133 .offset = MTDPART_OFS_APPEND,
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500134 .size = MTDPART_SIZ_FULL,
135 .mask_flags = 0,
136 }
David Brownell3e9c18e2009-04-15 14:19:21 -0500137 /* A few blocks at end hold a flash BBT ... created by TI's CCS
138 * using flashwriter_nand.out, but ignored by TI's versions of
139 * Linux and u-boot. We boot faster by using them.
140 */
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500141};
David Brownell7bff3c42008-09-07 23:43:02 -0700142
Sekhar Norife69c822010-08-09 15:46:37 +0530143static struct davinci_aemif_timing davinci_evm_nandflash_timing = {
144 .wsetup = 20,
145 .wstrobe = 40,
146 .whold = 20,
147 .rsetup = 10,
148 .rstrobe = 40,
149 .rhold = 10,
150 .ta = 40,
151};
152
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500153static struct davinci_nand_pdata davinci_evm_nandflash_data = {
154 .parts = davinci_evm_nandflash_partition,
155 .nr_parts = ARRAY_SIZE(davinci_evm_nandflash_partition),
156 .ecc_mode = NAND_ECC_HW,
Sekhar Noriacd36352013-08-16 14:43:48 +0530157 .ecc_bits = 1,
Brian Norrisbb9ebd42011-05-31 16:31:23 -0700158 .bbt_options = NAND_BBT_USE_FLASH,
Sekhar Norife69c822010-08-09 15:46:37 +0530159 .timing = &davinci_evm_nandflash_timing,
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500160};
161
162static struct resource davinci_evm_nandflash_resource[] = {
163 {
Sergei Shtylyov70342172010-04-16 21:29:11 +0400164 .start = DM644X_ASYNC_EMIF_DATA_CE0_BASE,
165 .end = DM644X_ASYNC_EMIF_DATA_CE0_BASE + SZ_16M - 1,
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500166 .flags = IORESOURCE_MEM,
167 }, {
Sergei Shtylyov70342172010-04-16 21:29:11 +0400168 .start = DM644X_ASYNC_EMIF_CONTROL_BASE,
169 .end = DM644X_ASYNC_EMIF_CONTROL_BASE + SZ_4K - 1,
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500170 .flags = IORESOURCE_MEM,
171 },
172};
173
174static struct platform_device davinci_evm_nandflash_device = {
175 .name = "davinci_nand",
176 .id = 0,
177 .dev = {
178 .platform_data = &davinci_evm_nandflash_data,
179 },
180 .num_resources = ARRAY_SIZE(davinci_evm_nandflash_resource),
181 .resource = davinci_evm_nandflash_resource,
182};
183
David Brownell3e9c18e2009-04-15 14:19:21 -0500184static u64 davinci_fb_dma_mask = DMA_BIT_MASK(32);
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500185
186static struct platform_device davinci_fb_device = {
187 .name = "davincifb",
188 .id = -1,
189 .dev = {
190 .dma_mask = &davinci_fb_dma_mask,
David Brownell3e9c18e2009-04-15 14:19:21 -0500191 .coherent_dma_mask = DMA_BIT_MASK(32),
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500192 },
193 .num_resources = 0,
194};
195
Manjunath Hadli314d7382011-12-21 19:13:38 +0530196static struct tvp514x_platform_data dm644xevm_tvp5146_pdata = {
Muralidharan Karicheriab8e8df2009-09-16 11:53:18 -0400197 .clk_polarity = 0,
198 .hs_polarity = 1,
199 .vs_polarity = 1
200};
201
202#define TVP514X_STD_ALL (V4L2_STD_NTSC | V4L2_STD_PAL)
203/* Inputs available at the TVP5146 */
Manjunath Hadli314d7382011-12-21 19:13:38 +0530204static struct v4l2_input dm644xevm_tvp5146_inputs[] = {
Muralidharan Karicheriab8e8df2009-09-16 11:53:18 -0400205 {
206 .index = 0,
207 .name = "Composite",
208 .type = V4L2_INPUT_TYPE_CAMERA,
209 .std = TVP514X_STD_ALL,
210 },
211 {
212 .index = 1,
213 .name = "S-Video",
214 .type = V4L2_INPUT_TYPE_CAMERA,
215 .std = TVP514X_STD_ALL,
216 },
217};
218
219/*
220 * this is the route info for connecting each input to decoder
221 * ouput that goes to vpfe. There is a one to one correspondence
222 * with tvp5146_inputs
223 */
Manjunath Hadli314d7382011-12-21 19:13:38 +0530224static struct vpfe_route dm644xevm_tvp5146_routes[] = {
Muralidharan Karicheriab8e8df2009-09-16 11:53:18 -0400225 {
226 .input = INPUT_CVBS_VI2B,
227 .output = OUTPUT_10BIT_422_EMBEDDED_SYNC,
228 },
229 {
230 .input = INPUT_SVIDEO_VI2C_VI1C,
231 .output = OUTPUT_10BIT_422_EMBEDDED_SYNC,
232 },
233};
234
Manjunath Hadli314d7382011-12-21 19:13:38 +0530235static struct vpfe_subdev_info dm644xevm_vpfe_sub_devs[] = {
Muralidharan Karicheriab8e8df2009-09-16 11:53:18 -0400236 {
237 .name = "tvp5146",
238 .grp_id = 0,
Manjunath Hadli314d7382011-12-21 19:13:38 +0530239 .num_inputs = ARRAY_SIZE(dm644xevm_tvp5146_inputs),
240 .inputs = dm644xevm_tvp5146_inputs,
241 .routes = dm644xevm_tvp5146_routes,
Muralidharan Karicheriab8e8df2009-09-16 11:53:18 -0400242 .can_route = 1,
243 .ccdc_if_params = {
244 .if_type = VPFE_BT656,
245 .hdpol = VPFE_PINPOL_POSITIVE,
246 .vdpol = VPFE_PINPOL_POSITIVE,
247 },
248 .board_info = {
249 I2C_BOARD_INFO("tvp5146", 0x5d),
Manjunath Hadli314d7382011-12-21 19:13:38 +0530250 .platform_data = &dm644xevm_tvp5146_pdata,
Muralidharan Karicheriab8e8df2009-09-16 11:53:18 -0400251 },
252 },
253};
254
Manjunath Hadli314d7382011-12-21 19:13:38 +0530255static struct vpfe_config dm644xevm_capture_cfg = {
256 .num_subdevs = ARRAY_SIZE(dm644xevm_vpfe_sub_devs),
Vaibhav Hiremath077639f2009-10-13 15:08:54 +0000257 .i2c_adapter_id = 1,
Manjunath Hadli314d7382011-12-21 19:13:38 +0530258 .sub_devs = dm644xevm_vpfe_sub_devs,
Muralidharan Karicheriab8e8df2009-09-16 11:53:18 -0400259 .card_name = "DM6446 EVM",
260 .ccdc = "DM6446 CCDC",
261};
262
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500263static struct platform_device rtc_dev = {
264 .name = "rtc_davinci_evm",
265 .id = -1,
266};
David Brownell7bff3c42008-09-07 23:43:02 -0700267
David Brownell7bff3c42008-09-07 23:43:02 -0700268/*----------------------------------------------------------------------*/
Arnd Bergmann8e580412016-02-01 21:35:58 +0100269#ifdef CONFIG_I2C
David Brownell7bff3c42008-09-07 23:43:02 -0700270/*
271 * I2C GPIO expanders
272 */
273
274#define PCF_Uxx_BASE(x) (DAVINCI_N_GPIO + ((x) * 8))
275
276
277/* U2 -- LEDs */
278
279static struct gpio_led evm_leds[] = {
280 { .name = "DS8", .active_low = 1,
281 .default_trigger = "heartbeat", },
282 { .name = "DS7", .active_low = 1, },
283 { .name = "DS6", .active_low = 1, },
284 { .name = "DS5", .active_low = 1, },
285 { .name = "DS4", .active_low = 1, },
286 { .name = "DS3", .active_low = 1, },
287 { .name = "DS2", .active_low = 1,
288 .default_trigger = "mmc0", },
289 { .name = "DS1", .active_low = 1,
Stephan Linze5808222016-06-10 07:59:59 +0200290 .default_trigger = "disk-activity", },
David Brownell7bff3c42008-09-07 23:43:02 -0700291};
292
293static const struct gpio_led_platform_data evm_led_data = {
294 .num_leds = ARRAY_SIZE(evm_leds),
295 .leds = evm_leds,
296};
297
298static struct platform_device *evm_led_dev;
299
300static int
301evm_led_setup(struct i2c_client *client, int gpio, unsigned ngpio, void *c)
302{
303 struct gpio_led *leds = evm_leds;
304 int status;
305
306 while (ngpio--) {
307 leds->gpio = gpio++;
308 leds++;
309 }
310
311 /* what an extremely annoying way to be forced to handle
312 * device unregistration ...
313 */
314 evm_led_dev = platform_device_alloc("leds-gpio", 0);
315 platform_device_add_data(evm_led_dev,
316 &evm_led_data, sizeof evm_led_data);
317
318 evm_led_dev->dev.parent = &client->dev;
319 status = platform_device_add(evm_led_dev);
320 if (status < 0) {
321 platform_device_put(evm_led_dev);
322 evm_led_dev = NULL;
323 }
324 return status;
325}
326
327static int
328evm_led_teardown(struct i2c_client *client, int gpio, unsigned ngpio, void *c)
329{
330 if (evm_led_dev) {
331 platform_device_unregister(evm_led_dev);
332 evm_led_dev = NULL;
333 }
334 return 0;
335}
336
337static struct pcf857x_platform_data pcf_data_u2 = {
338 .gpio_base = PCF_Uxx_BASE(0),
339 .setup = evm_led_setup,
340 .teardown = evm_led_teardown,
341};
342
343
344/* U18 - A/V clock generator and user switch */
345
346static int sw_gpio;
347
348static ssize_t
349sw_show(struct device *d, struct device_attribute *a, char *buf)
350{
351 char *s = gpio_get_value_cansleep(sw_gpio) ? "on\n" : "off\n";
352
353 strcpy(buf, s);
354 return strlen(s);
355}
356
357static DEVICE_ATTR(user_sw, S_IRUGO, sw_show, NULL);
358
359static int
360evm_u18_setup(struct i2c_client *client, int gpio, unsigned ngpio, void *c)
361{
362 int status;
363
364 /* export dip switch option */
365 sw_gpio = gpio + 7;
366 status = gpio_request(sw_gpio, "user_sw");
367 if (status == 0)
368 status = gpio_direction_input(sw_gpio);
369 if (status == 0)
370 status = device_create_file(&client->dev, &dev_attr_user_sw);
371 else
372 gpio_free(sw_gpio);
373 if (status != 0)
374 sw_gpio = -EINVAL;
375
376 /* audio PLL: 48 kHz (vs 44.1 or 32), single rate (vs double) */
377 gpio_request(gpio + 3, "pll_fs2");
378 gpio_direction_output(gpio + 3, 0);
379
380 gpio_request(gpio + 2, "pll_fs1");
381 gpio_direction_output(gpio + 2, 0);
382
383 gpio_request(gpio + 1, "pll_sr");
384 gpio_direction_output(gpio + 1, 0);
385
386 return 0;
387}
388
389static int
390evm_u18_teardown(struct i2c_client *client, int gpio, unsigned ngpio, void *c)
391{
392 gpio_free(gpio + 1);
393 gpio_free(gpio + 2);
394 gpio_free(gpio + 3);
395
396 if (sw_gpio > 0) {
397 device_remove_file(&client->dev, &dev_attr_user_sw);
398 gpio_free(sw_gpio);
399 }
400 return 0;
401}
402
403static struct pcf857x_platform_data pcf_data_u18 = {
404 .gpio_base = PCF_Uxx_BASE(1),
405 .n_latch = (1 << 3) | (1 << 2) | (1 << 1),
406 .setup = evm_u18_setup,
407 .teardown = evm_u18_teardown,
408};
409
410
411/* U35 - various I/O signals used to manage USB, CF, ATA, etc */
412
413static int
414evm_u35_setup(struct i2c_client *client, int gpio, unsigned ngpio, void *c)
415{
416 /* p0 = nDRV_VBUS (initial: don't supply it) */
417 gpio_request(gpio + 0, "nDRV_VBUS");
418 gpio_direction_output(gpio + 0, 1);
419
420 /* p1 = VDDIMX_EN */
421 gpio_request(gpio + 1, "VDDIMX_EN");
422 gpio_direction_output(gpio + 1, 1);
423
424 /* p2 = VLYNQ_EN */
425 gpio_request(gpio + 2, "VLYNQ_EN");
426 gpio_direction_output(gpio + 2, 1);
427
428 /* p3 = n3V3_CF_RESET (initial: stay in reset) */
429 gpio_request(gpio + 3, "nCF_RESET");
430 gpio_direction_output(gpio + 3, 0);
431
432 /* (p4 unused) */
433
434 /* p5 = 1V8_WLAN_RESET (initial: stay in reset) */
435 gpio_request(gpio + 5, "WLAN_RESET");
436 gpio_direction_output(gpio + 5, 1);
437
438 /* p6 = nATA_SEL (initial: select) */
439 gpio_request(gpio + 6, "nATA_SEL");
440 gpio_direction_output(gpio + 6, 0);
441
442 /* p7 = nCF_SEL (initial: deselect) */
443 gpio_request(gpio + 7, "nCF_SEL");
444 gpio_direction_output(gpio + 7, 1);
445
446 return 0;
447}
448
449static int
450evm_u35_teardown(struct i2c_client *client, int gpio, unsigned ngpio, void *c)
451{
452 gpio_free(gpio + 7);
453 gpio_free(gpio + 6);
454 gpio_free(gpio + 5);
455 gpio_free(gpio + 3);
456 gpio_free(gpio + 2);
457 gpio_free(gpio + 1);
458 gpio_free(gpio + 0);
459 return 0;
460}
461
462static struct pcf857x_platform_data pcf_data_u35 = {
463 .gpio_base = PCF_Uxx_BASE(2),
464 .setup = evm_u35_setup,
465 .teardown = evm_u35_teardown,
466};
467
468/*----------------------------------------------------------------------*/
469
470/* Most of this EEPROM is unused, but U-Boot uses some data:
471 * - 0x7f00, 6 bytes Ethernet Address
472 * - 0x0039, 1 byte NTSC vs PAL (bit 0x80 == PAL)
473 * - ... newer boards may have more
474 */
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500475
David Brownell7bff3c42008-09-07 23:43:02 -0700476static struct at24_platform_data eeprom_info = {
477 .byte_len = (256*1024) / 8,
478 .page_size = 64,
479 .flags = AT24_FLAG_ADDR16,
Mark A. Greerb14dc0f2009-04-15 12:41:27 -0700480 .setup = davinci_get_mac_addr,
481 .context = (void *)0x7f00,
David Brownell7bff3c42008-09-07 23:43:02 -0700482};
483
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500484/*
485 * MSP430 supports RTC, card detection, input from IR remote, and
486 * a bit more. It triggers interrupts on GPIO(7) from pressing
487 * buttons on the IR remote, and for card detect switches.
488 */
489static struct i2c_client *dm6446evm_msp;
490
491static int dm6446evm_msp_probe(struct i2c_client *client,
492 const struct i2c_device_id *id)
493{
494 dm6446evm_msp = client;
495 return 0;
496}
497
498static int dm6446evm_msp_remove(struct i2c_client *client)
499{
500 dm6446evm_msp = NULL;
501 return 0;
502}
503
504static const struct i2c_device_id dm6446evm_msp_ids[] = {
505 { "dm6446evm_msp", 0, },
506 { /* end of list */ },
507};
508
509static struct i2c_driver dm6446evm_msp_driver = {
510 .driver.name = "dm6446evm_msp",
511 .id_table = dm6446evm_msp_ids,
512 .probe = dm6446evm_msp_probe,
513 .remove = dm6446evm_msp_remove,
514};
515
516static int dm6444evm_msp430_get_pins(void)
517{
518 static const char txbuf[2] = { 2, 4, };
519 char buf[4];
520 struct i2c_msg msg[2] = {
521 {
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500522 .flags = 0,
523 .len = 2,
524 .buf = (void __force *)txbuf,
525 },
526 {
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500527 .flags = I2C_M_RD,
528 .len = 4,
529 .buf = buf,
530 },
531 };
532 int status;
533
534 if (!dm6446evm_msp)
535 return -ENXIO;
536
Wei Yongjun9ad90232012-09-10 04:49:23 +0000537 msg[0].addr = dm6446evm_msp->addr;
538 msg[1].addr = dm6446evm_msp->addr;
539
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500540 /* Command 4 == get input state, returns port 2 and port3 data
541 * S Addr W [A] len=2 [A] cmd=4 [A]
542 * RS Addr R [A] [len=4] A [cmd=4] A [port2] A [port3] N P
543 */
544 status = i2c_transfer(dm6446evm_msp->adapter, msg, 2);
545 if (status < 0)
546 return status;
547
Andy Shevchenkod1a31e92015-10-01 16:13:05 +0300548 dev_dbg(&dm6446evm_msp->dev, "PINS: %4ph\n", buf);
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500549
550 return (buf[3] << 8) | buf[2];
551}
552
Kevin Hilman2dbf56ae2009-05-11 15:55:03 -0700553static int dm6444evm_mmc_get_cd(int module)
554{
555 int status = dm6444evm_msp430_get_pins();
556
557 return (status < 0) ? status : !(status & BIT(1));
558}
559
560static int dm6444evm_mmc_get_ro(int module)
561{
562 int status = dm6444evm_msp430_get_pins();
563
564 return (status < 0) ? status : status & BIT(6 + 8);
565}
566
567static struct davinci_mmc_config dm6446evm_mmc_config = {
568 .get_cd = dm6444evm_mmc_get_cd,
569 .get_ro = dm6444evm_mmc_get_ro,
570 .wires = 4,
Kevin Hilman2dbf56ae2009-05-11 15:55:03 -0700571};
572
David Brownell7bff3c42008-09-07 23:43:02 -0700573static struct i2c_board_info __initdata i2c_info[] = {
574 {
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500575 I2C_BOARD_INFO("dm6446evm_msp", 0x23),
576 },
577 {
David Brownell7bff3c42008-09-07 23:43:02 -0700578 I2C_BOARD_INFO("pcf8574", 0x38),
579 .platform_data = &pcf_data_u2,
580 },
581 {
582 I2C_BOARD_INFO("pcf8574", 0x39),
583 .platform_data = &pcf_data_u18,
584 },
585 {
586 I2C_BOARD_INFO("pcf8574", 0x3a),
587 .platform_data = &pcf_data_u35,
588 },
589 {
590 I2C_BOARD_INFO("24c256", 0x50),
591 .platform_data = &eeprom_info,
592 },
Chaithrika U S1a7ff8f2009-08-25 15:20:05 +0300593 {
594 I2C_BOARD_INFO("tlv320aic33", 0x1b),
595 },
David Brownell7bff3c42008-09-07 23:43:02 -0700596};
597
598/* The msp430 uses a slow bitbanged I2C implementation (ergo 20 KHz),
599 * which requires 100 usec of idle bus after i2c writes sent to it.
600 */
601static struct davinci_i2c_platform_data i2c_pdata = {
602 .bus_freq = 20 /* kHz */,
603 .bus_delay = 100 /* usec */,
Philby John00642f62010-01-11 15:53:31 +0530604 .sda_pin = 44,
605 .scl_pin = 43,
David Brownell7bff3c42008-09-07 23:43:02 -0700606};
607
608static void __init evm_init_i2c(void)
609{
610 davinci_init_i2c(&i2c_pdata);
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500611 i2c_add_driver(&dm6446evm_msp_driver);
David Brownell7bff3c42008-09-07 23:43:02 -0700612 i2c_register_board_info(1, i2c_info, ARRAY_SIZE(i2c_info));
613}
Arnd Bergmann8e580412016-02-01 21:35:58 +0100614#endif
David Brownell7bff3c42008-09-07 23:43:02 -0700615
Manjunath Hadlid5be5f52012-02-23 15:17:46 +0530616#define VENC_STD_ALL (V4L2_STD_NTSC | V4L2_STD_PAL)
617
618/* venc standard timings */
619static struct vpbe_enc_mode_info dm644xevm_enc_std_timing[] = {
620 {
621 .name = "ntsc",
622 .timings_type = VPBE_ENC_STD,
Lad, Prabhakar89cdbba2013-04-12 07:46:19 -0300623 .std_id = V4L2_STD_NTSC,
Manjunath Hadlid5be5f52012-02-23 15:17:46 +0530624 .interlaced = 1,
625 .xres = 720,
626 .yres = 480,
627 .aspect = {11, 10},
628 .fps = {30000, 1001},
629 .left_margin = 0x79,
630 .upper_margin = 0x10,
631 },
632 {
633 .name = "pal",
634 .timings_type = VPBE_ENC_STD,
Lad, Prabhakar89cdbba2013-04-12 07:46:19 -0300635 .std_id = V4L2_STD_PAL,
Manjunath Hadlid5be5f52012-02-23 15:17:46 +0530636 .interlaced = 1,
637 .xres = 720,
638 .yres = 576,
639 .aspect = {54, 59},
640 .fps = {25, 1},
641 .left_margin = 0x7e,
642 .upper_margin = 0x16,
643 },
644};
645
646/* venc dv preset timings */
647static struct vpbe_enc_mode_info dm644xevm_enc_preset_timing[] = {
648 {
649 .name = "480p59_94",
Hans Verkuilef2d41b2013-02-15 15:06:28 -0300650 .timings_type = VPBE_ENC_DV_TIMINGS,
Hans Verkuil36864082012-10-01 11:39:46 -0300651 .dv_timings = V4L2_DV_BT_CEA_720X480P59_94,
Manjunath Hadlid5be5f52012-02-23 15:17:46 +0530652 .interlaced = 0,
653 .xres = 720,
654 .yres = 480,
655 .aspect = {1, 1},
656 .fps = {5994, 100},
657 .left_margin = 0x80,
658 .upper_margin = 0x20,
659 },
660 {
661 .name = "576p50",
Hans Verkuilef2d41b2013-02-15 15:06:28 -0300662 .timings_type = VPBE_ENC_DV_TIMINGS,
Hans Verkuil36864082012-10-01 11:39:46 -0300663 .dv_timings = V4L2_DV_BT_CEA_720X576P50,
Manjunath Hadlid5be5f52012-02-23 15:17:46 +0530664 .interlaced = 0,
665 .xres = 720,
666 .yres = 576,
667 .aspect = {1, 1},
668 .fps = {50, 1},
669 .left_margin = 0x7e,
670 .upper_margin = 0x30,
671 },
672};
673
674/*
675 * The outputs available from VPBE + encoders. Keep the order same
676 * as that of encoders. First those from venc followed by that from
677 * encoders. Index in the output refers to index on a particular encoder.
678 * Driver uses this index to pass it to encoder when it supports more
679 * than one output. Userspace applications use index of the array to
680 * set an output.
681 */
682static struct vpbe_output dm644xevm_vpbe_outputs[] = {
683 {
684 .output = {
685 .index = 0,
686 .name = "Composite",
687 .type = V4L2_OUTPUT_TYPE_ANALOG,
688 .std = VENC_STD_ALL,
689 .capabilities = V4L2_OUT_CAP_STD,
690 },
Lad, Prabhakarcaff80c2012-11-20 07:30:36 -0300691 .subdev_name = DM644X_VPBE_VENC_SUBDEV_NAME,
Manjunath Hadlid5be5f52012-02-23 15:17:46 +0530692 .default_mode = "ntsc",
693 .num_modes = ARRAY_SIZE(dm644xevm_enc_std_timing),
694 .modes = dm644xevm_enc_std_timing,
695 },
696 {
697 .output = {
698 .index = 1,
699 .name = "Component",
700 .type = V4L2_OUTPUT_TYPE_ANALOG,
Lad, Prabhakare32087b2012-10-03 02:25:42 -0300701 .capabilities = V4L2_OUT_CAP_DV_TIMINGS,
Manjunath Hadlid5be5f52012-02-23 15:17:46 +0530702 },
Lad, Prabhakarcaff80c2012-11-20 07:30:36 -0300703 .subdev_name = DM644X_VPBE_VENC_SUBDEV_NAME,
Manjunath Hadlid5be5f52012-02-23 15:17:46 +0530704 .default_mode = "480p59_94",
705 .num_modes = ARRAY_SIZE(dm644xevm_enc_preset_timing),
706 .modes = dm644xevm_enc_preset_timing,
707 },
708};
709
710static struct vpbe_config dm644xevm_display_cfg = {
711 .module_name = "dm644x-vpbe-display",
712 .i2c_adapter_id = 1,
713 .osd = {
Lad, Prabhakarcaff80c2012-11-20 07:30:36 -0300714 .module_name = DM644X_VPBE_OSD_SUBDEV_NAME,
Manjunath Hadlid5be5f52012-02-23 15:17:46 +0530715 },
716 .venc = {
Lad, Prabhakarcaff80c2012-11-20 07:30:36 -0300717 .module_name = DM644X_VPBE_VENC_SUBDEV_NAME,
Manjunath Hadlid5be5f52012-02-23 15:17:46 +0530718 },
719 .num_outputs = ARRAY_SIZE(dm644xevm_vpbe_outputs),
720 .outputs = dm644xevm_vpbe_outputs,
721};
722
Kevin Hilman7c6337e2007-04-30 19:37:19 +0100723static struct platform_device *davinci_evm_devices[] __initdata = {
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500724 &davinci_fb_device,
725 &rtc_dev,
726};
727
Kevin Hilman7c6337e2007-04-30 19:37:19 +0100728static void __init
729davinci_evm_map_io(void)
730{
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500731 dm644x_init();
Kevin Hilman7c6337e2007-04-30 19:37:19 +0100732}
733
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500734static int davinci_phy_fixup(struct phy_device *phydev)
735{
736 unsigned int control;
737 /* CRITICAL: Fix for increasing PHY signal drive strength for
738 * TX lockup issue. On DaVinci EVM, the Intel LXT971 PHY
739 * signal strength was low causing TX to fail randomly. The
740 * fix is to Set bit 11 (Increased MII drive strength) of PHY
741 * register 26 (Digital Config register) on this phy. */
742 control = phy_read(phydev, 26);
743 phy_write(phydev, 26, (control | 0x800));
744 return 0;
745}
746
Sekhar Nori28d4d1d2017-03-22 19:21:01 +0100747#define HAS_ATA (IS_ENABLED(CONFIG_BLK_DEV_PALMCHIP_BK3710) || \
748 IS_ENABLED(CONFIG_PATA_BK3710))
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500749
Lad, Prabhakara0a56db2013-04-01 12:43:44 +0530750#define HAS_NOR IS_ENABLED(CONFIG_MTD_PHYSMAP)
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500751
Lad, Prabhakara0a56db2013-04-01 12:43:44 +0530752#define HAS_NAND IS_ENABLED(CONFIG_MTD_NAND_DAVINCI)
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500753
Kevin Hilman7c6337e2007-04-30 19:37:19 +0100754static __init void davinci_evm_init(void)
755{
Philip Avinash834acb22013-08-18 10:49:02 +0530756 int ret;
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500757 struct clk *aemif_clk;
Mark A. Greer972412b2009-04-15 12:40:56 -0700758 struct davinci_soc_info *soc_info = &davinci_soc_info;
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500759
Philip Avinash834acb22013-08-18 10:49:02 +0530760 ret = dm644x_gpio_register();
761 if (ret)
762 pr_warn("%s: GPIO init failed: %d\n", __func__, ret);
763
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500764 aemif_clk = clk_get(NULL, "aemif");
m-karicheri2@ti.comb6f1ffe2012-08-02 16:53:48 +0000765 clk_prepare_enable(aemif_clk);
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500766
767 if (HAS_ATA) {
768 if (HAS_NAND || HAS_NOR)
Joe Perchesa7ca2bc2014-10-31 17:51:51 -0700769 pr_warn("WARNING: both IDE and Flash are enabled, but they share AEMIF pins\n"
770 "\tDisable IDE for NAND/NOR support\n");
Sergei Shtylyov7a9978a2010-04-21 18:11:33 +0400771 davinci_init_ide();
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500772 } else if (HAS_NAND || HAS_NOR) {
773 davinci_cfg_reg(DM644X_HPIEN_DISABLE);
774 davinci_cfg_reg(DM644X_ATAEN_DISABLE);
775
776 /* only one device will be jumpered and detected */
777 if (HAS_NAND) {
778 platform_device_register(&davinci_evm_nandflash_device);
Ivan Khoronzhuk67f51852014-01-30 13:03:40 +0200779
780 if (davinci_aemif_setup(&davinci_evm_nandflash_device))
Joe Perchesa7ca2bc2014-10-31 17:51:51 -0700781 pr_warn("%s: Cannot configure AEMIF\n",
Ivan Khoronzhuk67f51852014-01-30 13:03:40 +0200782 __func__);
783
Arnd Bergmann8e580412016-02-01 21:35:58 +0100784#ifdef CONFIG_I2C
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500785 evm_leds[7].default_trigger = "nand-disk";
Arnd Bergmann8e580412016-02-01 21:35:58 +0100786#endif
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500787 if (HAS_NOR)
Joe Perchesa7ca2bc2014-10-31 17:51:51 -0700788 pr_warn("WARNING: both NAND and NOR flash are enabled; disable one of them.\n");
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500789 } else if (HAS_NOR)
790 platform_device_register(&davinci_evm_norflash_device);
791 }
Kevin Hilman7c6337e2007-04-30 19:37:19 +0100792
793 platform_add_devices(davinci_evm_devices,
794 ARRAY_SIZE(davinci_evm_devices));
Arnd Bergmann8e580412016-02-01 21:35:58 +0100795#ifdef CONFIG_I2C
David Brownell7bff3c42008-09-07 23:43:02 -0700796 evm_init_i2c();
Kevin Hilman2dbf56ae2009-05-11 15:55:03 -0700797 davinci_setup_mmc(0, &dm6446evm_mmc_config);
Arnd Bergmann8e580412016-02-01 21:35:58 +0100798#endif
Manjunath Hadlid5be5f52012-02-23 15:17:46 +0530799 dm644x_init_video(&dm644xevm_capture_cfg, &dm644xevm_display_cfg);
Kevin Hilman2dbf56ae2009-05-11 15:55:03 -0700800
Manjunathappa, Prakashfcf71572013-06-19 14:45:42 +0530801 davinci_serial_init(dm644x_serial_device);
Petr Kulhavy6bce5ef2016-05-09 15:59:48 +0200802 dm644x_init_asp();
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500803
Sergei Shtylyov60d97a82011-03-13 20:06:59 +0000804 /* irlml6401 switches over 1A, in under 8 msec */
805 davinci_setup_usb(1000, 8);
806
Arnd Bergmann4bbef1d2014-03-13 17:50:35 +0100807 if (IS_BUILTIN(CONFIG_PHYLIB)) {
808 soc_info->emac_pdata->phy_id = DM644X_EVM_PHY_ID;
809 /* Register the fixup for PHY on DaVinci */
810 phy_register_fixup_for_uid(LXT971_PHY_ID, LXT971_PHY_MASK,
811 davinci_phy_fixup);
812 }
Kevin Hilman7c6337e2007-04-30 19:37:19 +0100813}
814
Kevin Hilmand0e47fb2009-04-14 11:30:11 -0500815MACHINE_START(DAVINCI_EVM, "DaVinci DM644x EVM")
Kevin Hilman7c6337e2007-04-30 19:37:19 +0100816 /* Maintainer: MontaVista Software <source@mvista.com> */
Nicolas Pitree7e56012011-07-05 22:38:11 -0400817 .atag_offset = 0x100,
Kevin Hilman7c6337e2007-04-30 19:37:19 +0100818 .map_io = davinci_evm_map_io,
Cyril Chemparathybd808942010-05-07 17:06:37 -0400819 .init_irq = davinci_irq_init,
Stephen Warren6bb27d72012-11-08 12:40:59 -0700820 .init_time = davinci_timer_init,
Kevin Hilman7c6337e2007-04-30 19:37:19 +0100821 .init_machine = davinci_evm_init,
Shawn Guo3aa3e842012-04-26 09:45:39 +0800822 .init_late = davinci_init_late,
Nicolas Pitref68deab2011-07-05 22:28:08 -0400823 .dma_zone_size = SZ_128M,
Sekhar Noric6121dd2011-12-05 11:29:46 +0100824 .restart = davinci_restart,
Kevin Hilman7c6337e2007-04-30 19:37:19 +0100825MACHINE_END