board-ams-delta.c 14.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
/*
 * linux/arch/arm/mach-omap1/board-ams-delta.c
 *
 * Modified from board-generic.c
 *
 * Board specific inits for the Amstrad E3 (codename Delta) videophone
 *
 * Copyright (C) 2006 Jonathan McDowell <noodles@earth.li>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */
14
#include <linux/basic_mmio_gpio.h>
15
#include <linux/gpio.h>
16 17
#include <linux/kernel.h>
#include <linux/init.h>
18
#include <linux/input.h>
19
#include <linux/interrupt.h>
20
#include <linux/leds.h>
21
#include <linux/mutex.h>
22
#include <linux/platform_device.h>
23 24 25
#include <linux/regulator/consumer.h>
#include <linux/regulator/fixed.h>
#include <linux/regulator/machine.h>
26
#include <linux/serial_8250.h>
27
#include <linux/export.h>
28

29 30
#include <media/soc_camera.h>

31
#include <asm/serial.h>
32
#include <mach/hardware.h>
33 34 35 36
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>

37
#include <plat/io.h>
38 39 40 41 42
#include <plat/board-ams-delta.h>
#include <plat/keypad.h>
#include <plat/mux.h>
#include <plat/usb.h>
#include <plat/board.h>
43
#include "common.h"
44
#include <mach/camera.h>
45

46 47
#include <mach/ams-delta-fiq.h>

48
static const unsigned int ams_delta_keymap[] = {
49
	KEY(0, 0, KEY_F1),		/* Advert    */
50

51 52 53 54
	KEY(0, 3, KEY_COFFEE),		/* Games     */
	KEY(0, 2, KEY_QUESTION),	/* Directory */
	KEY(2, 3, KEY_CONNECT),		/* Internet  */
	KEY(1, 2, KEY_SHOP),		/* Services  */
55
	KEY(1, 1, KEY_PHONE),		/* VoiceMail */
56

57
	KEY(0, 1, KEY_DELETE),		/* Delete    */
58
	KEY(2, 2, KEY_PLAY),		/* Play      */
59 60 61 62
	KEY(1, 0, KEY_PAGEUP),		/* Up        */
	KEY(1, 3, KEY_PAGEDOWN),	/* Down      */
	KEY(2, 0, KEY_EMAIL),		/* ReadEmail */
	KEY(2, 1, KEY_STOP),		/* Stop      */
63 64

	/* Numeric keypad portion */
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
	KEY(0, 7, KEY_KP1),
	KEY(0, 6, KEY_KP2),
	KEY(0, 5, KEY_KP3),
	KEY(1, 7, KEY_KP4),
	KEY(1, 6, KEY_KP5),
	KEY(1, 5, KEY_KP6),
	KEY(2, 7, KEY_KP7),
	KEY(2, 6, KEY_KP8),
	KEY(2, 5, KEY_KP9),
	KEY(3, 6, KEY_KP0),
	KEY(3, 7, KEY_KPASTERISK),
	KEY(3, 5, KEY_KPDOT),		/* # key     */
	KEY(7, 2, KEY_NUMLOCK),		/* Mute      */
	KEY(7, 1, KEY_KPMINUS),		/* Recall    */
	KEY(6, 1, KEY_KPPLUS),		/* Redial    */
	KEY(7, 6, KEY_KPSLASH),		/* Handsfree */
	KEY(6, 0, KEY_ENTER),		/* Video     */

	KEY(7, 4, KEY_CAMERA),		/* Photo     */

	KEY(0, 4, KEY_F2),		/* Home      */
	KEY(1, 4, KEY_F3),		/* Office    */
	KEY(2, 4, KEY_F4),		/* Mobile    */
88
	KEY(7, 7, KEY_F5),		/* SMS       */
89
	KEY(7, 5, KEY_F6),		/* Email     */
90 91

	/* QWERTY portion of keypad */
92
	KEY(3, 4, KEY_Q),
93
	KEY(3, 3, KEY_W),
94 95 96 97 98 99
	KEY(3, 2, KEY_E),
	KEY(3, 1, KEY_R),
	KEY(3, 0, KEY_T),
	KEY(4, 7, KEY_Y),
	KEY(4, 6, KEY_U),
	KEY(4, 5, KEY_I),
100
	KEY(4, 4, KEY_O),
101
	KEY(4, 3, KEY_P),
102

103 104 105 106 107
	KEY(4, 2, KEY_A),
	KEY(4, 1, KEY_S),
	KEY(4, 0, KEY_D),
	KEY(5, 7, KEY_F),
	KEY(5, 6, KEY_G),
108
	KEY(5, 5, KEY_H),
109 110 111
	KEY(5, 4, KEY_J),
	KEY(5, 3, KEY_K),
	KEY(5, 2, KEY_L),
112

113 114 115
	KEY(5, 1, KEY_Z),
	KEY(5, 0, KEY_X),
	KEY(6, 7, KEY_C),
116
	KEY(6, 6, KEY_V),
117 118 119 120
	KEY(6, 5, KEY_B),
	KEY(6, 4, KEY_N),
	KEY(6, 3, KEY_M),
	KEY(6, 2, KEY_SPACE),
121

122 123
	KEY(7, 0, KEY_LEFTSHIFT),	/* Vol up    */
	KEY(7, 3, KEY_LEFTCTRL),	/* Vol down  */
124 125
};

126 127 128 129 130 131
#define LATCH1_PHYS	0x01000000
#define LATCH1_VIRT	0xEA000000
#define MODEM_PHYS	0x04000000
#define MODEM_VIRT	0xEB000000
#define LATCH2_PHYS	0x08000000
#define LATCH2_VIRT	0xEC000000
132 133

static struct map_desc ams_delta_io_desc[] __initdata = {
134
	/* AMS_DELTA_LATCH1 */
135
	{
136 137
		.virtual	= LATCH1_VIRT,
		.pfn		= __phys_to_pfn(LATCH1_PHYS),
138 139 140
		.length		= 0x01000000,
		.type		= MT_DEVICE
	},
141
	/* AMS_DELTA_LATCH2 */
142
	{
143 144
		.virtual	= LATCH2_VIRT,
		.pfn		= __phys_to_pfn(LATCH2_PHYS),
145 146 147
		.length		= 0x01000000,
		.type		= MT_DEVICE
	},
148
	/* AMS_DELTA_MODEM */
149
	{
150 151
		.virtual	= MODEM_VIRT,
		.pfn		= __phys_to_pfn(MODEM_PHYS),
152 153 154 155 156
		.length		= 0x01000000,
		.type		= MT_DEVICE
	}
};

157
static struct omap_lcd_config ams_delta_lcd_config __initdata = {
158 159 160
	.ctrl_name	= "internal",
};

161
static struct omap_usb_config ams_delta_usb_config = {
162 163 164 165 166
	.register_host	= 1,
	.hmc_mode	= 16,
	.pins[0]	= 2,
};

167
static struct omap_board_config_kernel ams_delta_config[] __initdata = {
168
	{ OMAP_TAG_LCD,		&ams_delta_lcd_config },
169 170
};

171 172 173
#define LATCH1_GPIO_BASE	232
#define LATCH1_NGPIO		8

174
static struct resource latch1_resources[] = {
175 176 177
	[0] = {
		.name	= "dat",
		.start	= LATCH1_PHYS,
178
		.end	= LATCH1_PHYS + (LATCH1_NGPIO - 1) / 8,
179 180 181 182
		.flags	= IORESOURCE_MEM,
	},
};

183
static struct bgpio_pdata latch1_pdata = {
184 185
	.base	= LATCH1_GPIO_BASE,
	.ngpio	= LATCH1_NGPIO,
186 187 188 189 190 191 192 193 194 195 196 197
};

static struct platform_device latch1_gpio_device = {
	.name		= "basic-mmio-gpio",
	.id		= 0,
	.resource	= latch1_resources,
	.num_resources	= ARRAY_SIZE(latch1_resources),
	.dev		= {
		.platform_data	= &latch1_pdata,
	},
};

198
static struct resource latch2_resources[] = {
199 200 201 202 203 204 205 206
	[0] = {
		.name	= "dat",
		.start	= LATCH2_PHYS,
		.end	= LATCH2_PHYS + (AMS_DELTA_LATCH2_NGPIO - 1) / 8,
		.flags	= IORESOURCE_MEM,
	},
};

207
static struct bgpio_pdata latch2_pdata = {
208 209 210 211 212 213 214 215 216 217 218 219 220 221
	.base	= AMS_DELTA_LATCH2_GPIO_BASE,
	.ngpio	= AMS_DELTA_LATCH2_NGPIO,
};

static struct platform_device latch2_gpio_device = {
	.name		= "basic-mmio-gpio",
	.id		= 1,
	.resource	= latch2_resources,
	.num_resources	= ARRAY_SIZE(latch2_resources),
	.dev		= {
		.platform_data	= &latch2_pdata,
	},
};

222
static const struct gpio latch_gpios[] __initconst = {
223
	{
224
		.gpio	= LATCH1_GPIO_BASE + 6,
225 226 227 228
		.flags	= GPIOF_OUT_INIT_LOW,
		.label	= "dockit1",
	},
	{
229
		.gpio	= LATCH1_GPIO_BASE + 7,
230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259
		.flags	= GPIOF_OUT_INIT_LOW,
		.label	= "dockit2",
	},
	{
		.gpio	= AMS_DELTA_GPIO_PIN_SCARD_RSTIN,
		.flags	= GPIOF_OUT_INIT_LOW,
		.label	= "scard_rstin",
	},
	{
		.gpio	= AMS_DELTA_GPIO_PIN_SCARD_CMDVCC,
		.flags	= GPIOF_OUT_INIT_LOW,
		.label	= "scard_cmdvcc",
	},
	{
		.gpio	= AMS_DELTA_GPIO_PIN_MODEM_CODEC,
		.flags	= GPIOF_OUT_INIT_LOW,
		.label	= "modem_codec",
	},
	{
		.gpio	= AMS_DELTA_LATCH2_GPIO_BASE + 14,
		.flags	= GPIOF_OUT_INIT_LOW,
		.label	= "hookflash1",
	},
	{
		.gpio	= AMS_DELTA_LATCH2_GPIO_BASE + 15,
		.flags	= GPIOF_OUT_INIT_LOW,
		.label	= "hookflash2",
	},
};

260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324
static struct regulator_consumer_supply modem_nreset_consumers[] = {
	REGULATOR_SUPPLY("RESET#", "serial8250.1"),
	REGULATOR_SUPPLY("POR", "cx20442-codec"),
};

static struct regulator_init_data modem_nreset_data = {
	.constraints		= {
		.valid_ops_mask		= REGULATOR_CHANGE_STATUS,
		.boot_on		= 1,
	},
	.num_consumer_supplies	= ARRAY_SIZE(modem_nreset_consumers),
	.consumer_supplies	= modem_nreset_consumers,
};

static struct fixed_voltage_config modem_nreset_config = {
	.supply_name		= "modem_nreset",
	.microvolts		= 3300000,
	.gpio			= AMS_DELTA_GPIO_PIN_MODEM_NRESET,
	.startup_delay		= 25000,
	.enable_high		= 1,
	.enabled_at_boot	= 1,
	.init_data		= &modem_nreset_data,
};

static struct platform_device modem_nreset_device = {
	.name	= "reg-fixed-voltage",
	.id	= -1,
	.dev	= {
		.platform_data	= &modem_nreset_config,
	},
};

struct modem_private_data {
	struct regulator *regulator;
	struct {
		struct mutex lock;
		bool enabled;
	} consumer;
};

static int regulator_toggle(struct modem_private_data *priv, bool enable)
{
	int err = 0;

	mutex_lock(&priv->consumer.lock);
	if (IS_ERR(priv->regulator)) {
		err = PTR_ERR(priv->regulator);
	} else if (enable) {
		if (!priv->consumer.enabled) {
			err = regulator_enable(priv->regulator);
			priv->consumer.enabled = true;
		}
	} else {
		if (priv->consumer.enabled) {
			err = regulator_disable(priv->regulator);
			priv->consumer.enabled = false;
		}
	}
	mutex_unlock(&priv->consumer.lock);

	return err;
}

static struct modem_private_data modem_priv;

325 326 327 328 329 330 331 332
void ams_delta_latch_write(int base, int ngpio, u16 mask, u16 value)
{
	int bit = 0;
	u16 bitpos = 1 << bit;

	for (; bit < ngpio; bit++, bitpos = bitpos << 1) {
		if (!(mask & bitpos))
			continue;
333 334 335 336
		else if (base + bit == AMS_DELTA_GPIO_PIN_MODEM_NRESET)
			regulator_toggle(&modem_priv, (value & bitpos) != 0);
		else
			gpio_set_value(base + bit, (value & bitpos) != 0);
337 338 339 340
	}
}
EXPORT_SYMBOL(ams_delta_latch_write);

341 342 343 344 345 346 347 348 349
static struct resource ams_delta_nand_resources[] = {
	[0] = {
		.start	= OMAP1_MPUIO_BASE,
		.end	= OMAP1_MPUIO_BASE +
				OMAP_MPUIO_IO_CNTL + sizeof(u32) - 1,
		.flags	= IORESOURCE_MEM,
	},
};

350 351
static struct platform_device ams_delta_nand_device = {
	.name	= "ams-delta-nand",
352 353 354
	.id	= -1,
	.num_resources	= ARRAY_SIZE(ams_delta_nand_resources),
	.resource	= ams_delta_nand_resources,
355 356
};

357 358 359 360 361 362 363 364
static struct resource ams_delta_kp_resources[] = {
	[0] = {
		.start	= INT_KEYBOARD,
		.end	= INT_KEYBOARD,
		.flags	= IORESOURCE_IRQ,
	},
};

365 366 367 368 369
static const struct matrix_keymap_data ams_delta_keymap_data = {
	.keymap		= ams_delta_keymap,
	.keymap_size	= ARRAY_SIZE(ams_delta_keymap),
};

370
static struct omap_kp_platform_data ams_delta_kp_data = {
371 372
	.rows		= 8,
	.cols		= 8,
373
	.keymap_data	= &ams_delta_keymap_data,
374 375 376
	.delay		= 9,
};

377
static struct platform_device ams_delta_kp_device = {
378 379 380 381 382 383 384 385 386
	.name		= "omap-keypad",
	.id		= -1,
	.dev		= {
		.platform_data = &ams_delta_kp_data,
	},
	.num_resources	= ARRAY_SIZE(ams_delta_kp_resources),
	.resource	= ams_delta_kp_resources,
};

387
static struct platform_device ams_delta_lcd_device = {
388 389 390 391
	.name	= "lcd_ams_delta",
	.id	= -1,
};

392
static const struct gpio_led gpio_leds[] __initconst = {
393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427
	{
		.name		 = "camera",
		.gpio		 = LATCH1_GPIO_BASE + 0,
		.default_state	 = LEDS_GPIO_DEFSTATE_OFF,
#ifdef CONFIG_LEDS_TRIGGERS
		.default_trigger = "ams_delta_camera",
#endif
	},
	{
		.name		 = "advert",
		.gpio		 = LATCH1_GPIO_BASE + 1,
		.default_state	 = LEDS_GPIO_DEFSTATE_OFF,
	},
	{
		.name		 = "email",
		.gpio		 = LATCH1_GPIO_BASE + 2,
		.default_state	 = LEDS_GPIO_DEFSTATE_OFF,
	},
	{
		.name		 = "handsfree",
		.gpio		 = LATCH1_GPIO_BASE + 3,
		.default_state	 = LEDS_GPIO_DEFSTATE_OFF,
	},
	{
		.name		 = "voicemail",
		.gpio		 = LATCH1_GPIO_BASE + 4,
		.default_state	 = LEDS_GPIO_DEFSTATE_OFF,
	},
	{
		.name		 = "voice",
		.gpio		 = LATCH1_GPIO_BASE + 5,
		.default_state	 = LEDS_GPIO_DEFSTATE_OFF,
	},
};

428
static const struct gpio_led_platform_data leds_pdata __initconst = {
429 430
	.leds		= gpio_leds,
	.num_leds	= ARRAY_SIZE(gpio_leds),
431 432
};

433 434 435 436 437 438
static struct i2c_board_info ams_delta_camera_board_info[] = {
	{
		I2C_BOARD_INFO("ov6650", 0x60),
	},
};

439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456
#ifdef CONFIG_LEDS_TRIGGERS
DEFINE_LED_TRIGGER(ams_delta_camera_led_trigger);

static int ams_delta_camera_power(struct device *dev, int power)
{
	/*
	 * turn on camera LED
	 */
	if (power)
		led_trigger_event(ams_delta_camera_led_trigger, LED_FULL);
	else
		led_trigger_event(ams_delta_camera_led_trigger, LED_OFF);
	return 0;
}
#else
#define ams_delta_camera_power	NULL
#endif

457
static struct soc_camera_link ams_delta_iclink = {
458 459 460 461
	.bus_id         = 0,	/* OMAP1 SoC camera bus */
	.i2c_adapter_id = 1,
	.board_info     = &ams_delta_camera_board_info[0],
	.module_name    = "ov6650",
462
	.power		= ams_delta_camera_power,
463 464
};

465
static struct platform_device ams_delta_camera_device = {
466 467 468 469 470 471 472 473 474 475 476 477
	.name   = "soc-camera-pdrv",
	.id     = 0,
	.dev    = {
		.platform_data = &ams_delta_iclink,
	},
};

static struct omap1_cam_platform_data ams_delta_camera_platform_data = {
	.camexclk_khz	= 12000,	/* default 12MHz clock, no extra DPLL */
	.lclk_khz_max	= 1334,		/* results in 5fps CIF, 10fps QCIF */
};

478
static struct platform_device *ams_delta_devices[] __initdata = {
479 480
	&latch1_gpio_device,
	&latch2_gpio_device,
481
	&ams_delta_kp_device,
482
	&ams_delta_camera_device,
483 484
};

485
static struct platform_device *late_devices[] __initdata = {
486
	&ams_delta_nand_device,
487
	&ams_delta_lcd_device,
488 489
};

490 491
static void __init ams_delta_init(void)
{
492 493 494 495
	/* mux pins for uarts */
	omap_cfg_reg(UART1_TX);
	omap_cfg_reg(UART1_RTS);

496 497 498 499 500 501 502 503 504 505 506 507 508 509
	/* parallel camera interface */
	omap_cfg_reg(H19_1610_CAM_EXCLK);
	omap_cfg_reg(J15_1610_CAM_LCLK);
	omap_cfg_reg(L18_1610_CAM_VS);
	omap_cfg_reg(L15_1610_CAM_HS);
	omap_cfg_reg(L19_1610_CAM_D0);
	omap_cfg_reg(K14_1610_CAM_D1);
	omap_cfg_reg(K15_1610_CAM_D2);
	omap_cfg_reg(K19_1610_CAM_D3);
	omap_cfg_reg(K18_1610_CAM_D4);
	omap_cfg_reg(J14_1610_CAM_D5);
	omap_cfg_reg(J19_1610_CAM_D6);
	omap_cfg_reg(J18_1610_CAM_D7);

510 511 512
	omap_board_config = ams_delta_config;
	omap_board_config_size = ARRAY_SIZE(ams_delta_config);
	omap_serial_init();
513
	omap_register_i2c_bus(1, 100, NULL, 0);
514

515
	omap1_usb_init(&ams_delta_usb_config);
516
	omap1_set_camera_info(&ams_delta_camera_platform_data);
517 518 519 520
#ifdef CONFIG_LEDS_TRIGGERS
	led_trigger_register_simple("ams_delta_camera",
			&ams_delta_camera_led_trigger);
#endif
521
	gpio_led_register_device(-1, &leds_pdata);
522
	platform_add_devices(ams_delta_devices, ARRAY_SIZE(ams_delta_devices));
523

524 525
	ams_delta_init_fiq();

526
	omap_writew(omap_readw(ARM_RSTCT1) | 0x0004, ARM_RSTCT1);
527 528
}

529 530
static struct plat_serial8250_port ams_delta_modem_ports[] = {
	{
531 532
		.membase	= IOMEM(MODEM_VIRT),
		.mapbase	= MODEM_PHYS,
533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550
		.irq		= -EINVAL, /* changed later */
		.flags		= UPF_BOOT_AUTOCONF,
		.irqflags	= IRQF_TRIGGER_RISING,
		.iotype		= UPIO_MEM,
		.regshift	= 1,
		.uartclk	= BASE_BAUD * 16,
	},
	{ },
};

static struct platform_device ams_delta_modem_device = {
	.name	= "serial8250",
	.id	= PLAT8250_DEV_PLATFORM1,
	.dev		= {
		.platform_data = ams_delta_modem_ports,
	},
};

551
static int __init late_init(void)
552
{
553 554
	int err;

555 556 557
	if (!machine_is_ams_delta())
		return -ENODEV;

558 559 560 561 562
	err = gpio_request_array(latch_gpios, ARRAY_SIZE(latch_gpios));
	if (err) {
		pr_err("Couldn't take over latch1/latch2 GPIO pins\n");
		return err;
	}
563 564 565

	platform_add_devices(late_devices, ARRAY_SIZE(late_devices));

566 567 568 569 570 571
	err = platform_device_register(&modem_nreset_device);
	if (err) {
		pr_err("Couldn't register the modem regulator device\n");
		return err;
	}

572
	omap_cfg_reg(M14_1510_GPIO2);
573 574 575 576 577 578 579 580 581
	ams_delta_modem_ports[0].irq =
			gpio_to_irq(AMS_DELTA_GPIO_PIN_MODEM_IRQ);

	err = gpio_request(AMS_DELTA_GPIO_PIN_MODEM_IRQ, "modem");
	if (err) {
		pr_err("Couldn't request gpio pin for modem\n");
		return err;
	}
	gpio_direction_input(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
582

583 584 585 586
	/* Initialize the modem_nreset regulator consumer before use */
	mutex_init(&modem_priv.consumer.lock);
	modem_priv.regulator = ERR_PTR(-ENODEV);

587 588 589 590
	ams_delta_latch2_write(
		AMS_DELTA_LATCH2_MODEM_NRESET | AMS_DELTA_LATCH2_MODEM_CODEC,
		AMS_DELTA_LATCH2_MODEM_NRESET | AMS_DELTA_LATCH2_MODEM_CODEC);

591 592 593
	err = platform_device_register(&ams_delta_modem_device);
	if (err)
		goto gpio_free;
594 595 596 597 598 599 600 601 602 603 604 605 606

	/*
	 * Once the modem device is registered, the modem_nreset
	 * regulator can be requested on behalf of that device.
	 * The regulator is used via ams_delta_latch_write()
	 * by the modem and ASoC drivers until updated.
	 */
	modem_priv.regulator = regulator_get(&ams_delta_modem_device.dev,
			"RESET#");
	if (IS_ERR(modem_priv.regulator)) {
		err = PTR_ERR(modem_priv.regulator);
		goto unregister;
	}
607 608
	return 0;

609 610
unregister:
	platform_device_unregister(&ams_delta_modem_device);
611 612 613
gpio_free:
	gpio_free(AMS_DELTA_GPIO_PIN_MODEM_IRQ);
	return err;
614
}
615
late_initcall(late_init);
616

617 618 619 620 621 622
static void __init ams_delta_map_io(void)
{
	omap15xx_map_io();
	iotable_init(ams_delta_io_desc, ARRAY_SIZE(ams_delta_io_desc));
}

623 624
MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)")
	/* Maintainer: Jonathan McDowell <noodles@earth.li> */
625
	.atag_offset	= 0x100,
626
	.map_io		= ams_delta_map_io,
627
	.init_early	= omap1_init_early,
628
	.reserve	= omap_reserve,
629
	.init_irq	= omap1_init_irq,
630
	.init_machine	= ams_delta_init,
631
	.timer		= &omap1_timer,
632
	.restart	= omap1_restart,
633
MACHINE_END