Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 1 | /* linux/arch/arm/mach-s3c64xx/mach-crag6410.c |
| 2 | * |
| 3 | * Copyright 2011 Wolfson Microelectronics plc |
| 4 | * Mark Brown <broonie@opensource.wolfsonmicro.com> |
| 5 | * |
| 6 | * Copyright 2011 Simtec Electronics |
| 7 | * Ben Dooks <ben@simtec.co.uk> |
| 8 | * |
| 9 | * This program is free software; you can redistribute it and/or modify |
| 10 | * it under the terms of the GNU General Public License version 2 as |
| 11 | * published by the Free Software Foundation. |
| 12 | */ |
| 13 | |
| 14 | #include <linux/kernel.h> |
| 15 | #include <linux/list.h> |
| 16 | #include <linux/serial_core.h> |
Tushar Behera | 334a1c7 | 2014-02-14 10:32:45 +0900 | [diff] [blame] | 17 | #include <linux/serial_s3c.h> |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 18 | #include <linux/platform_device.h> |
| 19 | #include <linux/fb.h> |
| 20 | #include <linux/io.h> |
| 21 | #include <linux/init.h> |
| 22 | #include <linux/gpio.h> |
Mark Brown | 66211f9 | 2011-12-29 18:05:29 +0900 | [diff] [blame] | 23 | #include <linux/leds.h> |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 24 | #include <linux/delay.h> |
Mark Brown | fb7f60f | 2011-12-30 13:44:31 +0900 | [diff] [blame] | 25 | #include <linux/mmc/host.h> |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 26 | #include <linux/regulator/machine.h> |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 27 | #include <linux/regulator/fixed.h> |
Thierry Reding | 799fbf8 | 2015-10-13 05:04:22 +0900 | [diff] [blame] | 28 | #include <linux/pwm.h> |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 29 | #include <linux/pwm_backlight.h> |
| 30 | #include <linux/dm9000.h> |
| 31 | #include <linux/gpio_keys.h> |
| 32 | #include <linux/basic_mmio_gpio.h> |
| 33 | #include <linux/spi/spi.h> |
| 34 | |
Vivien Didelot | 5877457 | 2013-08-29 15:24:14 -0400 | [diff] [blame] | 35 | #include <linux/platform_data/pca953x.h> |
Lukasz Majewski | 126625e | 2012-05-09 13:16:53 +0200 | [diff] [blame] | 36 | #include <linux/platform_data/s3c-hsotg.h> |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 37 | |
| 38 | #include <video/platform_lcd.h> |
| 39 | |
| 40 | #include <linux/mfd/wm831x/core.h> |
| 41 | #include <linux/mfd/wm831x/pdata.h> |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 42 | #include <linux/mfd/wm831x/irq.h> |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 43 | #include <linux/mfd/wm831x/gpio.h> |
| 44 | |
Mark Brown | 8504a3c | 2011-12-02 14:29:07 +0900 | [diff] [blame] | 45 | #include <sound/wm1250-ev1.h> |
| 46 | |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 47 | #include <asm/mach/arch.h> |
| 48 | #include <asm/mach-types.h> |
| 49 | |
Leela Krishna Amudala | 5a213a5 | 2012-08-08 09:44:49 +0900 | [diff] [blame] | 50 | #include <video/samsung_fimd.h> |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 51 | #include <mach/hardware.h> |
| 52 | #include <mach/map.h> |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 53 | #include <mach/regs-gpio.h> |
Linus Walleij | b0161ca | 2014-01-14 14:24:24 +0100 | [diff] [blame] | 54 | #include <mach/gpio-samsung.h> |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 55 | |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 56 | #include <plat/fb.h> |
| 57 | #include <plat/sdhci.h> |
| 58 | #include <plat/gpio-cfg.h> |
Arnd Bergmann | 436d42c | 2012-08-24 15:22:12 +0200 | [diff] [blame] | 59 | #include <linux/platform_data/spi-s3c64xx.h> |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 60 | |
| 61 | #include <plat/keypad.h> |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 62 | #include <plat/devs.h> |
| 63 | #include <plat/cpu.h> |
| 64 | #include <plat/adc.h> |
Arnd Bergmann | 436d42c | 2012-08-24 15:22:12 +0200 | [diff] [blame] | 65 | #include <linux/platform_data/i2c-s3c2410.h> |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 66 | #include <plat/pm.h> |
Romain Naour | 04a49b7 | 2013-01-09 18:47:04 -0800 | [diff] [blame] | 67 | #include <plat/samsung-time.h> |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 68 | |
Kukjin Kim | b024043b | 2011-12-22 23:27:42 +0100 | [diff] [blame] | 69 | #include "common.h" |
Kukjin Kim | e623592 | 2013-01-02 11:18:31 -0800 | [diff] [blame] | 70 | #include "crag6410.h" |
Kukjin Kim | 8bb86ea | 2013-01-02 13:20:38 -0800 | [diff] [blame] | 71 | #include "regs-gpio-memport.h" |
Kukjin Kim | a81c197 | 2013-01-02 13:24:12 -0800 | [diff] [blame] | 72 | #include "regs-modem.h" |
Kukjin Kim | f2bfd17 | 2013-01-02 13:31:15 -0800 | [diff] [blame] | 73 | #include "regs-sys.h" |
Kukjin Kim | b024043b | 2011-12-22 23:27:42 +0100 | [diff] [blame] | 74 | |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 75 | /* serial port setup */ |
| 76 | |
| 77 | #define UCON (S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK) |
| 78 | #define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB) |
| 79 | #define UFCON (S3C2410_UFCON_RXTRIG8 | S3C2410_UFCON_FIFOMODE) |
| 80 | |
| 81 | static struct s3c2410_uartcfg crag6410_uartcfgs[] __initdata = { |
| 82 | [0] = { |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 83 | .hwport = 0, |
| 84 | .flags = 0, |
| 85 | .ucon = UCON, |
| 86 | .ulcon = ULCON, |
| 87 | .ufcon = UFCON, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 88 | }, |
| 89 | [1] = { |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 90 | .hwport = 1, |
| 91 | .flags = 0, |
| 92 | .ucon = UCON, |
| 93 | .ulcon = ULCON, |
| 94 | .ufcon = UFCON, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 95 | }, |
| 96 | [2] = { |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 97 | .hwport = 2, |
| 98 | .flags = 0, |
| 99 | .ucon = UCON, |
| 100 | .ulcon = ULCON, |
| 101 | .ufcon = UFCON, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 102 | }, |
| 103 | [3] = { |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 104 | .hwport = 3, |
| 105 | .flags = 0, |
| 106 | .ucon = UCON, |
| 107 | .ulcon = ULCON, |
| 108 | .ufcon = UFCON, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 109 | }, |
| 110 | }; |
| 111 | |
Thierry Reding | 799fbf8 | 2015-10-13 05:04:22 +0900 | [diff] [blame] | 112 | static struct pwm_lookup crag6410_pwm_lookup[] = { |
| 113 | PWM_LOOKUP("samsung-pwm", 0, "pwm-backlight", NULL, 100000, |
| 114 | PWM_POLARITY_NORMAL), |
| 115 | }; |
| 116 | |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 117 | static struct platform_pwm_backlight_data crag6410_backlight_data = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 118 | .max_brightness = 1000, |
| 119 | .dft_brightness = 600, |
Thierry Reding | a63652f | 2013-08-30 12:19:52 +0200 | [diff] [blame] | 120 | .enable_gpio = -1, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 121 | }; |
| 122 | |
| 123 | static struct platform_device crag6410_backlight_device = { |
| 124 | .name = "pwm-backlight", |
| 125 | .id = -1, |
| 126 | .dev = { |
Tomasz Figa | 7fa33bd | 2013-03-09 15:37:53 +0100 | [diff] [blame] | 127 | .parent = &samsung_device_pwm.dev, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 128 | .platform_data = &crag6410_backlight_data, |
| 129 | }, |
| 130 | }; |
| 131 | |
| 132 | static void crag6410_lcd_power_set(struct plat_lcd_data *pd, unsigned int power) |
| 133 | { |
| 134 | pr_debug("%s: setting power %d\n", __func__, power); |
| 135 | |
| 136 | if (power) { |
| 137 | gpio_set_value(S3C64XX_GPB(0), 1); |
| 138 | msleep(1); |
| 139 | s3c_gpio_cfgpin(S3C64XX_GPF(14), S3C_GPIO_SFN(2)); |
| 140 | } else { |
| 141 | gpio_direction_output(S3C64XX_GPF(14), 0); |
| 142 | gpio_set_value(S3C64XX_GPB(0), 0); |
| 143 | } |
| 144 | } |
| 145 | |
| 146 | static struct platform_device crag6410_lcd_powerdev = { |
| 147 | .name = "platform-lcd", |
| 148 | .id = -1, |
| 149 | .dev.parent = &s3c_device_fb.dev, |
| 150 | .dev.platform_data = &(struct plat_lcd_data) { |
| 151 | .set_power = crag6410_lcd_power_set, |
| 152 | }, |
| 153 | }; |
| 154 | |
| 155 | /* 640x480 URT */ |
| 156 | static struct s3c_fb_pd_win crag6410_fb_win0 = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 157 | .max_bpp = 32, |
| 158 | .default_bpp = 16, |
Thomas Abraham | 79d3c41 | 2012-03-24 21:58:48 +0530 | [diff] [blame] | 159 | .xres = 640, |
| 160 | .yres = 480, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 161 | .virtual_y = 480 * 2, |
| 162 | .virtual_x = 640, |
| 163 | }; |
| 164 | |
Thomas Abraham | 79d3c41 | 2012-03-24 21:58:48 +0530 | [diff] [blame] | 165 | static struct fb_videomode crag6410_lcd_timing = { |
| 166 | .left_margin = 150, |
| 167 | .right_margin = 80, |
| 168 | .upper_margin = 40, |
| 169 | .lower_margin = 5, |
| 170 | .hsync_len = 40, |
| 171 | .vsync_len = 5, |
| 172 | .xres = 640, |
| 173 | .yres = 480, |
| 174 | }; |
| 175 | |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 176 | /* 405566 clocks per frame => 60Hz refresh requires 24333960Hz clock */ |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 177 | static struct s3c_fb_platdata crag6410_lcd_pdata = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 178 | .setup_gpio = s3c64xx_fb_gpio_setup_24bpp, |
Thomas Abraham | 79d3c41 | 2012-03-24 21:58:48 +0530 | [diff] [blame] | 179 | .vtiming = &crag6410_lcd_timing, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 180 | .win[0] = &crag6410_fb_win0, |
| 181 | .vidcon0 = VIDCON0_VIDOUT_RGB | VIDCON0_PNRMODE_RGB, |
| 182 | .vidcon1 = VIDCON1_INV_HSYNC | VIDCON1_INV_VSYNC, |
| 183 | }; |
| 184 | |
| 185 | /* 2x6 keypad */ |
| 186 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 187 | static uint32_t crag6410_keymap[] = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 188 | /* KEY(row, col, keycode) */ |
| 189 | KEY(0, 0, KEY_VOLUMEUP), |
| 190 | KEY(0, 1, KEY_HOME), |
| 191 | KEY(0, 2, KEY_VOLUMEDOWN), |
| 192 | KEY(0, 3, KEY_HELP), |
| 193 | KEY(0, 4, KEY_MENU), |
| 194 | KEY(0, 5, KEY_MEDIA), |
| 195 | KEY(1, 0, 232), |
| 196 | KEY(1, 1, KEY_DOWN), |
| 197 | KEY(1, 2, KEY_LEFT), |
| 198 | KEY(1, 3, KEY_UP), |
| 199 | KEY(1, 4, KEY_RIGHT), |
| 200 | KEY(1, 5, KEY_CAMERA), |
| 201 | }; |
| 202 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 203 | static struct matrix_keymap_data crag6410_keymap_data = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 204 | .keymap = crag6410_keymap, |
| 205 | .keymap_size = ARRAY_SIZE(crag6410_keymap), |
| 206 | }; |
| 207 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 208 | static struct samsung_keypad_platdata crag6410_keypad_data = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 209 | .keymap_data = &crag6410_keymap_data, |
| 210 | .rows = 2, |
| 211 | .cols = 6, |
| 212 | }; |
| 213 | |
| 214 | static struct gpio_keys_button crag6410_gpio_keys[] = { |
| 215 | [0] = { |
| 216 | .code = KEY_SUSPEND, |
| 217 | .gpio = S3C64XX_GPL(10), /* EINT 18 */ |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 218 | .type = EV_KEY, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 219 | .wakeup = 1, |
| 220 | .active_low = 1, |
| 221 | }, |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 222 | [1] = { |
| 223 | .code = SW_FRONT_PROXIMITY, |
| 224 | .gpio = S3C64XX_GPN(11), /* EINT 11 */ |
| 225 | .type = EV_SW, |
| 226 | }, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 227 | }; |
| 228 | |
| 229 | static struct gpio_keys_platform_data crag6410_gpio_keydata = { |
| 230 | .buttons = crag6410_gpio_keys, |
| 231 | .nbuttons = ARRAY_SIZE(crag6410_gpio_keys), |
| 232 | }; |
| 233 | |
| 234 | static struct platform_device crag6410_gpio_keydev = { |
| 235 | .name = "gpio-keys", |
| 236 | .id = 0, |
| 237 | .dev.platform_data = &crag6410_gpio_keydata, |
| 238 | }; |
| 239 | |
| 240 | static struct resource crag6410_dm9k_resource[] = { |
Tushar Behera | 8ebf148 | 2012-05-12 16:12:26 +0900 | [diff] [blame] | 241 | [0] = DEFINE_RES_MEM(S3C64XX_PA_XM0CSN5, 2), |
| 242 | [1] = DEFINE_RES_MEM(S3C64XX_PA_XM0CSN5 + (1 << 8), 2), |
| 243 | [2] = DEFINE_RES_NAMED(S3C_EINT(17), 1, NULL, IORESOURCE_IRQ \ |
| 244 | | IORESOURCE_IRQ_HIGHLEVEL), |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 245 | }; |
| 246 | |
| 247 | static struct dm9000_plat_data mini6410_dm9k_pdata = { |
| 248 | .flags = DM9000_PLATF_16BITONLY, |
| 249 | }; |
| 250 | |
| 251 | static struct platform_device crag6410_dm9k_device = { |
| 252 | .name = "dm9000", |
| 253 | .id = -1, |
| 254 | .num_resources = ARRAY_SIZE(crag6410_dm9k_resource), |
| 255 | .resource = crag6410_dm9k_resource, |
| 256 | .dev.platform_data = &mini6410_dm9k_pdata, |
| 257 | }; |
| 258 | |
| 259 | static struct resource crag6410_mmgpio_resource[] = { |
Tushar Behera | 8ebf148 | 2012-05-12 16:12:26 +0900 | [diff] [blame] | 260 | [0] = DEFINE_RES_MEM_NAMED(S3C64XX_PA_XM0CSN4, 1, "dat"), |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 261 | }; |
| 262 | |
| 263 | static struct platform_device crag6410_mmgpio = { |
| 264 | .name = "basic-mmio-gpio", |
| 265 | .id = -1, |
| 266 | .resource = crag6410_mmgpio_resource, |
| 267 | .num_resources = ARRAY_SIZE(crag6410_mmgpio_resource), |
| 268 | .dev.platform_data = &(struct bgpio_pdata) { |
Mark Brown | 91b60b1 | 2011-12-29 18:02:39 +0900 | [diff] [blame] | 269 | .base = MMGPIO_GPIO_BASE, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 270 | }, |
| 271 | }; |
| 272 | |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 273 | static struct platform_device speyside_device = { |
| 274 | .name = "speyside", |
| 275 | .id = -1, |
| 276 | }; |
| 277 | |
Mark Brown | 8c051ab | 2011-09-05 14:50:02 +0900 | [diff] [blame] | 278 | static struct platform_device lowland_device = { |
| 279 | .name = "lowland", |
| 280 | .id = -1, |
| 281 | }; |
| 282 | |
Mark Brown | 6414261 | 2011-11-30 13:30:27 +0000 | [diff] [blame] | 283 | static struct platform_device tobermory_device = { |
| 284 | .name = "tobermory", |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 285 | .id = -1, |
| 286 | }; |
| 287 | |
Mark Brown | c5c32c9 | 2011-12-02 14:32:32 +0900 | [diff] [blame] | 288 | static struct platform_device littlemill_device = { |
| 289 | .name = "littlemill", |
| 290 | .id = -1, |
| 291 | }; |
| 292 | |
Mark Brown | 3322914 | 2012-11-28 07:30:18 +0900 | [diff] [blame] | 293 | static struct platform_device bells_wm2200_device = { |
Mark Brown | 25752b7 | 2012-08-10 13:03:18 +0900 | [diff] [blame] | 294 | .name = "bells", |
| 295 | .id = 0, |
| 296 | }; |
| 297 | |
Mark Brown | 3322914 | 2012-11-28 07:30:18 +0900 | [diff] [blame] | 298 | static struct platform_device bells_wm5102_device = { |
Mark Brown | 25752b7 | 2012-08-10 13:03:18 +0900 | [diff] [blame] | 299 | .name = "bells", |
| 300 | .id = 1, |
| 301 | }; |
| 302 | |
Mark Brown | 3322914 | 2012-11-28 07:30:18 +0900 | [diff] [blame] | 303 | static struct platform_device bells_wm5110_device = { |
| 304 | .name = "bells", |
| 305 | .id = 2, |
| 306 | }; |
| 307 | |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 308 | static struct regulator_consumer_supply wallvdd_consumers[] = { |
Mark Brown | 554f01f | 2012-01-27 14:58:46 +0900 | [diff] [blame] | 309 | REGULATOR_SUPPLY("SPKVDD", "1-001a"), |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 310 | REGULATOR_SUPPLY("SPKVDD1", "1-001a"), |
| 311 | REGULATOR_SUPPLY("SPKVDD2", "1-001a"), |
Mark Brown | 4ed12b5 | 2011-08-31 08:03:11 +0900 | [diff] [blame] | 312 | REGULATOR_SUPPLY("SPKVDDL", "1-001a"), |
| 313 | REGULATOR_SUPPLY("SPKVDDR", "1-001a"), |
Mark Brown | 402f624b | 2012-04-04 09:21:15 -0700 | [diff] [blame] | 314 | |
Mark Brown | 479535e | 2012-10-17 17:41:07 +0900 | [diff] [blame] | 315 | REGULATOR_SUPPLY("SPKVDDL", "spi0.1"), |
| 316 | REGULATOR_SUPPLY("SPKVDDR", "spi0.1"), |
Mark Brown | 479535e | 2012-10-17 17:41:07 +0900 | [diff] [blame] | 317 | |
Mark Brown | 402f624b | 2012-04-04 09:21:15 -0700 | [diff] [blame] | 318 | REGULATOR_SUPPLY("DC1VDD", "0-0034"), |
| 319 | REGULATOR_SUPPLY("DC2VDD", "0-0034"), |
| 320 | REGULATOR_SUPPLY("DC3VDD", "0-0034"), |
| 321 | REGULATOR_SUPPLY("LDO1VDD", "0-0034"), |
| 322 | REGULATOR_SUPPLY("LDO2VDD", "0-0034"), |
| 323 | REGULATOR_SUPPLY("LDO4VDD", "0-0034"), |
| 324 | REGULATOR_SUPPLY("LDO5VDD", "0-0034"), |
| 325 | REGULATOR_SUPPLY("LDO6VDD", "0-0034"), |
| 326 | REGULATOR_SUPPLY("LDO7VDD", "0-0034"), |
| 327 | REGULATOR_SUPPLY("LDO8VDD", "0-0034"), |
| 328 | REGULATOR_SUPPLY("LDO9VDD", "0-0034"), |
| 329 | REGULATOR_SUPPLY("LDO10VDD", "0-0034"), |
| 330 | REGULATOR_SUPPLY("LDO11VDD", "0-0034"), |
| 331 | |
| 332 | REGULATOR_SUPPLY("DC1VDD", "1-0034"), |
| 333 | REGULATOR_SUPPLY("DC2VDD", "1-0034"), |
| 334 | REGULATOR_SUPPLY("DC3VDD", "1-0034"), |
Mark Brown | f4fe388 | 2012-11-28 07:32:10 +0900 | [diff] [blame] | 335 | REGULATOR_SUPPLY("LDO1VDD", "1-0034"), |
| 336 | REGULATOR_SUPPLY("LDO2VDD", "1-0034"), |
| 337 | REGULATOR_SUPPLY("LDO4VDD", "1-0034"), |
| 338 | REGULATOR_SUPPLY("LDO5VDD", "1-0034"), |
| 339 | REGULATOR_SUPPLY("LDO6VDD", "1-0034"), |
| 340 | REGULATOR_SUPPLY("LDO7VDD", "1-0034"), |
| 341 | REGULATOR_SUPPLY("LDO8VDD", "1-0034"), |
| 342 | REGULATOR_SUPPLY("LDO9VDD", "1-0034"), |
| 343 | REGULATOR_SUPPLY("LDO10VDD", "1-0034"), |
| 344 | REGULATOR_SUPPLY("LDO11VDD", "1-0034"), |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 345 | }; |
| 346 | |
| 347 | static struct regulator_init_data wallvdd_data = { |
| 348 | .constraints = { |
| 349 | .always_on = 1, |
| 350 | }, |
| 351 | .num_consumer_supplies = ARRAY_SIZE(wallvdd_consumers), |
| 352 | .consumer_supplies = wallvdd_consumers, |
| 353 | }; |
| 354 | |
| 355 | static struct fixed_voltage_config wallvdd_pdata = { |
| 356 | .supply_name = "WALLVDD", |
| 357 | .microvolts = 5000000, |
| 358 | .init_data = &wallvdd_data, |
| 359 | .gpio = -EINVAL, |
| 360 | }; |
| 361 | |
| 362 | static struct platform_device wallvdd_device = { |
| 363 | .name = "reg-fixed-voltage", |
| 364 | .id = -1, |
| 365 | .dev = { |
| 366 | .platform_data = &wallvdd_pdata, |
| 367 | }, |
| 368 | }; |
| 369 | |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 370 | static struct platform_device *crag6410_devices[] __initdata = { |
| 371 | &s3c_device_hsmmc0, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 372 | &s3c_device_hsmmc2, |
| 373 | &s3c_device_i2c0, |
| 374 | &s3c_device_i2c1, |
| 375 | &s3c_device_fb, |
| 376 | &s3c_device_ohci, |
| 377 | &s3c_device_usb_hsotg, |
Tomasz Figa | 7fa33bd | 2013-03-09 15:37:53 +0100 | [diff] [blame] | 378 | &samsung_device_pwm, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 379 | &s3c64xx_device_iis0, |
| 380 | &s3c64xx_device_iis1, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 381 | &samsung_device_keypad, |
| 382 | &crag6410_gpio_keydev, |
| 383 | &crag6410_dm9k_device, |
| 384 | &s3c64xx_device_spi0, |
| 385 | &crag6410_mmgpio, |
| 386 | &crag6410_lcd_powerdev, |
| 387 | &crag6410_backlight_device, |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 388 | &speyside_device, |
Mark Brown | 6414261 | 2011-11-30 13:30:27 +0000 | [diff] [blame] | 389 | &tobermory_device, |
Mark Brown | c5c32c9 | 2011-12-02 14:32:32 +0900 | [diff] [blame] | 390 | &littlemill_device, |
Mark Brown | 8c051ab | 2011-09-05 14:50:02 +0900 | [diff] [blame] | 391 | &lowland_device, |
Mark Brown | 3322914 | 2012-11-28 07:30:18 +0900 | [diff] [blame] | 392 | &bells_wm2200_device, |
Mark Brown | 25752b7 | 2012-08-10 13:03:18 +0900 | [diff] [blame] | 393 | &bells_wm5102_device, |
| 394 | &bells_wm5110_device, |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 395 | &wallvdd_device, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 396 | }; |
| 397 | |
| 398 | static struct pca953x_platform_data crag6410_pca_data = { |
| 399 | .gpio_base = PCA935X_GPIO_BASE, |
Mark Brown | 6e11e0b | 2011-12-30 09:46:40 +0900 | [diff] [blame] | 400 | .irq_base = -1, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 401 | }; |
| 402 | |
Mark Brown | 986afc9 | 2011-08-12 18:08:17 +0900 | [diff] [blame] | 403 | /* VDDARM is controlled by DVS1 connected to GPK(0) */ |
| 404 | static struct wm831x_buckv_pdata vddarm_pdata = { |
| 405 | .dvs_control_src = 1, |
| 406 | .dvs_gpio = S3C64XX_GPK(0), |
| 407 | }; |
| 408 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 409 | static struct regulator_consumer_supply vddarm_consumers[] = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 410 | REGULATOR_SUPPLY("vddarm", NULL), |
| 411 | }; |
| 412 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 413 | static struct regulator_init_data vddarm = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 414 | .constraints = { |
| 415 | .name = "VDDARM", |
| 416 | .min_uV = 1000000, |
| 417 | .max_uV = 1300000, |
| 418 | .always_on = 1, |
| 419 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE, |
| 420 | }, |
| 421 | .num_consumer_supplies = ARRAY_SIZE(vddarm_consumers), |
| 422 | .consumer_supplies = vddarm_consumers, |
Mark Brown | 3512729 | 2011-06-22 13:08:17 +0900 | [diff] [blame] | 423 | .supply_regulator = "WALLVDD", |
Mark Brown | 986afc9 | 2011-08-12 18:08:17 +0900 | [diff] [blame] | 424 | .driver_data = &vddarm_pdata, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 425 | }; |
| 426 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 427 | static struct regulator_consumer_supply vddint_consumers[] = { |
Mark Brown | 39cb263 | 2011-12-08 10:52:19 +0900 | [diff] [blame] | 428 | REGULATOR_SUPPLY("vddint", NULL), |
| 429 | }; |
| 430 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 431 | static struct regulator_init_data vddint = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 432 | .constraints = { |
| 433 | .name = "VDDINT", |
| 434 | .min_uV = 1000000, |
| 435 | .max_uV = 1200000, |
| 436 | .always_on = 1, |
| 437 | .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE, |
| 438 | }, |
Mark Brown | 39cb263 | 2011-12-08 10:52:19 +0900 | [diff] [blame] | 439 | .num_consumer_supplies = ARRAY_SIZE(vddint_consumers), |
| 440 | .consumer_supplies = vddint_consumers, |
| 441 | .supply_regulator = "WALLVDD", |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 442 | }; |
| 443 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 444 | static struct regulator_init_data vddmem = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 445 | .constraints = { |
| 446 | .name = "VDDMEM", |
| 447 | .always_on = 1, |
| 448 | }, |
| 449 | }; |
| 450 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 451 | static struct regulator_init_data vddsys = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 452 | .constraints = { |
| 453 | .name = "VDDSYS,VDDEXT,VDDPCM,VDDSS", |
| 454 | .always_on = 1, |
| 455 | }, |
| 456 | }; |
| 457 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 458 | static struct regulator_consumer_supply vddmmc_consumers[] = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 459 | REGULATOR_SUPPLY("vmmc", "s3c-sdhci.0"), |
| 460 | REGULATOR_SUPPLY("vmmc", "s3c-sdhci.1"), |
| 461 | REGULATOR_SUPPLY("vmmc", "s3c-sdhci.2"), |
| 462 | }; |
| 463 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 464 | static struct regulator_init_data vddmmc = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 465 | .constraints = { |
| 466 | .name = "VDDMMC,UH", |
| 467 | .always_on = 1, |
| 468 | }, |
| 469 | .num_consumer_supplies = ARRAY_SIZE(vddmmc_consumers), |
| 470 | .consumer_supplies = vddmmc_consumers, |
Mark Brown | 3512729 | 2011-06-22 13:08:17 +0900 | [diff] [blame] | 471 | .supply_regulator = "WALLVDD", |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 472 | }; |
| 473 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 474 | static struct regulator_init_data vddotgi = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 475 | .constraints = { |
| 476 | .name = "VDDOTGi", |
| 477 | .always_on = 1, |
| 478 | }, |
Mark Brown | 3512729 | 2011-06-22 13:08:17 +0900 | [diff] [blame] | 479 | .supply_regulator = "WALLVDD", |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 480 | }; |
| 481 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 482 | static struct regulator_init_data vddotg = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 483 | .constraints = { |
| 484 | .name = "VDDOTG", |
| 485 | .always_on = 1, |
| 486 | }, |
Mark Brown | 3512729 | 2011-06-22 13:08:17 +0900 | [diff] [blame] | 487 | .supply_regulator = "WALLVDD", |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 488 | }; |
| 489 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 490 | static struct regulator_init_data vddhi = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 491 | .constraints = { |
| 492 | .name = "VDDHI", |
| 493 | .always_on = 1, |
| 494 | }, |
Mark Brown | 3512729 | 2011-06-22 13:08:17 +0900 | [diff] [blame] | 495 | .supply_regulator = "WALLVDD", |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 496 | }; |
| 497 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 498 | static struct regulator_init_data vddadc = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 499 | .constraints = { |
| 500 | .name = "VDDADC,VDDDAC", |
| 501 | .always_on = 1, |
| 502 | }, |
Mark Brown | 3512729 | 2011-06-22 13:08:17 +0900 | [diff] [blame] | 503 | .supply_regulator = "WALLVDD", |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 504 | }; |
| 505 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 506 | static struct regulator_init_data vddmem0 = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 507 | .constraints = { |
| 508 | .name = "VDDMEM0", |
| 509 | .always_on = 1, |
| 510 | }, |
Mark Brown | 3512729 | 2011-06-22 13:08:17 +0900 | [diff] [blame] | 511 | .supply_regulator = "WALLVDD", |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 512 | }; |
| 513 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 514 | static struct regulator_init_data vddpll = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 515 | .constraints = { |
| 516 | .name = "VDDPLL", |
| 517 | .always_on = 1, |
| 518 | }, |
Mark Brown | 3512729 | 2011-06-22 13:08:17 +0900 | [diff] [blame] | 519 | .supply_regulator = "WALLVDD", |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 520 | }; |
| 521 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 522 | static struct regulator_init_data vddlcd = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 523 | .constraints = { |
| 524 | .name = "VDDLCD", |
| 525 | .always_on = 1, |
| 526 | }, |
Mark Brown | 3512729 | 2011-06-22 13:08:17 +0900 | [diff] [blame] | 527 | .supply_regulator = "WALLVDD", |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 528 | }; |
| 529 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 530 | static struct regulator_init_data vddalive = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 531 | .constraints = { |
| 532 | .name = "VDDALIVE", |
| 533 | .always_on = 1, |
| 534 | }, |
Mark Brown | 3512729 | 2011-06-22 13:08:17 +0900 | [diff] [blame] | 535 | .supply_regulator = "WALLVDD", |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 536 | }; |
| 537 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 538 | static struct wm831x_backup_pdata banff_backup_pdata = { |
Mark Brown | 89e1c3d | 2011-07-21 01:26:24 +0900 | [diff] [blame] | 539 | .charger_enable = 1, |
| 540 | .vlim = 2500, /* mV */ |
| 541 | .ilim = 200, /* uA */ |
| 542 | }; |
| 543 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 544 | static struct wm831x_status_pdata banff_red_led = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 545 | .name = "banff:red:", |
| 546 | .default_src = WM831X_STATUS_MANUAL, |
| 547 | }; |
| 548 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 549 | static struct wm831x_status_pdata banff_green_led = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 550 | .name = "banff:green:", |
| 551 | .default_src = WM831X_STATUS_MANUAL, |
| 552 | }; |
| 553 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 554 | static struct wm831x_touch_pdata touch_pdata = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 555 | .data_irq = S3C_EINT(26), |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 556 | .pd_irq = S3C_EINT(27), |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 557 | }; |
| 558 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 559 | static struct wm831x_pdata crag_pmic_pdata = { |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 560 | .wm831x_num = 1, |
Charles Keepax | 4e330ae | 2015-03-27 01:58:08 +0900 | [diff] [blame] | 561 | .irq_base = BANFF_PMIC_IRQ_BASE, |
Mark Brown | aaed44e | 2011-11-03 16:28:15 +0900 | [diff] [blame] | 562 | .gpio_base = BANFF_PMIC_GPIO_BASE, |
Mark Brown | dcf3580 | 2011-12-02 14:29:07 +0900 | [diff] [blame] | 563 | .soft_shutdown = true, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 564 | |
Mark Brown | 89e1c3d | 2011-07-21 01:26:24 +0900 | [diff] [blame] | 565 | .backup = &banff_backup_pdata, |
| 566 | |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 567 | .gpio_defaults = { |
Mark Brown | 986afc9 | 2011-08-12 18:08:17 +0900 | [diff] [blame] | 568 | /* GPIO5: DVS1_REQ - CMOS, DBVDD, active high */ |
| 569 | [4] = WM831X_GPN_DIR | WM831X_GPN_POL | WM831X_GPN_ENA | 0x8, |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 570 | /* GPIO11: Touchscreen data - CMOS, DBVDD, active high*/ |
| 571 | [10] = WM831X_GPN_POL | WM831X_GPN_ENA | 0x6, |
| 572 | /* GPIO12: Touchscreen pen down - CMOS, DBVDD, active high*/ |
| 573 | [11] = WM831X_GPN_POL | WM831X_GPN_ENA | 0x7, |
| 574 | }, |
| 575 | |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 576 | .dcdc = { |
| 577 | &vddarm, /* DCDC1 */ |
| 578 | &vddint, /* DCDC2 */ |
| 579 | &vddmem, /* DCDC3 */ |
| 580 | }, |
| 581 | |
| 582 | .ldo = { |
| 583 | &vddsys, /* LDO1 */ |
| 584 | &vddmmc, /* LDO2 */ |
| 585 | NULL, /* LDO3 */ |
| 586 | &vddotgi, /* LDO4 */ |
| 587 | &vddotg, /* LDO5 */ |
| 588 | &vddhi, /* LDO6 */ |
| 589 | &vddadc, /* LDO7 */ |
| 590 | &vddmem0, /* LDO8 */ |
| 591 | &vddpll, /* LDO9 */ |
| 592 | &vddlcd, /* LDO10 */ |
| 593 | &vddalive, /* LDO11 */ |
| 594 | }, |
| 595 | |
| 596 | .status = { |
| 597 | &banff_green_led, |
| 598 | &banff_red_led, |
| 599 | }, |
| 600 | |
| 601 | .touch = &touch_pdata, |
| 602 | }; |
| 603 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 604 | static struct i2c_board_info i2c_devs0[] = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 605 | { I2C_BOARD_INFO("24c08", 0x50), }, |
| 606 | { I2C_BOARD_INFO("tca6408", 0x20), |
| 607 | .platform_data = &crag6410_pca_data, |
| 608 | }, |
| 609 | { I2C_BOARD_INFO("wm8312", 0x34), |
| 610 | .platform_data = &crag_pmic_pdata, |
| 611 | .irq = S3C_EINT(23), |
| 612 | }, |
| 613 | }; |
| 614 | |
| 615 | static struct s3c2410_platform_i2c i2c0_pdata = { |
| 616 | .frequency = 400000, |
| 617 | }; |
| 618 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 619 | static struct regulator_consumer_supply pvdd_1v2_consumers[] = { |
Mark Brown | cda2349 | 2012-01-12 11:04:56 +0900 | [diff] [blame] | 620 | REGULATOR_SUPPLY("DCVDD", "spi0.0"), |
| 621 | REGULATOR_SUPPLY("AVDD", "spi0.0"), |
Mark Brown | 479535e | 2012-10-17 17:41:07 +0900 | [diff] [blame] | 622 | REGULATOR_SUPPLY("AVDD", "spi0.1"), |
Mark Brown | cda2349 | 2012-01-12 11:04:56 +0900 | [diff] [blame] | 623 | }; |
| 624 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 625 | static struct regulator_init_data pvdd_1v2 = { |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 626 | .constraints = { |
| 627 | .name = "PVDD_1V2", |
Mark Brown | cda2349 | 2012-01-12 11:04:56 +0900 | [diff] [blame] | 628 | .valid_ops_mask = REGULATOR_CHANGE_STATUS, |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 629 | }, |
Mark Brown | cda2349 | 2012-01-12 11:04:56 +0900 | [diff] [blame] | 630 | |
| 631 | .consumer_supplies = pvdd_1v2_consumers, |
| 632 | .num_consumer_supplies = ARRAY_SIZE(pvdd_1v2_consumers), |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 633 | }; |
| 634 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 635 | static struct regulator_consumer_supply pvdd_1v8_consumers[] = { |
Mark Brown | d5160ec | 2011-09-26 13:18:28 +0900 | [diff] [blame] | 636 | REGULATOR_SUPPLY("LDOVDD", "1-001a"), |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 637 | REGULATOR_SUPPLY("PLLVDD", "1-001a"), |
| 638 | REGULATOR_SUPPLY("DBVDD", "1-001a"), |
Mark Brown | 4ed12b5 | 2011-08-31 08:03:11 +0900 | [diff] [blame] | 639 | REGULATOR_SUPPLY("DBVDD1", "1-001a"), |
| 640 | REGULATOR_SUPPLY("DBVDD2", "1-001a"), |
| 641 | REGULATOR_SUPPLY("DBVDD3", "1-001a"), |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 642 | REGULATOR_SUPPLY("CPVDD", "1-001a"), |
| 643 | REGULATOR_SUPPLY("AVDD2", "1-001a"), |
| 644 | REGULATOR_SUPPLY("DCVDD", "1-001a"), |
| 645 | REGULATOR_SUPPLY("AVDD", "1-001a"), |
Mark Brown | cda2349 | 2012-01-12 11:04:56 +0900 | [diff] [blame] | 646 | REGULATOR_SUPPLY("DBVDD", "spi0.0"), |
Mark Brown | e6a194b | 2012-10-17 17:41:09 +0900 | [diff] [blame] | 647 | |
| 648 | REGULATOR_SUPPLY("DBVDD", "1-003a"), |
| 649 | REGULATOR_SUPPLY("LDOVDD", "1-003a"), |
| 650 | REGULATOR_SUPPLY("CPVDD", "1-003a"), |
| 651 | REGULATOR_SUPPLY("AVDD", "1-003a"), |
Mark Brown | 479535e | 2012-10-17 17:41:07 +0900 | [diff] [blame] | 652 | REGULATOR_SUPPLY("DBVDD1", "spi0.1"), |
| 653 | REGULATOR_SUPPLY("DBVDD2", "spi0.1"), |
| 654 | REGULATOR_SUPPLY("DBVDD3", "spi0.1"), |
| 655 | REGULATOR_SUPPLY("LDOVDD", "spi0.1"), |
| 656 | REGULATOR_SUPPLY("CPVDD", "spi0.1"), |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 657 | }; |
| 658 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 659 | static struct regulator_init_data pvdd_1v8 = { |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 660 | .constraints = { |
| 661 | .name = "PVDD_1V8", |
| 662 | .always_on = 1, |
| 663 | }, |
| 664 | |
| 665 | .consumer_supplies = pvdd_1v8_consumers, |
| 666 | .num_consumer_supplies = ARRAY_SIZE(pvdd_1v8_consumers), |
| 667 | }; |
| 668 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 669 | static struct regulator_consumer_supply pvdd_3v3_consumers[] = { |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 670 | REGULATOR_SUPPLY("MICVDD", "1-001a"), |
| 671 | REGULATOR_SUPPLY("AVDD1", "1-001a"), |
| 672 | }; |
| 673 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 674 | static struct regulator_init_data pvdd_3v3 = { |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 675 | .constraints = { |
| 676 | .name = "PVDD_3V3", |
| 677 | .always_on = 1, |
| 678 | }, |
| 679 | |
| 680 | .consumer_supplies = pvdd_3v3_consumers, |
| 681 | .num_consumer_supplies = ARRAY_SIZE(pvdd_3v3_consumers), |
| 682 | }; |
| 683 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 684 | static struct wm831x_pdata glenfarclas_pmic_pdata = { |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 685 | .wm831x_num = 2, |
| 686 | .irq_base = GLENFARCLAS_PMIC_IRQ_BASE, |
| 687 | .gpio_base = GLENFARCLAS_PMIC_GPIO_BASE, |
Mark Brown | dcf3580 | 2011-12-02 14:29:07 +0900 | [diff] [blame] | 688 | .soft_shutdown = true, |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 689 | |
| 690 | .gpio_defaults = { |
| 691 | /* GPIO1-3: IRQ inputs, rising edge triggered, CMOS */ |
| 692 | [0] = WM831X_GPN_DIR | WM831X_GPN_POL | WM831X_GPN_ENA, |
| 693 | [1] = WM831X_GPN_DIR | WM831X_GPN_POL | WM831X_GPN_ENA, |
| 694 | [2] = WM831X_GPN_DIR | WM831X_GPN_POL | WM831X_GPN_ENA, |
| 695 | }, |
| 696 | |
| 697 | .dcdc = { |
| 698 | &pvdd_1v2, /* DCDC1 */ |
| 699 | &pvdd_1v8, /* DCDC2 */ |
| 700 | &pvdd_3v3, /* DCDC3 */ |
| 701 | }, |
| 702 | |
| 703 | .disable_touch = true, |
| 704 | }; |
| 705 | |
Mark Brown | 8504a3c | 2011-12-02 14:29:07 +0900 | [diff] [blame] | 706 | static struct wm1250_ev1_pdata wm1250_ev1_pdata = { |
| 707 | .gpios = { |
| 708 | [WM1250_EV1_GPIO_CLK_ENA] = S3C64XX_GPN(12), |
| 709 | [WM1250_EV1_GPIO_CLK_SEL0] = S3C64XX_GPL(12), |
| 710 | [WM1250_EV1_GPIO_CLK_SEL1] = S3C64XX_GPL(13), |
| 711 | [WM1250_EV1_GPIO_OSR] = S3C64XX_GPL(14), |
| 712 | [WM1250_EV1_GPIO_MASTER] = S3C64XX_GPL(8), |
| 713 | }, |
| 714 | }; |
| 715 | |
Greg Kroah-Hartman | 351a102 | 2012-12-21 14:02:24 -0800 | [diff] [blame] | 716 | static struct i2c_board_info i2c_devs1[] = { |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 717 | { I2C_BOARD_INFO("wm8311", 0x34), |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 718 | .irq = S3C_EINT(0), |
| 719 | .platform_data = &glenfarclas_pmic_pdata }, |
| 720 | |
Mark Brown | 091cff0 | 2012-10-17 17:41:10 +0900 | [diff] [blame] | 721 | { I2C_BOARD_INFO("wlf-gf-module", 0x20) }, |
Mark Brown | ea070cd | 2012-05-16 07:01:10 +0900 | [diff] [blame] | 722 | { I2C_BOARD_INFO("wlf-gf-module", 0x22) }, |
Mark Brown | d0f0b43 | 2011-08-19 22:40:07 +0900 | [diff] [blame] | 723 | { I2C_BOARD_INFO("wlf-gf-module", 0x24) }, |
| 724 | { I2C_BOARD_INFO("wlf-gf-module", 0x25) }, |
| 725 | { I2C_BOARD_INFO("wlf-gf-module", 0x26) }, |
| 726 | |
Mark Brown | 8504a3c | 2011-12-02 14:29:07 +0900 | [diff] [blame] | 727 | { I2C_BOARD_INFO("wm1250-ev1", 0x27), |
| 728 | .platform_data = &wm1250_ev1_pdata }, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 729 | }; |
| 730 | |
Mark Brown | 8351c7a | 2011-12-02 14:29:07 +0900 | [diff] [blame] | 731 | static struct s3c2410_platform_i2c i2c1_pdata = { |
| 732 | .frequency = 400000, |
| 733 | .bus_num = 1, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 734 | }; |
| 735 | |
| 736 | static void __init crag6410_map_io(void) |
| 737 | { |
| 738 | s3c64xx_init_io(NULL, 0); |
Tomasz Figa | b69f460 | 2013-08-26 02:00:38 +0900 | [diff] [blame] | 739 | s3c64xx_set_xtal_freq(12000000); |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 740 | s3c24xx_init_uarts(crag6410_uartcfgs, ARRAY_SIZE(crag6410_uartcfgs)); |
Romain Naour | 04a49b7 | 2013-01-09 18:47:04 -0800 | [diff] [blame] | 741 | samsung_set_timer_source(SAMSUNG_PWM3, SAMSUNG_PWM4); |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 742 | |
| 743 | /* LCD type and Bypass set by bootloader */ |
| 744 | } |
| 745 | |
| 746 | static struct s3c_sdhci_platdata crag6410_hsmmc2_pdata = { |
| 747 | .max_width = 4, |
| 748 | .cd_type = S3C_SDHCI_CD_PERMANENT, |
Mark Brown | a9294cd | 2011-12-30 13:44:36 +0900 | [diff] [blame] | 749 | .host_caps = MMC_CAP_POWER_OFF_CARD, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 750 | }; |
| 751 | |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 752 | static void crag6410_cfg_sdhci0(struct platform_device *dev, int width) |
| 753 | { |
| 754 | /* Set all the necessary GPG pins to special-function 2 */ |
| 755 | s3c_gpio_cfgrange_nopull(S3C64XX_GPG(0), 2 + width, S3C_GPIO_SFN(2)); |
| 756 | |
| 757 | /* force card-detected for prototype 0 */ |
| 758 | s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_DOWN); |
| 759 | } |
| 760 | |
| 761 | static struct s3c_sdhci_platdata crag6410_hsmmc0_pdata = { |
| 762 | .max_width = 4, |
| 763 | .cd_type = S3C_SDHCI_CD_INTERNAL, |
| 764 | .cfg_gpio = crag6410_cfg_sdhci0, |
Mark Brown | fb7f60f | 2011-12-30 13:44:31 +0900 | [diff] [blame] | 765 | .host_caps = MMC_CAP_POWER_OFF_CARD, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 766 | }; |
| 767 | |
Mark Brown | 66211f9 | 2011-12-29 18:05:29 +0900 | [diff] [blame] | 768 | static const struct gpio_led gpio_leds[] = { |
| 769 | { |
| 770 | .name = "d13:green:", |
| 771 | .gpio = MMGPIO_GPIO_BASE + 0, |
| 772 | .default_state = LEDS_GPIO_DEFSTATE_ON, |
| 773 | }, |
| 774 | { |
| 775 | .name = "d14:green:", |
| 776 | .gpio = MMGPIO_GPIO_BASE + 1, |
| 777 | .default_state = LEDS_GPIO_DEFSTATE_ON, |
| 778 | }, |
| 779 | { |
| 780 | .name = "d15:green:", |
| 781 | .gpio = MMGPIO_GPIO_BASE + 2, |
| 782 | .default_state = LEDS_GPIO_DEFSTATE_ON, |
| 783 | }, |
| 784 | { |
| 785 | .name = "d16:green:", |
| 786 | .gpio = MMGPIO_GPIO_BASE + 3, |
| 787 | .default_state = LEDS_GPIO_DEFSTATE_ON, |
| 788 | }, |
| 789 | { |
| 790 | .name = "d17:green:", |
| 791 | .gpio = MMGPIO_GPIO_BASE + 4, |
| 792 | .default_state = LEDS_GPIO_DEFSTATE_ON, |
| 793 | }, |
| 794 | { |
| 795 | .name = "d18:green:", |
| 796 | .gpio = MMGPIO_GPIO_BASE + 5, |
| 797 | .default_state = LEDS_GPIO_DEFSTATE_ON, |
| 798 | }, |
| 799 | { |
| 800 | .name = "d19:green:", |
| 801 | .gpio = MMGPIO_GPIO_BASE + 6, |
| 802 | .default_state = LEDS_GPIO_DEFSTATE_ON, |
| 803 | }, |
| 804 | { |
| 805 | .name = "d20:green:", |
| 806 | .gpio = MMGPIO_GPIO_BASE + 7, |
| 807 | .default_state = LEDS_GPIO_DEFSTATE_ON, |
| 808 | }, |
| 809 | }; |
| 810 | |
| 811 | static const struct gpio_led_platform_data gpio_leds_pdata = { |
| 812 | .leds = gpio_leds, |
| 813 | .num_leds = ARRAY_SIZE(gpio_leds), |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 814 | }; |
| 815 | |
Felipe Balbi | 1f91b4c | 2015-08-06 18:11:54 -0500 | [diff] [blame] | 816 | static struct dwc2_hsotg_plat crag6410_hsotg_pdata; |
Joonyoung Shim | 99f6e1f | 2012-03-07 04:23:47 -0800 | [diff] [blame] | 817 | |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 818 | static void __init crag6410_machine_init(void) |
| 819 | { |
| 820 | /* Open drain IRQs need pullups */ |
| 821 | s3c_gpio_setpull(S3C64XX_GPM(0), S3C_GPIO_PULL_UP); |
| 822 | s3c_gpio_setpull(S3C64XX_GPN(0), S3C_GPIO_PULL_UP); |
| 823 | |
| 824 | gpio_request(S3C64XX_GPB(0), "LCD power"); |
| 825 | gpio_direction_output(S3C64XX_GPB(0), 0); |
| 826 | |
| 827 | gpio_request(S3C64XX_GPF(14), "LCD PWM"); |
| 828 | gpio_direction_output(S3C64XX_GPF(14), 0); /* turn off */ |
| 829 | |
| 830 | gpio_request(S3C64XX_GPB(1), "SD power"); |
| 831 | gpio_direction_output(S3C64XX_GPB(1), 0); |
| 832 | |
| 833 | gpio_request(S3C64XX_GPF(10), "nRESETSEL"); |
| 834 | gpio_direction_output(S3C64XX_GPF(10), 1); |
| 835 | |
| 836 | s3c_sdhci0_set_platdata(&crag6410_hsmmc0_pdata); |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 837 | s3c_sdhci2_set_platdata(&crag6410_hsmmc2_pdata); |
| 838 | |
| 839 | s3c_i2c0_set_platdata(&i2c0_pdata); |
Mark Brown | 8351c7a | 2011-12-02 14:29:07 +0900 | [diff] [blame] | 840 | s3c_i2c1_set_platdata(&i2c1_pdata); |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 841 | s3c_fb_set_platdata(&crag6410_lcd_pdata); |
Felipe Balbi | 1f91b4c | 2015-08-06 18:11:54 -0500 | [diff] [blame] | 842 | dwc2_hsotg_set_platdata(&crag6410_hsotg_pdata); |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 843 | |
| 844 | i2c_register_board_info(0, i2c_devs0, ARRAY_SIZE(i2c_devs0)); |
| 845 | i2c_register_board_info(1, i2c_devs1, ARRAY_SIZE(i2c_devs1)); |
| 846 | |
| 847 | samsung_keypad_set_platdata(&crag6410_keypad_data); |
Mark Brown | 479535e | 2012-10-17 17:41:07 +0900 | [diff] [blame] | 848 | s3c64xx_spi0_set_platdata(NULL, 0, 2); |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 849 | |
Thierry Reding | 799fbf8 | 2015-10-13 05:04:22 +0900 | [diff] [blame] | 850 | pwm_add_table(crag6410_pwm_lookup, ARRAY_SIZE(crag6410_pwm_lookup)); |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 851 | platform_add_devices(crag6410_devices, ARRAY_SIZE(crag6410_devices)); |
| 852 | |
Mark Brown | 66211f9 | 2011-12-29 18:05:29 +0900 | [diff] [blame] | 853 | gpio_led_register_device(-1, &gpio_leds_pdata); |
| 854 | |
Mark Brown | ae24c26 | 2011-06-22 13:08:13 +0900 | [diff] [blame] | 855 | regulator_has_full_constraints(); |
| 856 | |
Mark Brown | c656c30 | 2011-12-08 23:27:48 +0100 | [diff] [blame] | 857 | s3c64xx_pm_init(); |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 858 | } |
| 859 | |
| 860 | MACHINE_START(WLF_CRAGG_6410, "Wolfson Cragganmore 6410") |
| 861 | /* Maintainer: Mark Brown <broonie@opensource.wolfsonmicro.com> */ |
Nicolas Pitre | 170a590 | 2011-07-05 22:38:17 -0400 | [diff] [blame] | 862 | .atag_offset = 0x100, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 863 | .init_irq = s3c6410_init_irq, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 864 | .map_io = crag6410_map_io, |
| 865 | .init_machine = crag6410_machine_init, |
Romain Naour | 04a49b7 | 2013-01-09 18:47:04 -0800 | [diff] [blame] | 866 | .init_time = samsung_timer_init, |
Kukjin Kim | ff84ded | 2012-01-03 14:03:30 +0100 | [diff] [blame] | 867 | .restart = s3c64xx_restart, |
Mark Brown | e1a3c74 | 2011-05-06 09:45:13 +0900 | [diff] [blame] | 868 | MACHINE_END |