collie.c (1d0ad843b08f7655b8ac011bca1e3e0c69a554de) | collie.c (f7177c8452618df34ecdcd7b6f2cb941aec0ffc3) |
---|---|
1/* 2 * linux/arch/arm/mach-sa1100/collie.c 3 * 4 * May be copied or modified under the terms of the GNU General Public 5 * License. See linux/COPYING for more information. 6 * 7 * This file contains all Collie-specific tweaks. 8 * --- 72 unchanged lines hidden (view full) --- 81static struct scoop_pcmcia_config collie_pcmcia_config = { 82 .devs = &collie_pcmcia_scoop[0], 83 .num_devs = 1, 84}; 85 86static struct mcp_plat_data collie_mcp_data = { 87 .mccr0 = MCCR0_ADM | MCCR0_ExtClk, 88 .sclk_rate = 9216000, | 1/* 2 * linux/arch/arm/mach-sa1100/collie.c 3 * 4 * May be copied or modified under the terms of the GNU General Public 5 * License. See linux/COPYING for more information. 6 * 7 * This file contains all Collie-specific tweaks. 8 * --- 72 unchanged lines hidden (view full) --- 81static struct scoop_pcmcia_config collie_pcmcia_config = { 82 .devs = &collie_pcmcia_scoop[0], 83 .num_devs = 1, 84}; 85 86static struct mcp_plat_data collie_mcp_data = { 87 .mccr0 = MCCR0_ADM | MCCR0_ExtClk, 88 .sclk_rate = 9216000, |
89 .gpio_base = COLLIE_TC35143_GPIO_BASE, |
|
89}; 90 91#ifdef CONFIG_SHARP_LOCOMO 92/* 93 * low-level UART features. 94 */ 95struct platform_device collie_locomo_device; 96 --- 222 unchanged lines hidden --- | 90}; 91 92#ifdef CONFIG_SHARP_LOCOMO 93/* 94 * low-level UART features. 95 */ 96struct platform_device collie_locomo_device; 97 --- 222 unchanged lines hidden --- |