Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Tony Lindgren | dbdf9ced | 2005-07-10 19:58:11 +0100 | [diff] [blame] | 2 | * linux/arch/arm/mach-omap1/board-perseus2.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | * |
| 4 | * Modified from board-generic.c |
| 5 | * |
| 6 | * Original OMAP730 support by Jean Pihet <j-pihet@ti.com> |
| 7 | * Updated for 2.6 by Kevin Hilman <kjh@hilman.org> |
| 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 | */ |
Russell King | 2f8163b | 2011-07-26 10:53:52 +0100 | [diff] [blame] | 13 | #include <linux/gpio.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #include <linux/kernel.h> |
| 15 | #include <linux/init.h> |
Russell King | d052d1b | 2005-10-29 19:07:23 +0100 | [diff] [blame] | 16 | #include <linux/platform_device.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | #include <linux/delay.h> |
| 18 | #include <linux/mtd/mtd.h> |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 19 | #include <linux/mtd/nand.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | #include <linux/mtd/partitions.h> |
Ladislav Michl | 561b036 | 2010-02-15 10:03:32 -0800 | [diff] [blame] | 21 | #include <linux/mtd/physmap.h> |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 22 | #include <linux/input.h> |
Ladislav Michl | 3bc4801 | 2009-12-11 16:16:33 -0800 | [diff] [blame] | 23 | #include <linux/smc91x.h> |
Tomi Valkeinen | ddba6c7 | 2011-09-20 15:23:13 +0300 | [diff] [blame] | 24 | #include <linux/omapfb.h> |
Arnd Bergmann | 2203747 | 2012-08-24 15:21:06 +0200 | [diff] [blame] | 25 | #include <linux/platform_data/keypad-omap.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | #include <asm/mach-types.h> |
| 28 | #include <asm/mach/arch.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | #include <asm/mach/map.h> |
| 30 | |
Tony Lindgren | 54b693d | 2012-10-02 13:39:28 -0700 | [diff] [blame] | 31 | #include <mach/tc.h> |
Tony Lindgren | 70c494c | 2012-09-19 10:46:56 -0700 | [diff] [blame] | 32 | #include <mach/mux.h> |
Tony Lindgren | 578fad4 | 2012-09-20 11:41:37 -0700 | [diff] [blame] | 33 | #include <mach/flash.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | |
Tony Lindgren | 2e3ee9f | 2012-02-24 10:34:34 -0800 | [diff] [blame] | 35 | #include <mach/hardware.h> |
| 36 | |
| 37 | #include "iomap.h" |
| 38 | #include "common.h" |
Tony Lindgren | 21d182b | 2012-10-31 14:02:46 -0700 | [diff] [blame] | 39 | #include "fpga.h" |
Tony Lindgren | 2e3ee9f | 2012-02-24 10:34:34 -0800 | [diff] [blame] | 40 | |
Janusz Krzysztofik | da1f026 | 2010-12-20 21:09:22 +0000 | [diff] [blame] | 41 | static const unsigned int p2_keymap[] = { |
| 42 | KEY(0, 0, KEY_UP), |
| 43 | KEY(1, 0, KEY_RIGHT), |
| 44 | KEY(2, 0, KEY_LEFT), |
| 45 | KEY(3, 0, KEY_DOWN), |
| 46 | KEY(4, 0, KEY_ENTER), |
| 47 | KEY(0, 1, KEY_F10), |
| 48 | KEY(1, 1, KEY_SEND), |
| 49 | KEY(2, 1, KEY_END), |
| 50 | KEY(3, 1, KEY_VOLUMEDOWN), |
| 51 | KEY(4, 1, KEY_VOLUMEUP), |
| 52 | KEY(5, 1, KEY_RECORD), |
| 53 | KEY(0, 2, KEY_F9), |
| 54 | KEY(1, 2, KEY_3), |
| 55 | KEY(2, 2, KEY_6), |
| 56 | KEY(3, 2, KEY_9), |
| 57 | KEY(4, 2, KEY_KPDOT), |
| 58 | KEY(0, 3, KEY_BACK), |
| 59 | KEY(1, 3, KEY_2), |
| 60 | KEY(2, 3, KEY_5), |
| 61 | KEY(3, 3, KEY_8), |
| 62 | KEY(4, 3, KEY_0), |
| 63 | KEY(5, 3, KEY_KPSLASH), |
| 64 | KEY(0, 4, KEY_HOME), |
| 65 | KEY(1, 4, KEY_1), |
| 66 | KEY(2, 4, KEY_4), |
| 67 | KEY(3, 4, KEY_7), |
| 68 | KEY(4, 4, KEY_KPASTERISK), |
| 69 | KEY(5, 4, KEY_POWER), |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 70 | }; |
| 71 | |
Ladislav Michl | 3bc4801 | 2009-12-11 16:16:33 -0800 | [diff] [blame] | 72 | static struct smc91x_platdata smc91x_info = { |
| 73 | .flags = SMC91X_USE_16BIT | SMC91X_NOWAIT, |
| 74 | .leda = RPC_LED_100_10, |
| 75 | .ledb = RPC_LED_TX_RX, |
| 76 | }; |
| 77 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | static struct resource smc91x_resources[] = { |
| 79 | [0] = { |
| 80 | .start = H2P2_DBG_FPGA_ETHR_START, /* Physical */ |
| 81 | .end = H2P2_DBG_FPGA_ETHR_START + 0xf, |
| 82 | .flags = IORESOURCE_MEM, |
| 83 | }, |
| 84 | [1] = { |
Alistair Buxton | 372b1c3 | 2009-09-18 04:09:39 +0100 | [diff] [blame] | 85 | .start = INT_7XX_MPU_EXT_NIRQ, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | .end = 0, |
Russell King | e7b3dc7 | 2008-01-14 22:30:10 +0000 | [diff] [blame] | 87 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 88 | }, |
| 89 | }; |
| 90 | |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 91 | static struct mtd_partition nor_partitions[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | /* bootloader (U-Boot, etc) in first sector */ |
| 93 | { |
| 94 | .name = "bootloader", |
| 95 | .offset = 0, |
| 96 | .size = SZ_128K, |
| 97 | .mask_flags = MTD_WRITEABLE, /* force read-only */ |
| 98 | }, |
| 99 | /* bootloader params in the next sector */ |
| 100 | { |
| 101 | .name = "params", |
| 102 | .offset = MTDPART_OFS_APPEND, |
| 103 | .size = SZ_128K, |
| 104 | .mask_flags = 0, |
| 105 | }, |
| 106 | /* kernel */ |
| 107 | { |
| 108 | .name = "kernel", |
| 109 | .offset = MTDPART_OFS_APPEND, |
| 110 | .size = SZ_2M, |
| 111 | .mask_flags = 0 |
| 112 | }, |
| 113 | /* rest of flash is a file system */ |
| 114 | { |
| 115 | .name = "rootfs", |
| 116 | .offset = MTDPART_OFS_APPEND, |
| 117 | .size = MTDPART_SIZ_FULL, |
| 118 | .mask_flags = 0 |
| 119 | }, |
| 120 | }; |
| 121 | |
Ladislav Michl | 561b036 | 2010-02-15 10:03:32 -0800 | [diff] [blame] | 122 | static struct physmap_flash_data nor_data = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 123 | .width = 2, |
Ladislav Michl | 561b036 | 2010-02-15 10:03:32 -0800 | [diff] [blame] | 124 | .set_vpp = omap1_set_vpp, |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 125 | .parts = nor_partitions, |
| 126 | .nr_parts = ARRAY_SIZE(nor_partitions), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | }; |
| 128 | |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 129 | static struct resource nor_resource = { |
Tony Lindgren | 7c38cf0 | 2005-09-08 23:07:38 +0100 | [diff] [blame] | 130 | .start = OMAP_CS0_PHYS, |
| 131 | .end = OMAP_CS0_PHYS + SZ_32M - 1, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 132 | .flags = IORESOURCE_MEM, |
| 133 | }; |
| 134 | |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 135 | static struct platform_device nor_device = { |
Ladislav Michl | 561b036 | 2010-02-15 10:03:32 -0800 | [diff] [blame] | 136 | .name = "physmap-flash", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 137 | .id = 0, |
| 138 | .dev = { |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 139 | .platform_data = &nor_data, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 140 | }, |
| 141 | .num_resources = 1, |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 142 | .resource = &nor_resource, |
| 143 | }; |
| 144 | |
Ladislav Michl | 414f552a | 2009-12-11 16:16:33 -0800 | [diff] [blame] | 145 | #define P2_NAND_RB_GPIO_PIN 62 |
| 146 | |
| 147 | static int nand_dev_ready(struct mtd_info *mtd) |
| 148 | { |
| 149 | return gpio_get_value(P2_NAND_RB_GPIO_PIN); |
| 150 | } |
| 151 | |
Ladislav Michl | 414f552a | 2009-12-11 16:16:33 -0800 | [diff] [blame] | 152 | static struct platform_nand_data nand_data = { |
| 153 | .chip = { |
| 154 | .nr_chips = 1, |
| 155 | .chip_offset = 0, |
| 156 | .options = NAND_SAMSUNG_LP_OPTIONS, |
Ladislav Michl | 414f552a | 2009-12-11 16:16:33 -0800 | [diff] [blame] | 157 | }, |
| 158 | .ctrl = { |
Paul Walmsley | 31cde04 | 2012-04-13 06:34:31 -0600 | [diff] [blame] | 159 | .cmd_ctrl = omap1_nand_cmd_ctl, |
Ladislav Michl | 414f552a | 2009-12-11 16:16:33 -0800 | [diff] [blame] | 160 | .dev_ready = nand_dev_ready, |
| 161 | }, |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 162 | }; |
| 163 | |
| 164 | static struct resource nand_resource = { |
| 165 | .start = OMAP_CS3_PHYS, |
| 166 | .end = OMAP_CS3_PHYS + SZ_4K - 1, |
| 167 | .flags = IORESOURCE_MEM, |
| 168 | }; |
| 169 | |
| 170 | static struct platform_device nand_device = { |
Ladislav Michl | 414f552a | 2009-12-11 16:16:33 -0800 | [diff] [blame] | 171 | .name = "gen_nand", |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 172 | .id = 0, |
| 173 | .dev = { |
| 174 | .platform_data = &nand_data, |
| 175 | }, |
| 176 | .num_resources = 1, |
| 177 | .resource = &nand_resource, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 178 | }; |
| 179 | |
| 180 | static struct platform_device smc91x_device = { |
| 181 | .name = "smc91x", |
| 182 | .id = 0, |
Ladislav Michl | 3bc4801 | 2009-12-11 16:16:33 -0800 | [diff] [blame] | 183 | .dev = { |
| 184 | .platform_data = &smc91x_info, |
| 185 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 186 | .num_resources = ARRAY_SIZE(smc91x_resources), |
| 187 | .resource = smc91x_resources, |
| 188 | }; |
| 189 | |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 190 | static struct resource kp_resources[] = { |
| 191 | [0] = { |
Alistair Buxton | 372b1c3 | 2009-09-18 04:09:39 +0100 | [diff] [blame] | 192 | .start = INT_7XX_MPUIO_KEYPAD, |
| 193 | .end = INT_7XX_MPUIO_KEYPAD, |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 194 | .flags = IORESOURCE_IRQ, |
| 195 | }, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | }; |
| 197 | |
Janusz Krzysztofik | da1f026 | 2010-12-20 21:09:22 +0000 | [diff] [blame] | 198 | static const struct matrix_keymap_data p2_keymap_data = { |
| 199 | .keymap = p2_keymap, |
| 200 | .keymap_size = ARRAY_SIZE(p2_keymap), |
| 201 | }; |
| 202 | |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 203 | static struct omap_kp_platform_data kp_data = { |
Komal Shah | 4d24607 | 2006-09-29 01:59:20 -0700 | [diff] [blame] | 204 | .rows = 8, |
| 205 | .cols = 8, |
Janusz Krzysztofik | da1f026 | 2010-12-20 21:09:22 +0000 | [diff] [blame] | 206 | .keymap_data = &p2_keymap_data, |
Komal Shah | 4d24607 | 2006-09-29 01:59:20 -0700 | [diff] [blame] | 207 | .delay = 4, |
Janusz Krzysztofik | da1f026 | 2010-12-20 21:09:22 +0000 | [diff] [blame] | 208 | .dbounce = true, |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 209 | }; |
| 210 | |
| 211 | static struct platform_device kp_device = { |
| 212 | .name = "omap-keypad", |
| 213 | .id = -1, |
| 214 | .dev = { |
| 215 | .platform_data = &kp_data, |
| 216 | }, |
| 217 | .num_resources = ARRAY_SIZE(kp_resources), |
| 218 | .resource = kp_resources, |
| 219 | }; |
| 220 | |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 221 | static struct platform_device *devices[] __initdata = { |
| 222 | &nor_device, |
| 223 | &nand_device, |
| 224 | &smc91x_device, |
| 225 | &kp_device, |
Tony Lindgren | 9b6553c | 2006-04-02 17:46:30 +0100 | [diff] [blame] | 226 | }; |
| 227 | |
Tony Lindgren | 3179a01 | 2005-11-10 14:26:48 +0000 | [diff] [blame] | 228 | static struct omap_lcd_config perseus2_lcd_config __initdata = { |
Tony Lindgren | 3179a01 | 2005-11-10 14:26:48 +0000 | [diff] [blame] | 229 | .ctrl_name = "internal", |
| 230 | }; |
| 231 | |
Tony Lindgren | c2cdaff | 2010-12-07 16:26:55 -0800 | [diff] [blame] | 232 | static void __init perseus2_init_smc91x(void) |
| 233 | { |
Tony Lindgren | 4c98dc6 | 2012-10-02 12:39:09 -0700 | [diff] [blame] | 234 | __raw_writeb(1, H2P2_DBG_FPGA_LAN_RESET); |
Tony Lindgren | c2cdaff | 2010-12-07 16:26:55 -0800 | [diff] [blame] | 235 | mdelay(50); |
Tony Lindgren | 4c98dc6 | 2012-10-02 12:39:09 -0700 | [diff] [blame] | 236 | __raw_writeb(__raw_readb(H2P2_DBG_FPGA_LAN_RESET) & ~1, |
Tony Lindgren | c2cdaff | 2010-12-07 16:26:55 -0800 | [diff] [blame] | 237 | H2P2_DBG_FPGA_LAN_RESET); |
| 238 | mdelay(50); |
| 239 | } |
| 240 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 241 | static void __init omap_perseus2_init(void) |
| 242 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 243 | /* Early, board-dependent init */ |
| 244 | |
| 245 | /* |
| 246 | * Hold GSM Reset until needed |
| 247 | */ |
Alistair Buxton | b51988d | 2009-09-22 07:34:13 +0100 | [diff] [blame] | 248 | omap_writew(omap_readw(OMAP7XX_DSP_M_CTL) & ~1, OMAP7XX_DSP_M_CTL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 249 | |
| 250 | /* |
| 251 | * UARTs -> done automagically by 8250 driver |
| 252 | */ |
| 253 | |
| 254 | /* |
| 255 | * CSx timings, GPIO Mux ... setup |
| 256 | */ |
| 257 | |
| 258 | /* Flash: CS0 timings setup */ |
Alistair Buxton | b51988d | 2009-09-22 07:34:13 +0100 | [diff] [blame] | 259 | omap_writel(0x0000fff3, OMAP7XX_FLASH_CFG_0); |
| 260 | omap_writel(0x00000088, OMAP7XX_FLASH_ACFG_0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 261 | |
| 262 | /* |
Adrian Bunk | 93b1fae | 2006-01-10 00:13:33 +0100 | [diff] [blame] | 263 | * Ethernet support through the debug board |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 264 | * CS1 timings setup |
| 265 | */ |
Alistair Buxton | b51988d | 2009-09-22 07:34:13 +0100 | [diff] [blame] | 266 | omap_writel(0x0000fff3, OMAP7XX_FLASH_CFG_1); |
| 267 | omap_writel(0x00000000, OMAP7XX_FLASH_ACFG_1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 268 | |
| 269 | /* |
| 270 | * Configure MPU_EXT_NIRQ IO in IO_CONF9 register, |
| 271 | * It is used as the Ethernet controller interrupt |
| 272 | */ |
Tony Lindgren | 7b88e62 | 2011-10-05 15:14:02 -0700 | [diff] [blame] | 273 | omap_writel(omap_readl(OMAP7XX_IO_CONF_9) & 0x1FFFFFFF, |
| 274 | OMAP7XX_IO_CONF_9); |
| 275 | |
| 276 | perseus2_init_smc91x(); |
| 277 | |
Sasha Levin | 0449410 | 2012-11-08 15:23:09 -0500 | [diff] [blame] | 278 | BUG_ON(gpio_request(P2_NAND_RB_GPIO_PIN, "NAND ready") < 0); |
Tony Lindgren | 7b88e62 | 2011-10-05 15:14:02 -0700 | [diff] [blame] | 279 | gpio_direction_input(P2_NAND_RB_GPIO_PIN); |
| 280 | |
| 281 | omap_cfg_reg(L3_1610_FLASH_CS2B_OE); |
| 282 | omap_cfg_reg(M8_1610_FLASH_CS2B_WE); |
| 283 | |
| 284 | /* Mux pins for keypad */ |
| 285 | omap_cfg_reg(E2_7XX_KBR0); |
| 286 | omap_cfg_reg(J7_7XX_KBR1); |
| 287 | omap_cfg_reg(E1_7XX_KBR2); |
| 288 | omap_cfg_reg(F3_7XX_KBR3); |
| 289 | omap_cfg_reg(D2_7XX_KBR4); |
| 290 | omap_cfg_reg(C2_7XX_KBC0); |
| 291 | omap_cfg_reg(D3_7XX_KBC1); |
| 292 | omap_cfg_reg(E4_7XX_KBC2); |
| 293 | omap_cfg_reg(F4_7XX_KBC3); |
| 294 | omap_cfg_reg(E3_7XX_KBC4); |
| 295 | |
| 296 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
| 297 | |
Tony Lindgren | 7b88e62 | 2011-10-05 15:14:02 -0700 | [diff] [blame] | 298 | omap_serial_init(); |
| 299 | omap_register_i2c_bus(1, 100, NULL, 0); |
Tomi Valkeinen | ddba6c7 | 2011-09-20 15:23:13 +0300 | [diff] [blame] | 300 | |
| 301 | omapfb_set_lcd_config(&perseus2_lcd_config); |
Tony Lindgren | 7b88e62 | 2011-10-05 15:14:02 -0700 | [diff] [blame] | 302 | } |
| 303 | |
| 304 | /* Only FPGA needs to be mapped here. All others are done with ioremap */ |
| 305 | static struct map_desc omap_perseus2_io_desc[] __initdata = { |
| 306 | { |
| 307 | .virtual = H2P2_DBG_FPGA_BASE, |
| 308 | .pfn = __phys_to_pfn(H2P2_DBG_FPGA_START), |
| 309 | .length = H2P2_DBG_FPGA_SIZE, |
| 310 | .type = MT_DEVICE |
| 311 | } |
| 312 | }; |
| 313 | |
| 314 | static void __init omap_perseus2_map_io(void) |
| 315 | { |
| 316 | omap7xx_map_io(); |
| 317 | iotable_init(omap_perseus2_io_desc, |
| 318 | ARRAY_SIZE(omap_perseus2_io_desc)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 319 | } |
| 320 | |
| 321 | MACHINE_START(OMAP_PERSEUS2, "OMAP730 Perseus2") |
Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 322 | /* Maintainer: Kevin Hilman <kjh@hilman.org> */ |
Nicolas Pitre | 246e389 | 2011-07-05 22:38:15 -0400 | [diff] [blame] | 323 | .atag_offset = 0x100, |
Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 324 | .map_io = omap_perseus2_map_io, |
Tony Lindgren | 7b88e62 | 2011-10-05 15:14:02 -0700 | [diff] [blame] | 325 | .init_early = omap1_init_early, |
Tony Lindgren | 7b88e62 | 2011-10-05 15:14:02 -0700 | [diff] [blame] | 326 | .init_irq = omap1_init_irq, |
Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 327 | .init_machine = omap_perseus2_init, |
Shawn Guo | 82c3bd0 | 2012-04-26 13:49:29 +0800 | [diff] [blame] | 328 | .init_late = omap1_init_late, |
Stephen Warren | 6bb27d7 | 2012-11-08 12:40:59 -0700 | [diff] [blame] | 329 | .init_time = omap1_timer_init, |
Russell King | baa9588 | 2011-11-05 17:06:28 +0000 | [diff] [blame] | 330 | .restart = omap1_restart, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 331 | MACHINE_END |