1 /* linux/arch/arm/mach-exynos4/mach-universal_c210.c
3 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
10 #include <linux/platform_device.h>
11 #include <linux/serial_core.h>
12 #include <linux/input.h>
13 #include <linux/i2c.h>
14 #include <linux/gpio_keys.h>
15 #include <linux/gpio.h>
16 #include <linux/interrupt.h>
18 #include <linux/mfd/max8998.h>
19 #include <linux/regulator/machine.h>
20 #include <linux/regulator/fixed.h>
21 #include <linux/regulator/max8952.h>
22 #include <linux/mmc/host.h>
23 #include <linux/i2c-gpio.h>
24 #include <linux/i2c/mcs.h>
25 #include <linux/i2c/atmel_mxt_ts.h>
26 #include <linux/platform_data/i2c-s3c2410.h>
27 #include <linux/platform_data/mipi-csis.h>
28 #include <linux/platform_data/s3c-hsotg.h>
29 #include <drm/exynos_drm.h>
31 #include <asm/mach/arch.h>
32 #include <asm/mach-types.h>
34 #include <video/samsung_fimd.h>
35 #include <plat/regs-serial.h>
36 #include <plat/clock.h>
38 #include <plat/devs.h>
39 #include <plat/gpio-cfg.h>
42 #include <plat/sdhci.h>
43 #include <plat/fimc-core.h>
44 #include <plat/s5p-time.h>
45 #include <plat/camport.h>
49 #include <media/v4l2-mediabus.h>
50 #include <media/s5p_fimc.h>
51 #include <media/m5mols.h>
52 #include <media/s5k6aa.h>
56 /* Following are default values for UCON, ULCON and UFCON UART registers */
57 #define UNIVERSAL_UCON_DEFAULT (S3C2410_UCON_TXILEVEL | \
58 S3C2410_UCON_RXILEVEL | \
59 S3C2410_UCON_TXIRQMODE | \
60 S3C2410_UCON_RXIRQMODE | \
61 S3C2410_UCON_RXFIFO_TOI | \
62 S3C2443_UCON_RXERR_IRQEN)
64 #define UNIVERSAL_ULCON_DEFAULT S3C2410_LCON_CS8
66 #define UNIVERSAL_UFCON_DEFAULT (S3C2410_UFCON_FIFOMODE | \
67 S5PV210_UFCON_TXTRIG256 | \
68 S5PV210_UFCON_RXTRIG256)
70 static struct s3c2410_uartcfg universal_uartcfgs[] __initdata = {
73 .ucon = UNIVERSAL_UCON_DEFAULT,
74 .ulcon = UNIVERSAL_ULCON_DEFAULT,
75 .ufcon = UNIVERSAL_UFCON_DEFAULT,
79 .ucon = UNIVERSAL_UCON_DEFAULT,
80 .ulcon = UNIVERSAL_ULCON_DEFAULT,
81 .ufcon = UNIVERSAL_UFCON_DEFAULT,
85 .ucon = UNIVERSAL_UCON_DEFAULT,
86 .ulcon = UNIVERSAL_ULCON_DEFAULT,
87 .ufcon = UNIVERSAL_UFCON_DEFAULT,
91 .ucon = UNIVERSAL_UCON_DEFAULT,
92 .ulcon = UNIVERSAL_ULCON_DEFAULT,
93 .ufcon = UNIVERSAL_UFCON_DEFAULT,
97 static struct regulator_consumer_supply max8952_consumer =
98 REGULATOR_SUPPLY("vdd_arm", NULL);
100 static struct regulator_init_data universal_max8952_reg_data = {
105 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
109 .num_consumer_supplies = 1,
110 .consumer_supplies = &max8952_consumer,
113 static struct max8952_platform_data universal_max8952_pdata __initdata = {
114 .gpio_vid0 = EXYNOS4_GPX0(3),
115 .gpio_vid1 = EXYNOS4_GPX0(4),
116 .gpio_en = -1, /* Not controllable, set "Always High" */
117 .default_mode = 0, /* vid0 = 0, vid1 = 0 */
118 .dvs_mode = { 48, 32, 28, 18 }, /* 1.25, 1.20, 1.05, 0.95V */
119 .sync_freq = 0, /* default: fastest */
120 .ramp_speed = 0, /* default: fastest */
121 .reg_data = &universal_max8952_reg_data,
124 static struct regulator_consumer_supply lp3974_buck1_consumer =
125 REGULATOR_SUPPLY("vdd_int", NULL);
127 static struct regulator_consumer_supply lp3974_buck2_consumer =
128 REGULATOR_SUPPLY("vddg3d", NULL);
130 static struct regulator_consumer_supply lp3974_buck3_consumer[] = {
131 REGULATOR_SUPPLY("vdet", "s5p-sdo"),
132 REGULATOR_SUPPLY("vdd_reg", "0-003c"),
135 static struct regulator_init_data lp3974_buck1_data = {
140 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
141 REGULATOR_CHANGE_STATUS,
147 .num_consumer_supplies = 1,
148 .consumer_supplies = &lp3974_buck1_consumer,
151 static struct regulator_init_data lp3974_buck2_data = {
156 .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE |
157 REGULATOR_CHANGE_STATUS,
163 .num_consumer_supplies = 1,
164 .consumer_supplies = &lp3974_buck2_consumer,
167 static struct regulator_init_data lp3974_buck3_data = {
178 .num_consumer_supplies = ARRAY_SIZE(lp3974_buck3_consumer),
179 .consumer_supplies = lp3974_buck3_consumer,
182 static struct regulator_init_data lp3974_buck4_data = {
187 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
195 static struct regulator_init_data lp3974_ldo2_data = {
197 .name = "VALIVE_1.2V",
208 static struct regulator_consumer_supply lp3974_ldo3_consumer[] = {
209 REGULATOR_SUPPLY("vusb_a", "s3c-hsotg"),
210 REGULATOR_SUPPLY("vdd", "exynos4-hdmi"),
211 REGULATOR_SUPPLY("vdd_pll", "exynos4-hdmi"),
212 REGULATOR_SUPPLY("vddcore", "s5p-mipi-csis.0"),
215 static struct regulator_init_data lp3974_ldo3_data = {
217 .name = "VUSB+MIPI_1.1V",
221 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
226 .num_consumer_supplies = ARRAY_SIZE(lp3974_ldo3_consumer),
227 .consumer_supplies = lp3974_ldo3_consumer,
230 static struct regulator_consumer_supply lp3974_ldo4_consumer[] = {
231 REGULATOR_SUPPLY("vdd_osc", "exynos4-hdmi"),
234 static struct regulator_init_data lp3974_ldo4_data = {
240 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
245 .num_consumer_supplies = ARRAY_SIZE(lp3974_ldo4_consumer),
246 .consumer_supplies = lp3974_ldo4_consumer,
249 static struct regulator_init_data lp3974_ldo5_data = {
255 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
262 static struct regulator_init_data lp3974_ldo6_data = {
268 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
275 static struct regulator_consumer_supply lp3974_ldo7_consumer[] = {
276 REGULATOR_SUPPLY("vddio", "s5p-mipi-csis.0"),
279 static struct regulator_init_data lp3974_ldo7_data = {
281 .name = "VLCD+VMIPI_1.8V",
285 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
290 .num_consumer_supplies = ARRAY_SIZE(lp3974_ldo7_consumer),
291 .consumer_supplies = lp3974_ldo7_consumer,
294 static struct regulator_consumer_supply lp3974_ldo8_consumer[] = {
295 REGULATOR_SUPPLY("vusb_d", "s3c-hsotg"),
296 REGULATOR_SUPPLY("vdd33a_dac", "s5p-sdo"),
299 static struct regulator_init_data lp3974_ldo8_data = {
301 .name = "VUSB+VDAC_3.3V",
305 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
310 .num_consumer_supplies = ARRAY_SIZE(lp3974_ldo8_consumer),
311 .consumer_supplies = lp3974_ldo8_consumer,
314 static struct regulator_consumer_supply lp3974_ldo9_consumer =
315 REGULATOR_SUPPLY("vddio", "0-003c");
317 static struct regulator_init_data lp3974_ldo9_data = {
328 .num_consumer_supplies = 1,
329 .consumer_supplies = &lp3974_ldo9_consumer,
332 static struct regulator_init_data lp3974_ldo10_data = {
339 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
346 static struct regulator_consumer_supply lp3974_ldo11_consumer =
347 REGULATOR_SUPPLY("dig_28", "0-001f");
349 static struct regulator_init_data lp3974_ldo11_data = {
351 .name = "CAM_AF_3.3V",
355 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
360 .num_consumer_supplies = 1,
361 .consumer_supplies = &lp3974_ldo11_consumer,
364 static struct regulator_init_data lp3974_ldo12_data = {
370 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
377 static struct regulator_init_data lp3974_ldo13_data = {
383 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
390 static struct regulator_consumer_supply lp3974_ldo14_consumer =
391 REGULATOR_SUPPLY("dig_18", "0-001f");
393 static struct regulator_init_data lp3974_ldo14_data = {
395 .name = "CAM_I_HOST_1.8V",
399 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
404 .num_consumer_supplies = 1,
405 .consumer_supplies = &lp3974_ldo14_consumer,
409 static struct regulator_consumer_supply lp3974_ldo15_consumer =
410 REGULATOR_SUPPLY("dig_12", "0-001f");
412 static struct regulator_init_data lp3974_ldo15_data = {
414 .name = "CAM_S_DIG+FM33_CORE_1.2V",
418 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
423 .num_consumer_supplies = 1,
424 .consumer_supplies = &lp3974_ldo15_consumer,
427 static struct regulator_consumer_supply lp3974_ldo16_consumer[] = {
428 REGULATOR_SUPPLY("vdda", "0-003c"),
429 REGULATOR_SUPPLY("a_sensor", "0-001f"),
432 static struct regulator_init_data lp3974_ldo16_data = {
434 .name = "CAM_S_ANA_2.8V",
438 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
443 .num_consumer_supplies = ARRAY_SIZE(lp3974_ldo16_consumer),
444 .consumer_supplies = lp3974_ldo16_consumer,
447 static struct regulator_init_data lp3974_ldo17_data = {
449 .name = "VCC_3.0V_LCD",
453 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
461 static struct regulator_init_data lp3974_32khz_ap_data = {
471 static struct regulator_init_data lp3974_32khz_cp_data = {
480 static struct regulator_init_data lp3974_vichg_data = {
489 static struct regulator_init_data lp3974_esafeout1_data = {
494 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
502 static struct regulator_init_data lp3974_esafeout2_data = {
506 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
513 static struct max8998_regulator_data lp3974_regulators[] = {
514 { MAX8998_LDO2, &lp3974_ldo2_data },
515 { MAX8998_LDO3, &lp3974_ldo3_data },
516 { MAX8998_LDO4, &lp3974_ldo4_data },
517 { MAX8998_LDO5, &lp3974_ldo5_data },
518 { MAX8998_LDO6, &lp3974_ldo6_data },
519 { MAX8998_LDO7, &lp3974_ldo7_data },
520 { MAX8998_LDO8, &lp3974_ldo8_data },
521 { MAX8998_LDO9, &lp3974_ldo9_data },
522 { MAX8998_LDO10, &lp3974_ldo10_data },
523 { MAX8998_LDO11, &lp3974_ldo11_data },
524 { MAX8998_LDO12, &lp3974_ldo12_data },
525 { MAX8998_LDO13, &lp3974_ldo13_data },
526 { MAX8998_LDO14, &lp3974_ldo14_data },
527 { MAX8998_LDO15, &lp3974_ldo15_data },
528 { MAX8998_LDO16, &lp3974_ldo16_data },
529 { MAX8998_LDO17, &lp3974_ldo17_data },
530 { MAX8998_BUCK1, &lp3974_buck1_data },
531 { MAX8998_BUCK2, &lp3974_buck2_data },
532 { MAX8998_BUCK3, &lp3974_buck3_data },
533 { MAX8998_BUCK4, &lp3974_buck4_data },
534 { MAX8998_EN32KHZ_AP, &lp3974_32khz_ap_data },
535 { MAX8998_EN32KHZ_CP, &lp3974_32khz_cp_data },
536 { MAX8998_ENVICHG, &lp3974_vichg_data },
537 { MAX8998_ESAFEOUT1, &lp3974_esafeout1_data },
538 { MAX8998_ESAFEOUT2, &lp3974_esafeout2_data },
541 static struct max8998_platform_data universal_lp3974_pdata = {
542 .num_regulators = ARRAY_SIZE(lp3974_regulators),
543 .regulators = lp3974_regulators,
544 .buck1_voltage1 = 1100000, /* INT */
545 .buck1_voltage2 = 1000000,
546 .buck1_voltage3 = 1100000,
547 .buck1_voltage4 = 1000000,
548 .buck1_set1 = EXYNOS4_GPX0(5),
549 .buck1_set2 = EXYNOS4_GPX0(6),
550 .buck2_voltage1 = 1200000, /* G3D */
551 .buck2_voltage2 = 1100000,
552 .buck1_default_idx = 0,
553 .buck2_set3 = EXYNOS4_GPE2(0),
554 .buck2_default_idx = 0,
559 enum fixed_regulator_id {
561 FIXED_REG_ID_HDMI_5V,
562 FIXED_REG_ID_CAM_S_IF,
563 FIXED_REG_ID_CAM_I_CORE,
564 FIXED_REG_ID_CAM_VT_DIO,
567 static struct regulator_consumer_supply hdmi_fixed_consumer =
568 REGULATOR_SUPPLY("hdmi-en", "exynos4-hdmi");
570 static struct regulator_init_data hdmi_fixed_voltage_init_data = {
573 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
575 .num_consumer_supplies = 1,
576 .consumer_supplies = &hdmi_fixed_consumer,
579 static struct fixed_voltage_config hdmi_fixed_voltage_config = {
580 .supply_name = "HDMI_EN1",
581 .microvolts = 5000000,
582 .gpio = EXYNOS4_GPE0(1),
584 .init_data = &hdmi_fixed_voltage_init_data,
587 static struct platform_device hdmi_fixed_voltage = {
588 .name = "reg-fixed-voltage",
589 .id = FIXED_REG_ID_HDMI_5V,
591 .platform_data = &hdmi_fixed_voltage_config,
595 /* GPIO I2C 5 (PMIC) */
596 static struct i2c_board_info i2c5_devs[] __initdata = {
598 I2C_BOARD_INFO("max8952", 0xC0 >> 1),
599 .platform_data = &universal_max8952_pdata,
601 I2C_BOARD_INFO("lp3974", 0xCC >> 1),
602 .platform_data = &universal_lp3974_pdata,
607 static struct mxt_platform_data qt602240_platform_data = {
614 .voltage = 2800000, /* 2.8V */
615 .orient = MXT_DIAGONAL,
616 .irqflags = IRQF_TRIGGER_FALLING,
619 static struct i2c_board_info i2c3_devs[] __initdata = {
621 I2C_BOARD_INFO("qt602240_ts", 0x4a),
622 .platform_data = &qt602240_platform_data,
626 static void __init universal_tsp_init(void)
630 /* TSP_LDO_ON: XMDMADDR_11 */
631 gpio = EXYNOS4_GPE2(3);
632 gpio_request_one(gpio, GPIOF_OUT_INIT_HIGH, "TSP_LDO_ON");
633 gpio_export(gpio, 0);
635 /* TSP_INT: XMDMADDR_7 */
636 gpio = EXYNOS4_GPE1(7);
637 gpio_request(gpio, "TSP_INT");
639 s5p_register_gpio_interrupt(gpio);
640 s3c_gpio_cfgpin(gpio, S3C_GPIO_SFN(0xf));
641 s3c_gpio_setpull(gpio, S3C_GPIO_PULL_UP);
642 i2c3_devs[0].irq = gpio_to_irq(gpio);
646 /* GPIO I2C 12 (3 Touchkey) */
647 static uint32_t touchkey_keymap[] = {
648 /* MCS_KEY_MAP(value, keycode) */
649 MCS_KEY_MAP(0, KEY_MENU), /* KEY_SEND */
650 MCS_KEY_MAP(1, KEY_BACK), /* KEY_END */
653 static struct mcs_platform_data touchkey_data = {
654 .keymap = touchkey_keymap,
655 .keymap_size = ARRAY_SIZE(touchkey_keymap),
659 /* GPIO I2C 3_TOUCH 2.8V */
660 #define I2C_GPIO_BUS_12 12
661 static struct i2c_gpio_platform_data i2c_gpio12_data = {
662 .sda_pin = EXYNOS4_GPE4(0), /* XMDMDATA_8 */
663 .scl_pin = EXYNOS4_GPE4(1), /* XMDMDATA_9 */
666 static struct platform_device i2c_gpio12 = {
668 .id = I2C_GPIO_BUS_12,
670 .platform_data = &i2c_gpio12_data,
674 static struct i2c_board_info i2c_gpio12_devs[] __initdata = {
676 I2C_BOARD_INFO("mcs5080_touchkey", 0x20),
677 .platform_data = &touchkey_data,
681 static void __init universal_touchkey_init(void)
685 gpio = EXYNOS4_GPE3(7); /* XMDMDATA_7 */
686 gpio_request(gpio, "3_TOUCH_INT");
687 s5p_register_gpio_interrupt(gpio);
688 s3c_gpio_cfgpin(gpio, S3C_GPIO_SFN(0xf));
689 i2c_gpio12_devs[0].irq = gpio_to_irq(gpio);
691 gpio = EXYNOS4_GPE3(3); /* XMDMDATA_3 */
692 gpio_request_one(gpio, GPIOF_OUT_INIT_HIGH, "3_TOUCH_EN");
695 static struct s3c2410_platform_i2c universal_i2c0_platdata __initdata = {
696 .frequency = 300 * 1000,
701 static struct gpio_keys_button universal_gpio_keys_tables[] = {
703 .code = KEY_VOLUMEUP,
704 .gpio = EXYNOS4_GPX2(0), /* XEINT16 */
705 .desc = "gpio-keys: KEY_VOLUMEUP",
708 .debounce_interval = 1,
710 .code = KEY_VOLUMEDOWN,
711 .gpio = EXYNOS4_GPX2(1), /* XEINT17 */
712 .desc = "gpio-keys: KEY_VOLUMEDOWN",
715 .debounce_interval = 1,
718 .gpio = EXYNOS4_GPX2(2), /* XEINT18 */
719 .desc = "gpio-keys: KEY_CONFIG",
722 .debounce_interval = 1,
725 .gpio = EXYNOS4_GPX2(3), /* XEINT19 */
726 .desc = "gpio-keys: KEY_CAMERA",
729 .debounce_interval = 1,
732 .gpio = EXYNOS4_GPX3(5), /* XEINT29 */
733 .desc = "gpio-keys: KEY_OK",
736 .debounce_interval = 1,
740 static struct gpio_keys_platform_data universal_gpio_keys_data = {
741 .buttons = universal_gpio_keys_tables,
742 .nbuttons = ARRAY_SIZE(universal_gpio_keys_tables),
745 static struct platform_device universal_gpio_keys = {
748 .platform_data = &universal_gpio_keys_data,
753 static struct s3c_sdhci_platdata universal_hsmmc0_data __initdata = {
755 .host_caps = (MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA |
756 MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED),
757 .cd_type = S3C_SDHCI_CD_PERMANENT,
760 static struct regulator_consumer_supply mmc0_supplies[] = {
761 REGULATOR_SUPPLY("vmmc", "exynos4-sdhci.0"),
764 static struct regulator_init_data mmc0_fixed_voltage_init_data = {
766 .name = "VMEM_VDD_2.8V",
767 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
769 .num_consumer_supplies = ARRAY_SIZE(mmc0_supplies),
770 .consumer_supplies = mmc0_supplies,
773 static struct fixed_voltage_config mmc0_fixed_voltage_config = {
774 .supply_name = "MASSMEMORY_EN",
775 .microvolts = 2800000,
776 .gpio = EXYNOS4_GPE1(3),
778 .init_data = &mmc0_fixed_voltage_init_data,
781 static struct platform_device mmc0_fixed_voltage = {
782 .name = "reg-fixed-voltage",
783 .id = FIXED_REG_ID_MMC0,
785 .platform_data = &mmc0_fixed_voltage_config,
790 static struct s3c_sdhci_platdata universal_hsmmc2_data __initdata = {
792 .host_caps = MMC_CAP_4_BIT_DATA |
793 MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED,
794 .ext_cd_gpio = EXYNOS4_GPX3(4), /* XEINT_28 */
795 .ext_cd_gpio_invert = 1,
796 .cd_type = S3C_SDHCI_CD_GPIO,
800 static struct s3c_sdhci_platdata universal_hsmmc3_data __initdata = {
802 .host_caps = MMC_CAP_4_BIT_DATA |
803 MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED,
804 .cd_type = S3C_SDHCI_CD_EXTERNAL,
807 static void __init universal_sdhci_init(void)
809 s3c_sdhci0_set_platdata(&universal_hsmmc0_data);
810 s3c_sdhci2_set_platdata(&universal_hsmmc2_data);
811 s3c_sdhci3_set_platdata(&universal_hsmmc3_data);
815 static struct i2c_board_info i2c1_devs[] __initdata = {
816 /* Gyro, To be updated */
819 #ifdef CONFIG_DRM_EXYNOS
820 static struct exynos_drm_fimd_pdata drm_fimd_pdata = {
834 .vidcon0 = VIDCON0_VIDOUT_RGB | VIDCON0_PNRMODE_RGB |
836 .vidcon1 = VIDCON1_INV_VCLK | VIDCON1_INV_VDEN
837 | VIDCON1_INV_HSYNC | VIDCON1_INV_VSYNC,
843 static struct s3c_fb_pd_win universal_fb_win0 = {
849 .virtual_y = 2 * 800,
852 static struct fb_videomode universal_lcd_timing = {
864 static struct s3c_fb_platdata universal_lcd_pdata __initdata = {
865 .win[0] = &universal_fb_win0,
866 .vtiming = &universal_lcd_timing,
867 .vidcon0 = VIDCON0_VIDOUT_RGB | VIDCON0_PNRMODE_RGB |
869 .vidcon1 = VIDCON1_INV_VCLK | VIDCON1_INV_VDEN
870 | VIDCON1_INV_HSYNC | VIDCON1_INV_VSYNC,
871 .setup_gpio = exynos4_fimd0_gpio_setup_24bpp,
875 static struct regulator_consumer_supply cam_vt_dio_supply =
876 REGULATOR_SUPPLY("vdd_core", "0-003c");
878 static struct regulator_init_data cam_vt_dio_reg_init_data = {
879 .constraints = { .valid_ops_mask = REGULATOR_CHANGE_STATUS },
880 .num_consumer_supplies = 1,
881 .consumer_supplies = &cam_vt_dio_supply,
884 static struct fixed_voltage_config cam_vt_dio_fixed_voltage_cfg = {
885 .supply_name = "CAM_VT_D_IO",
886 .microvolts = 2800000,
887 .gpio = EXYNOS4_GPE2(1), /* CAM_PWR_EN2 */
889 .init_data = &cam_vt_dio_reg_init_data,
892 static struct platform_device cam_vt_dio_fixed_reg_dev = {
893 .name = "reg-fixed-voltage", .id = FIXED_REG_ID_CAM_VT_DIO,
894 .dev = { .platform_data = &cam_vt_dio_fixed_voltage_cfg },
897 static struct regulator_consumer_supply cam_i_core_supply =
898 REGULATOR_SUPPLY("core", "0-001f");
900 static struct regulator_init_data cam_i_core_reg_init_data = {
901 .constraints = { .valid_ops_mask = REGULATOR_CHANGE_STATUS },
902 .num_consumer_supplies = 1,
903 .consumer_supplies = &cam_i_core_supply,
906 static struct fixed_voltage_config cam_i_core_fixed_voltage_cfg = {
907 .supply_name = "CAM_I_CORE_1.2V",
908 .microvolts = 1200000,
909 .gpio = EXYNOS4_GPE2(2), /* CAM_8M_CORE_EN */
911 .init_data = &cam_i_core_reg_init_data,
914 static struct platform_device cam_i_core_fixed_reg_dev = {
915 .name = "reg-fixed-voltage", .id = FIXED_REG_ID_CAM_I_CORE,
916 .dev = { .platform_data = &cam_i_core_fixed_voltage_cfg },
919 static struct regulator_consumer_supply cam_s_if_supply =
920 REGULATOR_SUPPLY("d_sensor", "0-001f");
922 static struct regulator_init_data cam_s_if_reg_init_data = {
923 .constraints = { .valid_ops_mask = REGULATOR_CHANGE_STATUS },
924 .num_consumer_supplies = 1,
925 .consumer_supplies = &cam_s_if_supply,
928 static struct fixed_voltage_config cam_s_if_fixed_voltage_cfg = {
929 .supply_name = "CAM_S_IF_1.8V",
930 .microvolts = 1800000,
931 .gpio = EXYNOS4_GPE3(0), /* CAM_PWR_EN1 */
933 .init_data = &cam_s_if_reg_init_data,
936 static struct platform_device cam_s_if_fixed_reg_dev = {
937 .name = "reg-fixed-voltage", .id = FIXED_REG_ID_CAM_S_IF,
938 .dev = { .platform_data = &cam_s_if_fixed_voltage_cfg },
941 static struct s5p_platform_mipi_csis mipi_csis_platdata = {
942 .clk_rate = 166000000UL,
947 #define GPIO_CAM_LEVEL_EN(n) EXYNOS4_GPE4(n + 3)
948 #define GPIO_CAM_8M_ISP_INT EXYNOS4_GPX1(5) /* XEINT_13 */
949 #define GPIO_CAM_MEGA_nRST EXYNOS4_GPE2(5)
950 #define GPIO_CAM_VGA_NRST EXYNOS4_GPE4(7)
951 #define GPIO_CAM_VGA_NSTBY EXYNOS4_GPE4(6)
953 static int s5k6aa_set_power(int on)
955 gpio_set_value(GPIO_CAM_LEVEL_EN(2), !!on);
959 static struct s5k6aa_platform_data s5k6aa_platdata = {
960 .mclk_frequency = 21600000UL,
961 .gpio_reset = { GPIO_CAM_VGA_NRST, 0 },
962 .gpio_stby = { GPIO_CAM_VGA_NSTBY, 0 },
963 .bus_type = V4L2_MBUS_PARALLEL,
965 .set_power = s5k6aa_set_power,
968 static struct i2c_board_info s5k6aa_board_info = {
969 I2C_BOARD_INFO("S5K6AA", 0x3C),
970 .platform_data = &s5k6aa_platdata,
973 static int m5mols_set_power(struct device *dev, int on)
975 gpio_set_value(GPIO_CAM_LEVEL_EN(1), !on);
976 gpio_set_value(GPIO_CAM_LEVEL_EN(2), !!on);
980 static struct m5mols_platform_data m5mols_platdata = {
981 .gpio_reset = GPIO_CAM_MEGA_nRST,
983 .set_power = m5mols_set_power,
986 static struct i2c_board_info m5mols_board_info = {
987 I2C_BOARD_INFO("M5MOLS", 0x1F),
988 .platform_data = &m5mols_platdata,
991 static struct fimc_source_info universal_camera_sensors[] = {
994 .flags = V4L2_MBUS_PCLK_SAMPLE_FALLING |
995 V4L2_MBUS_VSYNC_ACTIVE_LOW,
996 .fimc_bus_type = FIMC_BUS_TYPE_ITU_601,
997 .board_info = &s5k6aa_board_info,
999 .clk_frequency = 24000000UL,
1002 .flags = V4L2_MBUS_PCLK_SAMPLE_FALLING |
1003 V4L2_MBUS_VSYNC_ACTIVE_LOW,
1004 .fimc_bus_type = FIMC_BUS_TYPE_MIPI_CSI2,
1005 .board_info = &m5mols_board_info,
1007 .clk_frequency = 24000000UL,
1011 static struct s5p_platform_fimc fimc_md_platdata = {
1012 .source_info = universal_camera_sensors,
1013 .num_clients = ARRAY_SIZE(universal_camera_sensors),
1016 static struct gpio universal_camera_gpios[] = {
1017 { GPIO_CAM_LEVEL_EN(1), GPIOF_OUT_INIT_HIGH, "CAM_LVL_EN1" },
1018 { GPIO_CAM_LEVEL_EN(2), GPIOF_OUT_INIT_LOW, "CAM_LVL_EN2" },
1019 { GPIO_CAM_8M_ISP_INT, GPIOF_IN, "8M_ISP_INT" },
1020 { GPIO_CAM_MEGA_nRST, GPIOF_OUT_INIT_LOW, "CAM_8M_NRST" },
1021 { GPIO_CAM_VGA_NRST, GPIOF_OUT_INIT_LOW, "CAM_VGA_NRST" },
1022 { GPIO_CAM_VGA_NSTBY, GPIOF_OUT_INIT_LOW, "CAM_VGA_NSTBY" },
1026 static struct s3c_hsotg_plat universal_hsotg_pdata;
1028 static void __init universal_camera_init(void)
1030 s3c_set_platdata(&mipi_csis_platdata, sizeof(mipi_csis_platdata),
1031 &s5p_device_mipi_csis0);
1032 s3c_set_platdata(&fimc_md_platdata, sizeof(fimc_md_platdata),
1033 &s5p_device_fimc_md);
1035 if (gpio_request_array(universal_camera_gpios,
1036 ARRAY_SIZE(universal_camera_gpios))) {
1037 pr_err("%s: GPIO request failed\n", __func__);
1041 if (!s3c_gpio_cfgpin(GPIO_CAM_8M_ISP_INT, S3C_GPIO_SFN(0xf)))
1042 m5mols_board_info.irq = gpio_to_irq(GPIO_CAM_8M_ISP_INT);
1044 pr_err("Failed to configure 8M_ISP_INT GPIO\n");
1046 /* Free GPIOs controlled directly by the sensor drivers. */
1047 gpio_free(GPIO_CAM_MEGA_nRST);
1048 gpio_free(GPIO_CAM_8M_ISP_INT);
1049 gpio_free(GPIO_CAM_VGA_NRST);
1050 gpio_free(GPIO_CAM_VGA_NSTBY);
1052 if (exynos4_fimc_setup_gpio(S5P_CAMPORT_A))
1053 pr_err("Camera port A setup failed\n");
1056 static struct platform_device *universal_devices[] __initdata = {
1057 /* Samsung Platform Devices */
1058 &s5p_device_mipi_csis0,
1064 &mmc0_fixed_voltage,
1071 &s5p_device_i2c_hdmiphy,
1072 &hdmi_fixed_voltage,
1077 /* Universal Devices */
1079 &universal_gpio_keys,
1080 &s5p_device_onenand,
1083 &s3c_device_usb_hsotg,
1087 &cam_vt_dio_fixed_reg_dev,
1088 &cam_i_core_fixed_reg_dev,
1089 &cam_s_if_fixed_reg_dev,
1090 &s5p_device_fimc_md,
1093 static void __init universal_map_io(void)
1095 exynos_init_io(NULL, 0);
1096 s3c24xx_init_clocks(clk_xusbxti.rate);
1097 s3c24xx_init_uarts(universal_uartcfgs, ARRAY_SIZE(universal_uartcfgs));
1098 s5p_set_timer_source(S5P_PWM2, S5P_PWM4);
1101 static void s5p_tv_setup(void)
1103 /* direct HPD to HDMI chip */
1104 gpio_request_one(EXYNOS4_GPX3(7), GPIOF_IN, "hpd-plug");
1105 s3c_gpio_cfgpin(EXYNOS4_GPX3(7), S3C_GPIO_SFN(0x3));
1106 s3c_gpio_setpull(EXYNOS4_GPX3(7), S3C_GPIO_PULL_NONE);
1109 static void __init universal_reserve(void)
1111 s5p_mfc_reserve_mem(0x43000000, 8 << 20, 0x51000000, 8 << 20);
1114 static void __init universal_machine_init(void)
1116 universal_sdhci_init();
1119 s3c_i2c0_set_platdata(&universal_i2c0_platdata);
1120 i2c_register_board_info(1, i2c1_devs, ARRAY_SIZE(i2c1_devs));
1122 universal_tsp_init();
1123 s3c_i2c3_set_platdata(NULL);
1124 i2c_register_board_info(3, i2c3_devs, ARRAY_SIZE(i2c3_devs));
1126 s3c_i2c5_set_platdata(NULL);
1127 s5p_i2c_hdmiphy_set_platdata(NULL);
1128 i2c_register_board_info(5, i2c5_devs, ARRAY_SIZE(i2c5_devs));
1130 #ifdef CONFIG_DRM_EXYNOS
1131 s5p_device_fimd0.dev.platform_data = &drm_fimd_pdata;
1132 exynos4_fimd0_gpio_setup_24bpp();
1134 s5p_fimd0_set_platdata(&universal_lcd_pdata);
1137 universal_touchkey_init();
1138 i2c_register_board_info(I2C_GPIO_BUS_12, i2c_gpio12_devs,
1139 ARRAY_SIZE(i2c_gpio12_devs));
1141 s3c_hsotg_set_platdata(&universal_hsotg_pdata);
1142 universal_camera_init();
1145 platform_add_devices(universal_devices, ARRAY_SIZE(universal_devices));
1148 MACHINE_START(UNIVERSAL_C210, "UNIVERSAL_C210")
1149 /* Maintainer: Kyungmin Park <kyungmin.park@samsung.com> */
1150 .atag_offset = 0x100,
1151 .smp = smp_ops(exynos_smp_ops),
1152 .init_irq = exynos4_init_irq,
1153 .map_io = universal_map_io,
1154 .init_machine = universal_machine_init,
1155 .init_late = exynos_init_late,
1156 .init_time = s5p_timer_init,
1157 .reserve = &universal_reserve,
1158 .restart = exynos4_restart,