| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* | 
|  | 2 | *  linux/arch/arm/mach-pxa/idp.c | 
|  | 3 | * | 
|  | 4 | *  This program is free software; you can redistribute it and/or modify | 
|  | 5 | *  it under the terms of the GNU General Public License version 2 as | 
|  | 6 | *  published by the Free Software Foundation. | 
|  | 7 | * | 
|  | 8 | *  Copyright (c) 2001 Cliff Brake, Accelent Systems Inc. | 
|  | 9 | * | 
|  | 10 | *  2001-09-13: Cliff Brake <cbrake@accelent.com> | 
|  | 11 | *              Initial code | 
|  | 12 | * | 
|  | 13 | *  2005-02-15: Cliff Brake <cliff.brake@gmail.com> | 
|  | 14 | *  		<http://www.vibren.com> <http://bec-systems.com> | 
|  | 15 | *              Updated for 2.6 kernel | 
|  | 16 | * | 
|  | 17 | */ | 
|  | 18 |  | 
|  | 19 | #include <linux/init.h> | 
|  | 20 | #include <linux/interrupt.h> | 
| Thomas Gleixner | 1623dee | 2006-07-01 22:32:20 +0100 | [diff] [blame] | 21 | #include <linux/irq.h> | 
| Russell King | d052d1b | 2005-10-29 19:07:23 +0100 | [diff] [blame] | 22 | #include <linux/platform_device.h> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | #include <linux/fb.h> | 
|  | 24 |  | 
|  | 25 | #include <asm/setup.h> | 
|  | 26 | #include <asm/memory.h> | 
|  | 27 | #include <asm/mach-types.h> | 
| Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 28 | #include <mach/hardware.h> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | #include <asm/irq.h> | 
|  | 30 |  | 
|  | 31 | #include <asm/mach/arch.h> | 
|  | 32 | #include <asm/mach/map.h> | 
|  | 33 |  | 
| Eric Miao | 51c6298 | 2009-01-02 23:17:22 +0800 | [diff] [blame] | 34 | #include <mach/pxa25x.h> | 
| Russell King | a09e64f | 2008-08-05 16:14:15 +0100 | [diff] [blame] | 35 | #include <mach/idp.h> | 
|  | 36 | #include <mach/pxafb.h> | 
|  | 37 | #include <mach/bitfield.h> | 
|  | 38 | #include <mach/mmc.h> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 |  | 
|  | 40 | #include "generic.h" | 
| Russell King | 46c41e6 | 2007-05-15 15:39:36 +0100 | [diff] [blame] | 41 | #include "devices.h" | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 |  | 
|  | 43 | /* TODO: | 
|  | 44 | * - add pxa2xx_audio_ops_t device structure | 
|  | 45 | * - Ethernet interrupt | 
|  | 46 | */ | 
|  | 47 |  | 
| Eric Miao | 399ba62 | 2008-08-08 13:33:31 +0800 | [diff] [blame] | 48 | static unsigned long idp_pin_config[] __initdata = { | 
| Eric Miao | bea95d2 | 2008-08-08 14:17:57 +0800 | [diff] [blame] | 49 | /* LCD */ | 
|  | 50 | GPIO58_LCD_LDD_0, | 
|  | 51 | GPIO59_LCD_LDD_1, | 
|  | 52 | GPIO60_LCD_LDD_2, | 
|  | 53 | GPIO61_LCD_LDD_3, | 
|  | 54 | GPIO62_LCD_LDD_4, | 
|  | 55 | GPIO63_LCD_LDD_5, | 
|  | 56 | GPIO64_LCD_LDD_6, | 
|  | 57 | GPIO65_LCD_LDD_7, | 
|  | 58 | GPIO66_LCD_LDD_8, | 
|  | 59 | GPIO67_LCD_LDD_9, | 
|  | 60 | GPIO68_LCD_LDD_10, | 
|  | 61 | GPIO69_LCD_LDD_11, | 
|  | 62 | GPIO70_LCD_LDD_12, | 
|  | 63 | GPIO71_LCD_LDD_13, | 
|  | 64 | GPIO72_LCD_LDD_14, | 
|  | 65 | GPIO73_LCD_LDD_15, | 
|  | 66 | GPIO74_LCD_FCLK, | 
|  | 67 | GPIO75_LCD_LCLK, | 
|  | 68 | GPIO76_LCD_PCLK, | 
|  | 69 |  | 
| Eric Miao | 399ba62 | 2008-08-08 13:33:31 +0800 | [diff] [blame] | 70 | /* BTUART */ | 
|  | 71 | GPIO42_BTUART_RXD, | 
|  | 72 | GPIO43_BTUART_TXD, | 
|  | 73 | GPIO44_BTUART_CTS, | 
|  | 74 | GPIO45_BTUART_RTS, | 
|  | 75 |  | 
|  | 76 | /* STUART */ | 
|  | 77 | GPIO46_STUART_RXD, | 
|  | 78 | GPIO47_STUART_TXD, | 
|  | 79 |  | 
|  | 80 | /* MMC */ | 
|  | 81 | GPIO6_MMC_CLK, | 
|  | 82 | GPIO8_MMC_CS0, | 
|  | 83 |  | 
|  | 84 | /* Ethernet */ | 
|  | 85 | GPIO33_nCS_5,	/* Ethernet CS */ | 
|  | 86 | GPIO4_GPIO,	/* Ethernet IRQ */ | 
|  | 87 | }; | 
|  | 88 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | static struct resource smc91x_resources[] = { | 
|  | 90 | [0] = { | 
|  | 91 | .start	= (IDP_ETH_PHYS + 0x300), | 
|  | 92 | .end	= (IDP_ETH_PHYS + 0xfffff), | 
|  | 93 | .flags	= IORESOURCE_MEM, | 
|  | 94 | }, | 
|  | 95 | [1] = { | 
|  | 96 | .start	= IRQ_GPIO(4), | 
|  | 97 | .end	= IRQ_GPIO(4), | 
| Russell King | e7b3dc7 | 2008-01-14 22:30:10 +0000 | [diff] [blame] | 98 | .flags	= IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 99 | } | 
|  | 100 | }; | 
|  | 101 |  | 
|  | 102 | static struct platform_device smc91x_device = { | 
|  | 103 | .name		= "smc91x", | 
|  | 104 | .id		= 0, | 
|  | 105 | .num_resources	= ARRAY_SIZE(smc91x_resources), | 
|  | 106 | .resource	= smc91x_resources, | 
|  | 107 | }; | 
|  | 108 |  | 
|  | 109 | static void idp_backlight_power(int on) | 
|  | 110 | { | 
|  | 111 | if (on) { | 
|  | 112 | IDP_CPLD_LCD |= (1<<1); | 
|  | 113 | } else { | 
|  | 114 | IDP_CPLD_LCD &= ~(1<<1); | 
|  | 115 | } | 
|  | 116 | } | 
|  | 117 |  | 
|  | 118 | static void idp_vlcd(int on) | 
|  | 119 | { | 
|  | 120 | if (on) { | 
|  | 121 | IDP_CPLD_LCD |= (1<<2); | 
|  | 122 | } else { | 
|  | 123 | IDP_CPLD_LCD &= ~(1<<2); | 
|  | 124 | } | 
|  | 125 | } | 
|  | 126 |  | 
| Richard Purdie | d14b272 | 2006-09-20 22:54:21 +0100 | [diff] [blame] | 127 | static void idp_lcd_power(int on, struct fb_var_screeninfo *var) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 128 | { | 
|  | 129 | if (on) { | 
|  | 130 | IDP_CPLD_LCD |= (1<<0); | 
|  | 131 | } else { | 
|  | 132 | IDP_CPLD_LCD &= ~(1<<0); | 
|  | 133 | } | 
|  | 134 |  | 
|  | 135 | /* call idp_vlcd for now as core driver does not support | 
|  | 136 | * both power and vlcd hooks.  Note, this is not technically | 
|  | 137 | * the correct sequence, but seems to work.  Disclaimer: | 
|  | 138 | * this may eventually damage the display. | 
|  | 139 | */ | 
|  | 140 |  | 
|  | 141 | idp_vlcd(on); | 
|  | 142 | } | 
|  | 143 |  | 
| Richard Purdie | d14b272 | 2006-09-20 22:54:21 +0100 | [diff] [blame] | 144 | static struct pxafb_mode_info sharp_lm8v31_mode = { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 145 | .pixclock	= 270000, | 
|  | 146 | .xres		= 640, | 
|  | 147 | .yres		= 480, | 
|  | 148 | .bpp		= 16, | 
|  | 149 | .hsync_len	= 1, | 
|  | 150 | .left_margin	= 3, | 
|  | 151 | .right_margin	= 3, | 
|  | 152 | .vsync_len	= 1, | 
|  | 153 | .upper_margin	= 0, | 
|  | 154 | .lower_margin	= 0, | 
|  | 155 | .sync		= FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, | 
|  | 156 | .cmap_greyscale	= 0, | 
| Richard Purdie | d14b272 | 2006-09-20 22:54:21 +0100 | [diff] [blame] | 157 | }; | 
|  | 158 |  | 
|  | 159 | static struct pxafb_mach_info sharp_lm8v31 = { | 
|  | 160 | .modes          = &sharp_lm8v31_mode, | 
|  | 161 | .num_modes      = 1, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 162 | .cmap_inverse	= 0, | 
|  | 163 | .cmap_static	= 0, | 
| Eric Miao | bea95d2 | 2008-08-08 14:17:57 +0800 | [diff] [blame] | 164 | .lcd_conn	= LCD_COLOR_DSTN_16BPP | LCD_PCLK_EDGE_FALL | | 
|  | 165 | LCD_AC_BIAS_FREQ(255), | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | .pxafb_backlight_power = &idp_backlight_power, | 
|  | 167 | .pxafb_lcd_power = &idp_lcd_power | 
|  | 168 | }; | 
|  | 169 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 170 | static struct pxamci_platform_data idp_mci_platform_data = { | 
| Robert Jarzmik | 7a64825 | 2009-07-06 22:16:42 +0200 | [diff] [blame] | 171 | .ocr_mask		= MMC_VDD_32_33|MMC_VDD_33_34, | 
|  | 172 | .gpio_card_detect	= -1, | 
|  | 173 | .gpio_card_ro		= -1, | 
|  | 174 | .gpio_power		= -1, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 175 | }; | 
|  | 176 |  | 
|  | 177 | static void __init idp_init(void) | 
|  | 178 | { | 
|  | 179 | printk("idp_init()\n"); | 
|  | 180 |  | 
| Eric Miao | 399ba62 | 2008-08-08 13:33:31 +0800 | [diff] [blame] | 181 | pxa2xx_mfp_config(ARRAY_AND_SIZE(idp_pin_config)); | 
| Russell King | cc155c6 | 2009-11-09 13:34:08 +0800 | [diff] [blame] | 182 | pxa_set_ffuart_info(NULL); | 
|  | 183 | pxa_set_btuart_info(NULL); | 
|  | 184 | pxa_set_stuart_info(NULL); | 
| Eric Miao | 399ba62 | 2008-08-08 13:33:31 +0800 | [diff] [blame] | 185 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 186 | platform_device_register(&smc91x_device); | 
|  | 187 | //platform_device_register(&mst_audio_device); | 
|  | 188 | set_pxa_fb_info(&sharp_lm8v31); | 
|  | 189 | pxa_set_mci_info(&idp_mci_platform_data); | 
|  | 190 | } | 
|  | 191 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 | static struct map_desc idp_io_desc[] __initdata = { | 
| Deepak Saxena | 6f9182e | 2005-10-28 15:19:01 +0100 | [diff] [blame] | 193 | { | 
|  | 194 | .virtual	=  IDP_COREVOLT_VIRT, | 
|  | 195 | .pfn		= __phys_to_pfn(IDP_COREVOLT_PHYS), | 
|  | 196 | .length		= IDP_COREVOLT_SIZE, | 
|  | 197 | .type		= MT_DEVICE | 
|  | 198 | }, { | 
|  | 199 | .virtual	=  IDP_CPLD_VIRT, | 
|  | 200 | .pfn		= __phys_to_pfn(IDP_CPLD_PHYS), | 
|  | 201 | .length		= IDP_CPLD_SIZE, | 
|  | 202 | .type		= MT_DEVICE | 
|  | 203 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 204 | }; | 
|  | 205 |  | 
|  | 206 | static void __init idp_map_io(void) | 
|  | 207 | { | 
|  | 208 | pxa_map_io(); | 
|  | 209 | iotable_init(idp_io_desc, ARRAY_SIZE(idp_io_desc)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 210 | } | 
|  | 211 |  | 
|  | 212 |  | 
|  | 213 | MACHINE_START(PXA_IDP, "Vibren PXA255 IDP") | 
| Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 214 | /* Maintainer: Vibren Technologies */ | 
| Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 215 | .phys_io	= 0x40000000, | 
| Russell King | 68070bd | 2005-07-04 10:44:34 +0100 | [diff] [blame] | 216 | .io_pg_offst	= (io_p2v(0x40000000) >> 18) & 0xfffc, | 
| Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 217 | .map_io		= idp_map_io, | 
| Eric Miao | b40c676 | 2008-08-08 14:33:29 +0800 | [diff] [blame] | 218 | .init_irq	= pxa25x_init_irq, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 219 | .timer		= &pxa_timer, | 
| Russell King | e9dea0c | 2005-07-03 17:38:58 +0100 | [diff] [blame] | 220 | .init_machine	= idp_init, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 221 | MACHINE_END |