| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * arch/arm/mach-shmobile/board-ag5evm.c | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Copyright (C) 2010  Takashi Yoshii <yoshii.takashi.zj@renesas.com> | 
					
						
							|  |  |  |  * Copyright (C) 2009  Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or modify | 
					
						
							|  |  |  |  * it under the terms of the GNU General Public License as published by | 
					
						
							|  |  |  |  * the Free Software Foundation; version 2 of the License. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, | 
					
						
							|  |  |  |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
					
						
							|  |  |  |  * GNU General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU General Public License | 
					
						
							|  |  |  |  * along with this program; if not, write to the Free Software | 
					
						
							|  |  |  |  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <linux/kernel.h>
 | 
					
						
							|  |  |  | #include <linux/init.h>
 | 
					
						
							|  |  |  | #include <linux/interrupt.h>
 | 
					
						
							|  |  |  | #include <linux/irq.h>
 | 
					
						
							| 
									
										
										
										
											2013-01-03 12:54:28 +01:00
										 |  |  | #include <linux/pinctrl/machine.h>
 | 
					
						
							| 
									
										
										
										
											2013-03-13 03:52:31 +01:00
										 |  |  | #include <linux/pinctrl/pinconf-generic.h>
 | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | #include <linux/platform_device.h>
 | 
					
						
							|  |  |  | #include <linux/delay.h>
 | 
					
						
							|  |  |  | #include <linux/io.h>
 | 
					
						
							|  |  |  | #include <linux/dma-mapping.h>
 | 
					
						
							| 
									
										
										
										
											2012-06-29 09:32:29 +02:00
										 |  |  | #include <linux/regulator/fixed.h>
 | 
					
						
							|  |  |  | #include <linux/regulator/machine.h>
 | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | #include <linux/serial_sci.h>
 | 
					
						
							|  |  |  | #include <linux/smsc911x.h>
 | 
					
						
							|  |  |  | #include <linux/gpio.h>
 | 
					
						
							| 
									
										
										
										
											2012-01-22 14:57:25 -05:00
										 |  |  | #include <linux/videodev2.h>
 | 
					
						
							| 
									
										
										
										
											2010-11-19 13:15:46 +00:00
										 |  |  | #include <linux/input.h>
 | 
					
						
							|  |  |  | #include <linux/input/sh_keysc.h>
 | 
					
						
							| 
									
										
										
										
											2010-12-22 06:35:30 +00:00
										 |  |  | #include <linux/mmc/host.h>
 | 
					
						
							|  |  |  | #include <linux/mmc/sh_mmcif.h>
 | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | #include <linux/mmc/sh_mobile_sdhi.h>
 | 
					
						
							|  |  |  | #include <linux/mfd/tmio.h>
 | 
					
						
							| 
									
										
										
										
											2013-07-04 21:13:30 +02:00
										 |  |  | #include <linux/platform_data/bd6107.h>
 | 
					
						
							| 
									
										
										
										
											2011-01-20 08:41:03 +00:00
										 |  |  | #include <linux/sh_clk.h>
 | 
					
						
							| 
									
										
										
										
											2012-12-27 13:10:24 -06:00
										 |  |  | #include <linux/irqchip/arm-gic.h>
 | 
					
						
							| 
									
										
										
										
											2011-01-20 08:41:03 +00:00
										 |  |  | #include <video/sh_mobile_lcdc.h>
 | 
					
						
							|  |  |  | #include <video/sh_mipi_dsi.h>
 | 
					
						
							| 
									
										
										
										
											2010-11-29 02:10:08 +00:00
										 |  |  | #include <sound/sh_fsi.h>
 | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | #include <mach/hardware.h>
 | 
					
						
							| 
									
										
										
										
											2012-01-03 16:57:33 -06:00
										 |  |  | #include <mach/irqs.h>
 | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | #include <mach/sh73a0.h>
 | 
					
						
							|  |  |  | #include <mach/common.h>
 | 
					
						
							|  |  |  | #include <asm/mach-types.h>
 | 
					
						
							|  |  |  | #include <asm/mach/arch.h>
 | 
					
						
							|  |  |  | #include <asm/hardware/cache-l2x0.h>
 | 
					
						
							|  |  |  | #include <asm/traps.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-06-29 09:32:29 +02:00
										 |  |  | /* Dummy supplies, where voltage doesn't matter */ | 
					
						
							|  |  |  | static struct regulator_consumer_supply dummy_supplies[] = { | 
					
						
							|  |  |  | 	REGULATOR_SUPPLY("vddvario", "smsc911x"), | 
					
						
							|  |  |  | 	REGULATOR_SUPPLY("vdd33a", "smsc911x"), | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | static struct resource smsc9220_resources[] = { | 
					
						
							|  |  |  | 	[0] = { | 
					
						
							|  |  |  | 		.start		= 0x14000000, | 
					
						
							|  |  |  | 		.end		= 0x14000000 + SZ_64K - 1, | 
					
						
							|  |  |  | 		.flags		= IORESOURCE_MEM, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[1] = { | 
					
						
							| 
									
										
										
										
											2011-10-17 18:00:52 +09:00
										 |  |  | 		.start		= SH73A0_PINT0_IRQ(2), /* PINTA2 */ | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | 		.flags		= IORESOURCE_IRQ, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct smsc911x_platform_config smsc9220_platdata = { | 
					
						
							|  |  |  | 	.flags		= SMSC911X_USE_32BIT | SMSC911X_SAVE_MAC_ADDRESS, | 
					
						
							|  |  |  | 	.phy_interface	= PHY_INTERFACE_MODE_MII, | 
					
						
							|  |  |  | 	.irq_polarity	= SMSC911X_IRQ_POLARITY_ACTIVE_LOW, | 
					
						
							|  |  |  | 	.irq_type	= SMSC911X_IRQ_TYPE_PUSH_PULL, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct platform_device eth_device = { | 
					
						
							|  |  |  | 	.name		= "smsc911x", | 
					
						
							|  |  |  | 	.id		= 0, | 
					
						
							|  |  |  | 	.dev  = { | 
					
						
							|  |  |  | 		.platform_data = &smsc9220_platdata, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	.resource	= smsc9220_resources, | 
					
						
							|  |  |  | 	.num_resources	= ARRAY_SIZE(smsc9220_resources), | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-19 13:15:46 +00:00
										 |  |  | static struct sh_keysc_info keysc_platdata = { | 
					
						
							|  |  |  | 	.mode		= SH_KEYSC_MODE_6, | 
					
						
							|  |  |  | 	.scan_timing	= 3, | 
					
						
							|  |  |  | 	.delay		= 100, | 
					
						
							|  |  |  | 	.keycodes	= { | 
					
						
							|  |  |  | 		KEY_A, KEY_B, KEY_C, KEY_D, KEY_E, KEY_F, KEY_G, | 
					
						
							|  |  |  | 		KEY_H, KEY_I, KEY_J, KEY_K, KEY_L, KEY_M, KEY_N, | 
					
						
							|  |  |  | 		KEY_O, KEY_P, KEY_Q, KEY_R, KEY_S, KEY_T, KEY_U, | 
					
						
							|  |  |  | 		KEY_V, KEY_W, KEY_X, KEY_Y, KEY_Z, KEY_HOME, KEY_SLEEP, | 
					
						
							|  |  |  | 		KEY_SPACE, KEY_9, KEY_6, KEY_3, KEY_WAKEUP, KEY_RIGHT, \ | 
					
						
							|  |  |  | 		KEY_COFFEE, | 
					
						
							|  |  |  | 		KEY_0, KEY_8, KEY_5, KEY_2, KEY_DOWN, KEY_ENTER, KEY_UP, | 
					
						
							|  |  |  | 		KEY_KPASTERISK, KEY_7, KEY_4, KEY_1, KEY_STOP, KEY_LEFT, \ | 
					
						
							|  |  |  | 		KEY_COMPUTER, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct resource keysc_resources[] = { | 
					
						
							|  |  |  | 	[0] = { | 
					
						
							|  |  |  | 		.name	= "KEYSC", | 
					
						
							|  |  |  | 		.start	= 0xe61b0000, | 
					
						
							|  |  |  | 		.end	= 0xe61b0098 - 1, | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_MEM, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[1] = { | 
					
						
							|  |  |  | 		.start	= gic_spi(71), | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_IRQ, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct platform_device keysc_device = { | 
					
						
							|  |  |  | 	.name		= "sh_keysc", | 
					
						
							|  |  |  | 	.id		= 0, | 
					
						
							|  |  |  | 	.num_resources	= ARRAY_SIZE(keysc_resources), | 
					
						
							|  |  |  | 	.resource	= keysc_resources, | 
					
						
							|  |  |  | 	.dev		= { | 
					
						
							|  |  |  | 		.platform_data	= &keysc_platdata, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-29 02:10:08 +00:00
										 |  |  | /* FSI A */ | 
					
						
							|  |  |  | static struct resource fsi_resources[] = { | 
					
						
							|  |  |  | 	[0] = { | 
					
						
							|  |  |  | 		.name	= "FSI", | 
					
						
							|  |  |  | 		.start	= 0xEC230000, | 
					
						
							|  |  |  | 		.end	= 0xEC230400 - 1, | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_MEM, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[1] = { | 
					
						
							|  |  |  | 		.start  = gic_spi(146), | 
					
						
							|  |  |  | 		.flags  = IORESOURCE_IRQ, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct platform_device fsi_device = { | 
					
						
							|  |  |  | 	.name		= "sh_fsi2", | 
					
						
							|  |  |  | 	.id		= -1, | 
					
						
							|  |  |  | 	.num_resources	= ARRAY_SIZE(fsi_resources), | 
					
						
							|  |  |  | 	.resource	= fsi_resources, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-06-29 09:32:29 +02:00
										 |  |  | /* Fixed 1.8V regulator to be used by MMCIF */ | 
					
						
							|  |  |  | static struct regulator_consumer_supply fixed1v8_power_consumers[] = | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	REGULATOR_SUPPLY("vmmc", "sh_mmcif.0"), | 
					
						
							|  |  |  | 	REGULATOR_SUPPLY("vqmmc", "sh_mmcif.0"), | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-22 06:35:30 +00:00
										 |  |  | static struct resource sh_mmcif_resources[] = { | 
					
						
							|  |  |  | 	[0] = { | 
					
						
							|  |  |  | 		.name	= "MMCIF", | 
					
						
							|  |  |  | 		.start	= 0xe6bd0000, | 
					
						
							|  |  |  | 		.end	= 0xe6bd00ff, | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_MEM, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[1] = { | 
					
						
							|  |  |  | 		.start	= gic_spi(141), | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_IRQ, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[2] = { | 
					
						
							|  |  |  | 		.start	= gic_spi(140), | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_IRQ, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct sh_mmcif_plat_data sh_mmcif_platdata = { | 
					
						
							|  |  |  | 	.sup_pclk	= 0, | 
					
						
							|  |  |  | 	.ocr		= MMC_VDD_165_195, | 
					
						
							|  |  |  | 	.caps		= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE, | 
					
						
							| 
									
										
										
										
											2011-08-30 18:26:44 +02:00
										 |  |  | 	.slave_id_tx	= SHDMA_SLAVE_MMCIF_TX, | 
					
						
							|  |  |  | 	.slave_id_rx	= SHDMA_SLAVE_MMCIF_RX, | 
					
						
							| 
									
										
										
										
											2010-12-22 06:35:30 +00:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct platform_device mmc_device = { | 
					
						
							|  |  |  | 	.name		= "sh_mmcif", | 
					
						
							|  |  |  | 	.id		= 0, | 
					
						
							|  |  |  | 	.dev		= { | 
					
						
							|  |  |  | 		.dma_mask		= NULL, | 
					
						
							|  |  |  | 		.coherent_dma_mask	= 0xffffffff, | 
					
						
							|  |  |  | 		.platform_data		= &sh_mmcif_platdata, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	.num_resources	= ARRAY_SIZE(sh_mmcif_resources), | 
					
						
							|  |  |  | 	.resource	= sh_mmcif_resources, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-01-14 11:00:41 +00:00
										 |  |  | /* IrDA */ | 
					
						
							|  |  |  | static struct resource irda_resources[] = { | 
					
						
							|  |  |  | 	[0] = { | 
					
						
							|  |  |  | 		.start	= 0xE6D00000, | 
					
						
							|  |  |  | 		.end	= 0xE6D01FD4 - 1, | 
					
						
							|  |  |  | 		.flags  = IORESOURCE_MEM, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[1] = { | 
					
						
							|  |  |  | 		.start	= gic_spi(95), | 
					
						
							|  |  |  | 		.flags  = IORESOURCE_IRQ, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct platform_device irda_device = { | 
					
						
							|  |  |  | 	.name           = "sh_irda", | 
					
						
							|  |  |  | 	.id		= 0, | 
					
						
							|  |  |  | 	.resource       = irda_resources, | 
					
						
							|  |  |  | 	.num_resources  = ARRAY_SIZE(irda_resources), | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-08-13 16:11:32 +02:00
										 |  |  | /* MIPI-DSI */ | 
					
						
							|  |  |  | static struct resource mipidsi0_resources[] = { | 
					
						
							|  |  |  | 	[0] = { | 
					
						
							|  |  |  | 		.name	= "DSI0", | 
					
						
							|  |  |  | 		.start  = 0xfeab0000, | 
					
						
							|  |  |  | 		.end    = 0xfeab3fff, | 
					
						
							|  |  |  | 		.flags  = IORESOURCE_MEM, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[1] = { | 
					
						
							|  |  |  | 		.name	= "DSI0", | 
					
						
							|  |  |  | 		.start  = 0xfeab4000, | 
					
						
							|  |  |  | 		.end    = 0xfeab7fff, | 
					
						
							|  |  |  | 		.flags  = IORESOURCE_MEM, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int sh_mipi_set_dot_clock(struct platform_device *pdev, | 
					
						
							|  |  |  | 				 void __iomem *base, | 
					
						
							|  |  |  | 				 int enable) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct clk *pck, *phy; | 
					
						
							|  |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	pck = clk_get(&pdev->dev, "dsip_clk"); | 
					
						
							|  |  |  | 	if (IS_ERR(pck)) { | 
					
						
							|  |  |  | 		ret = PTR_ERR(pck); | 
					
						
							|  |  |  | 		goto sh_mipi_set_dot_clock_pck_err; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	phy = clk_get(&pdev->dev, "dsiphy_clk"); | 
					
						
							|  |  |  | 	if (IS_ERR(phy)) { | 
					
						
							|  |  |  | 		ret = PTR_ERR(phy); | 
					
						
							|  |  |  | 		goto sh_mipi_set_dot_clock_phy_err; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (enable) { | 
					
						
							|  |  |  | 		clk_set_rate(pck, clk_round_rate(pck,  24000000)); | 
					
						
							|  |  |  | 		clk_set_rate(phy, clk_round_rate(pck, 510000000)); | 
					
						
							|  |  |  | 		clk_enable(pck); | 
					
						
							|  |  |  | 		clk_enable(phy); | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		clk_disable(pck); | 
					
						
							|  |  |  | 		clk_disable(phy); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	ret = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	clk_put(phy); | 
					
						
							|  |  |  | sh_mipi_set_dot_clock_phy_err: | 
					
						
							|  |  |  | 	clk_put(pck); | 
					
						
							|  |  |  | sh_mipi_set_dot_clock_pck_err: | 
					
						
							|  |  |  | 	return ret; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct sh_mipi_dsi_info mipidsi0_info = { | 
					
						
							|  |  |  | 	.data_format	= MIPI_RGB888, | 
					
						
							| 
									
										
										
										
											2012-08-14 12:21:17 +02:00
										 |  |  | 	.channel	= LCDC_CHAN_MAINLCD, | 
					
						
							| 
									
										
										
										
											2012-08-13 16:11:32 +02:00
										 |  |  | 	.lane		= 2, | 
					
						
							|  |  |  | 	.vsynw_offset	= 20, | 
					
						
							|  |  |  | 	.clksrc		= 1, | 
					
						
							|  |  |  | 	.flags		= SH_MIPI_DSI_HSABM		| | 
					
						
							|  |  |  | 			  SH_MIPI_DSI_SYNC_PULSES_MODE	| | 
					
						
							|  |  |  | 			  SH_MIPI_DSI_HSbyteCLK, | 
					
						
							|  |  |  | 	.set_dot_clock	= sh_mipi_set_dot_clock, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct platform_device mipidsi0_device = { | 
					
						
							|  |  |  | 	.name           = "sh-mipi-dsi", | 
					
						
							|  |  |  | 	.num_resources  = ARRAY_SIZE(mipidsi0_resources), | 
					
						
							|  |  |  | 	.resource       = mipidsi0_resources, | 
					
						
							|  |  |  | 	.id             = 0, | 
					
						
							|  |  |  | 	.dev	= { | 
					
						
							|  |  |  | 		.platform_data	= &mipidsi0_info, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-07-04 21:13:30 +02:00
										 |  |  | /* LCDC0 and backlight */ | 
					
						
							| 
									
										
										
										
											2011-01-20 08:41:03 +00:00
										 |  |  | static const struct fb_videomode lcdc0_modes[] = { | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		.name		= "R63302(QHD)", | 
					
						
							|  |  |  | 		.xres		= 544, | 
					
						
							|  |  |  | 		.yres		= 961, | 
					
						
							|  |  |  | 		.left_margin	= 72, | 
					
						
							|  |  |  | 		.right_margin	= 600, | 
					
						
							|  |  |  | 		.hsync_len	= 16, | 
					
						
							|  |  |  | 		.upper_margin	= 8, | 
					
						
							|  |  |  | 		.lower_margin	= 8, | 
					
						
							|  |  |  | 		.vsync_len	= 2, | 
					
						
							|  |  |  | 		.sync		= FB_SYNC_VERT_HIGH_ACT | FB_SYNC_HOR_HIGH_ACT, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct sh_mobile_lcdc_info lcdc0_info = { | 
					
						
							|  |  |  | 	.clock_source = LCDC_CLK_PERIPHERAL, | 
					
						
							|  |  |  | 	.ch[0] = { | 
					
						
							|  |  |  | 		.chan = LCDC_CHAN_MAINLCD, | 
					
						
							|  |  |  | 		.interface_type = RGB24, | 
					
						
							|  |  |  | 		.clock_divider = 1, | 
					
						
							|  |  |  | 		.flags = LCDC_FLAGS_DWPOL, | 
					
						
							| 
									
										
										
										
											2011-12-13 14:02:28 +01:00
										 |  |  | 		.fourcc = V4L2_PIX_FMT_RGB565, | 
					
						
							| 
									
										
										
										
											2011-11-29 14:33:41 +01:00
										 |  |  | 		.lcd_modes = lcdc0_modes, | 
					
						
							|  |  |  | 		.num_modes = ARRAY_SIZE(lcdc0_modes), | 
					
						
							| 
									
										
										
										
											2011-09-11 22:59:04 +02:00
										 |  |  | 		.panel_cfg = { | 
					
						
							|  |  |  | 			.width = 44, | 
					
						
							|  |  |  | 			.height = 79, | 
					
						
							| 
									
										
										
										
											2012-08-15 18:25:27 +02:00
										 |  |  | 		}, | 
					
						
							| 
									
										
										
										
											2012-08-13 16:11:32 +02:00
										 |  |  | 		.tx_dev = &mipidsi0_device, | 
					
						
							| 
									
										
										
										
											2011-01-20 08:41:03 +00:00
										 |  |  | 	} | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct resource lcdc0_resources[] = { | 
					
						
							|  |  |  | 	[0] = { | 
					
						
							|  |  |  | 		.name	= "LCDC0", | 
					
						
							|  |  |  | 		.start	= 0xfe940000, /* P4-only space */ | 
					
						
							|  |  |  | 		.end	= 0xfe943fff, | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_MEM, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[1] = { | 
					
						
							|  |  |  | 		.start	= intcs_evt2irq(0x580), | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_IRQ, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct platform_device lcdc0_device = { | 
					
						
							|  |  |  | 	.name		= "sh_mobile_lcdc_fb", | 
					
						
							|  |  |  | 	.num_resources	= ARRAY_SIZE(lcdc0_resources), | 
					
						
							|  |  |  | 	.resource	= lcdc0_resources, | 
					
						
							|  |  |  | 	.id             = 0, | 
					
						
							|  |  |  | 	.dev	= { | 
					
						
							|  |  |  | 		.platform_data	= &lcdc0_info, | 
					
						
							|  |  |  | 		.coherent_dma_mask = ~0, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-07-04 21:13:30 +02:00
										 |  |  | static struct bd6107_platform_data backlight_data = { | 
					
						
							|  |  |  | 	.fbdev = &lcdc0_device.dev, | 
					
						
							|  |  |  | 	.reset = 235, | 
					
						
							|  |  |  | 	.def_value = 0, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct i2c_board_info backlight_board_info = { | 
					
						
							|  |  |  | 	I2C_BOARD_INFO("bd6107", 0x6d), | 
					
						
							|  |  |  | 	.platform_data = &backlight_data, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-06-29 09:32:29 +02:00
										 |  |  | /* Fixed 2.8V regulators to be used by SDHI0 */ | 
					
						
							|  |  |  | static struct regulator_consumer_supply fixed2v8_power_consumers[] = | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"), | 
					
						
							|  |  |  | 	REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.0"), | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-10-12 16:21:50 +09:00
										 |  |  | /* SDHI0 */ | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | static struct sh_mobile_sdhi_info sdhi0_info = { | 
					
						
							| 
									
										
										
										
											2011-05-24 10:42:15 +00:00
										 |  |  | 	.dma_slave_tx	= SHDMA_SLAVE_SDHI0_TX, | 
					
						
							|  |  |  | 	.dma_slave_rx	= SHDMA_SLAVE_SDHI0_RX, | 
					
						
							| 
									
										
										
										
											2012-04-16 23:09:19 +02:00
										 |  |  | 	.tmio_flags	= TMIO_MMC_HAS_IDLE_WAIT | TMIO_MMC_USE_GPIO_CD, | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | 	.tmio_caps	= MMC_CAP_SD_HIGHSPEED, | 
					
						
							|  |  |  | 	.tmio_ocr_mask	= MMC_VDD_27_28 | MMC_VDD_28_29, | 
					
						
							| 
									
										
										
										
											2013-02-12 16:50:02 +01:00
										 |  |  | 	.cd_gpio	= 251, | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct resource sdhi0_resources[] = { | 
					
						
							|  |  |  | 	[0] = { | 
					
						
							|  |  |  | 		.name	= "SDHI0", | 
					
						
							|  |  |  | 		.start	= 0xee100000, | 
					
						
							|  |  |  | 		.end	= 0xee1000ff, | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_MEM, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[1] = { | 
					
						
							| 
									
										
										
										
											2011-08-25 10:27:28 +09:00
										 |  |  | 		.name	= SH_MOBILE_SDHI_IRQ_CARD_DETECT, | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | 		.start	= gic_spi(83), | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_IRQ, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[2] = { | 
					
						
							| 
									
										
										
										
											2011-08-25 10:27:28 +09:00
										 |  |  | 		.name	= SH_MOBILE_SDHI_IRQ_SDCARD, | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | 		.start	= gic_spi(84), | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_IRQ, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[3] = { | 
					
						
							| 
									
										
										
										
											2011-08-25 10:27:28 +09:00
										 |  |  | 		.name	= SH_MOBILE_SDHI_IRQ_SDIO, | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | 		.start	= gic_spi(85), | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_IRQ, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct platform_device sdhi0_device = { | 
					
						
							|  |  |  | 	.name		= "sh_mobile_sdhi", | 
					
						
							|  |  |  | 	.id		= 0, | 
					
						
							|  |  |  | 	.num_resources	= ARRAY_SIZE(sdhi0_resources), | 
					
						
							|  |  |  | 	.resource	= sdhi0_resources, | 
					
						
							|  |  |  | 	.dev	= { | 
					
						
							|  |  |  | 		.platform_data	= &sdhi0_info, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-06-29 09:32:29 +02:00
										 |  |  | /* Fixed 3.3V regulator to be used by SDHI1 */ | 
					
						
							|  |  |  | static struct regulator_consumer_supply cn4_power_consumers[] = | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2012-06-29 09:32:29 +02:00
										 |  |  | 	REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.1"), | 
					
						
							|  |  |  | 	REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.1"), | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct regulator_init_data cn4_power_init_data = { | 
					
						
							|  |  |  | 	.constraints = { | 
					
						
							|  |  |  | 		.valid_ops_mask = REGULATOR_CHANGE_STATUS, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	.num_consumer_supplies  = ARRAY_SIZE(cn4_power_consumers), | 
					
						
							|  |  |  | 	.consumer_supplies      = cn4_power_consumers, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct fixed_voltage_config cn4_power_info = { | 
					
						
							|  |  |  | 	.supply_name = "CN4 SD/MMC Vdd", | 
					
						
							|  |  |  | 	.microvolts = 3300000, | 
					
						
							| 
									
										
										
										
											2013-02-12 16:50:02 +01:00
										 |  |  | 	.gpio = 114, | 
					
						
							| 
									
										
										
										
											2012-06-29 09:32:29 +02:00
										 |  |  | 	.enable_high = 1, | 
					
						
							|  |  |  | 	.init_data = &cn4_power_init_data, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct platform_device cn4_power = { | 
					
						
							|  |  |  | 	.name = "reg-fixed-voltage", | 
					
						
							|  |  |  | 	.id   = 2, | 
					
						
							|  |  |  | 	.dev  = { | 
					
						
							|  |  |  | 		.platform_data = &cn4_power_info, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static void ag5evm_sdhi1_set_pwr(struct platform_device *pdev, int state) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	static int power_gpio = -EINVAL; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (power_gpio < 0) { | 
					
						
							| 
									
										
										
										
											2013-02-12 16:50:02 +01:00
										 |  |  | 		int ret = gpio_request_one(114, GPIOF_OUT_INIT_LOW, | 
					
						
							| 
									
										
										
										
											2013-01-24 13:16:28 +01:00
										 |  |  | 					   "sdhi1_power"); | 
					
						
							|  |  |  | 		if (!ret) | 
					
						
							| 
									
										
										
										
											2013-02-12 16:50:02 +01:00
										 |  |  | 			power_gpio = 114; | 
					
						
							| 
									
										
										
										
											2012-06-29 09:32:29 +02:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/*
 | 
					
						
							|  |  |  | 	 * If requesting the GPIO above failed, it means, that the regulator got | 
					
						
							|  |  |  | 	 * probed and grabbed the GPIO, but we don't know, whether the sdhi | 
					
						
							|  |  |  | 	 * driver already uses the regulator. If it doesn't, we have to toggle | 
					
						
							|  |  |  | 	 * the GPIO ourselves, even though it is now owned by the fixed | 
					
						
							|  |  |  | 	 * regulator driver. We have to live with the race in case the driver | 
					
						
							|  |  |  | 	 * gets unloaded and the GPIO freed between these two steps. | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2013-02-12 16:50:02 +01:00
										 |  |  | 	gpio_set_value(114, state); | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-06-20 23:00:11 +00:00
										 |  |  | static struct sh_mobile_sdhi_info sh_sdhi1_info = { | 
					
						
							| 
									
										
										
										
											2011-06-20 23:00:12 +00:00
										 |  |  | 	.tmio_flags	= TMIO_MMC_WRPROTECT_DISABLE | TMIO_MMC_HAS_IDLE_WAIT, | 
					
						
							| 
									
										
										
										
											2011-06-09 09:02:25 +00:00
										 |  |  | 	.tmio_caps	= MMC_CAP_NONREMOVABLE | MMC_CAP_SDIO_IRQ, | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | 	.tmio_ocr_mask	= MMC_VDD_32_33 | MMC_VDD_33_34, | 
					
						
							|  |  |  | 	.set_pwr	= ag5evm_sdhi1_set_pwr, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct resource sdhi1_resources[] = { | 
					
						
							|  |  |  | 	[0] = { | 
					
						
							|  |  |  | 		.name	= "SDHI1", | 
					
						
							|  |  |  | 		.start	= 0xee120000, | 
					
						
							|  |  |  | 		.end	= 0xee1200ff, | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_MEM, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[1] = { | 
					
						
							| 
									
										
										
										
											2011-08-25 10:27:28 +09:00
										 |  |  | 		.name	= SH_MOBILE_SDHI_IRQ_CARD_DETECT, | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | 		.start	= gic_spi(87), | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_IRQ, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[2] = { | 
					
						
							| 
									
										
										
										
											2011-08-25 10:27:28 +09:00
										 |  |  | 		.name	= SH_MOBILE_SDHI_IRQ_SDCARD, | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | 		.start	= gic_spi(88), | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_IRQ, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	[3] = { | 
					
						
							| 
									
										
										
										
											2011-08-25 10:27:28 +09:00
										 |  |  | 		.name	= SH_MOBILE_SDHI_IRQ_SDIO, | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | 		.start	= gic_spi(89), | 
					
						
							|  |  |  | 		.flags	= IORESOURCE_IRQ, | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static struct platform_device sdhi1_device = { | 
					
						
							|  |  |  | 	.name		= "sh_mobile_sdhi", | 
					
						
							|  |  |  | 	.id		= 1, | 
					
						
							|  |  |  | 	.dev		= { | 
					
						
							| 
									
										
										
										
											2011-06-20 23:00:11 +00:00
										 |  |  | 		.platform_data	= &sh_sdhi1_info, | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | 	}, | 
					
						
							|  |  |  | 	.num_resources	= ARRAY_SIZE(sdhi1_resources), | 
					
						
							|  |  |  | 	.resource	= sdhi1_resources, | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | static struct platform_device *ag5evm_devices[] __initdata = { | 
					
						
							| 
									
										
										
										
											2012-06-29 09:32:29 +02:00
										 |  |  | 	&cn4_power, | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | 	ð_device, | 
					
						
							| 
									
										
										
										
											2010-11-19 13:15:46 +00:00
										 |  |  | 	&keysc_device, | 
					
						
							| 
									
										
										
										
											2010-11-29 02:10:08 +00:00
										 |  |  | 	&fsi_device, | 
					
						
							| 
									
										
										
										
											2010-12-22 06:35:30 +00:00
										 |  |  | 	&mmc_device, | 
					
						
							| 
									
										
										
										
											2011-01-14 11:00:41 +00:00
										 |  |  | 	&irda_device, | 
					
						
							| 
									
										
										
										
											2011-01-20 08:41:03 +00:00
										 |  |  | 	&mipidsi0_device, | 
					
						
							| 
									
										
										
										
											2012-08-13 16:11:32 +02:00
										 |  |  | 	&lcdc0_device, | 
					
						
							| 
									
										
										
										
											2011-05-23 05:10:36 +00:00
										 |  |  | 	&sdhi0_device, | 
					
						
							|  |  |  | 	&sdhi1_device, | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-03-13 03:52:31 +01:00
										 |  |  | static unsigned long pin_pullup_conf[] = { | 
					
						
							|  |  |  | 	PIN_CONF_PACKED(PIN_CONFIG_BIAS_PULL_UP, 0), | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-03 12:54:28 +01:00
										 |  |  | static const struct pinctrl_map ag5evm_pinctrl_map[] = { | 
					
						
							| 
									
										
										
										
											2013-01-03 12:54:28 +01:00
										 |  |  | 	/* FSIA */ | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "fsia_mclk_in", "fsia"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "fsia_sclk_in", "fsia"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "fsia_data_in", "fsia"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "fsia_data_out", "fsia"), | 
					
						
							| 
									
										
										
										
											2013-01-03 12:54:28 +01:00
										 |  |  | 	/* I2C2 & I2C3 */ | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("i2c-sh_mobile.2", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "i2c2_0", "i2c2"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("i2c-sh_mobile.3", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "i2c3_0", "i2c3"), | 
					
						
							| 
									
										
										
										
											2013-03-13 03:52:31 +01:00
										 |  |  | 	/* IrDA */ | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_irda.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "irda_0", "irda"), | 
					
						
							| 
									
										
										
										
											2013-03-13 03:52:31 +01:00
										 |  |  | 	/* KEYSC */ | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "keysc_in8", "keysc"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "keysc_out04", "keysc"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "keysc_out5", "keysc"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "keysc_out6_0", "keysc"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "keysc_out7_0", "keysc"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "keysc_out8_0", "keysc"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "keysc_out9_2", "keysc"), | 
					
						
							|  |  |  | 	PIN_MAP_CONFIGS_GROUP_DEFAULT("sh_keysc.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				      "keysc_in8", pin_pullup_conf), | 
					
						
							| 
									
										
										
										
											2013-03-13 03:52:31 +01:00
										 |  |  | 	/* MMCIF */ | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_mmcif.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "mmc0_data8_0", "mmc0"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_mmcif.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "mmc0_ctrl_0", "mmc0"), | 
					
						
							|  |  |  | 	PIN_MAP_CONFIGS_PIN_DEFAULT("sh_mmcif.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				    "PORT279", pin_pullup_conf), | 
					
						
							|  |  |  | 	PIN_MAP_CONFIGS_GROUP_DEFAULT("sh_mmcif.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				      "mmc0_data8_0", pin_pullup_conf), | 
					
						
							| 
									
										
										
										
											2013-01-03 12:54:28 +01:00
										 |  |  | 	/* SCIFA2 */ | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh-sci.2", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "scifa2_data_0", "scifa2"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh-sci.2", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "scifa2_ctrl_0", "scifa2"), | 
					
						
							| 
									
										
										
										
											2013-03-13 03:52:31 +01:00
										 |  |  | 	/* SDHI0 (CN15 [SD I/F]) */ | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "sdhi0_data4", "sdhi0"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "sdhi0_ctrl", "sdhi0"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.0", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "sdhi0_wp", "sdhi0"), | 
					
						
							|  |  |  | 	/* SDHI1 (CN4 [WLAN I/F]) */ | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.1", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "sdhi1_data4", "sdhi1"), | 
					
						
							|  |  |  | 	PIN_MAP_MUX_GROUP_DEFAULT("sh_mobile_sdhi.1", "pfc-sh73a0", | 
					
						
							|  |  |  | 				  "sdhi1_ctrl", "sdhi1"), | 
					
						
							|  |  |  | 	PIN_MAP_CONFIGS_GROUP_DEFAULT("sh_mobile_sdhi.1", "pfc-sh73a0", | 
					
						
							|  |  |  | 				      "sdhi1_data4", pin_pullup_conf), | 
					
						
							|  |  |  | 	PIN_MAP_CONFIGS_PIN_DEFAULT("sh_mobile_sdhi.1", "pfc-sh73a0", | 
					
						
							|  |  |  | 				    "PORT263", pin_pullup_conf), | 
					
						
							| 
									
										
										
										
											2013-01-03 12:54:28 +01:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | static void __init ag5evm_init(void) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2012-06-29 09:32:29 +02:00
										 |  |  | 	regulator_register_always_on(0, "fixed-1.8V", fixed1v8_power_consumers, | 
					
						
							|  |  |  | 				     ARRAY_SIZE(fixed1v8_power_consumers), 1800000); | 
					
						
							|  |  |  | 	regulator_register_always_on(1, "fixed-2.8V", fixed2v8_power_consumers, | 
					
						
							|  |  |  | 				     ARRAY_SIZE(fixed2v8_power_consumers), 3300000); | 
					
						
							|  |  |  | 	regulator_register_fixed(3, dummy_supplies, ARRAY_SIZE(dummy_supplies)); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-01-03 12:54:28 +01:00
										 |  |  | 	pinctrl_register_mappings(ag5evm_pinctrl_map, | 
					
						
							|  |  |  | 				  ARRAY_SIZE(ag5evm_pinctrl_map)); | 
					
						
							| 
									
										
										
										
											2010-11-19 16:49:38 +09:00
										 |  |  | 	sh73a0_pinmux_init(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-22 06:35:30 +00:00
										 |  |  | 	/* enable MMCIF */ | 
					
						
							| 
									
										
										
										
											2013-02-12 16:50:02 +01:00
										 |  |  | 	gpio_request_one(208, GPIOF_OUT_INIT_HIGH, NULL); /* Reset */ | 
					
						
							| 
									
										
										
										
											2010-12-22 06:35:30 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | 	/* enable SMSC911X */ | 
					
						
							| 
									
										
										
										
											2013-02-12 16:50:02 +01:00
										 |  |  | 	gpio_request_one(144, GPIOF_IN, NULL); /* PINTA2 */ | 
					
						
							|  |  |  | 	gpio_request_one(145, GPIOF_OUT_INIT_HIGH, NULL); /* RESET */ | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-01-20 08:41:03 +00:00
										 |  |  | 	/* LCD panel */ | 
					
						
							| 
									
										
										
										
											2013-02-12 16:50:02 +01:00
										 |  |  | 	gpio_request_one(217, GPIOF_OUT_INIT_LOW, NULL); /* RESET */ | 
					
						
							| 
									
										
										
										
											2011-01-20 08:41:03 +00:00
										 |  |  | 	mdelay(1); | 
					
						
							| 
									
										
										
										
											2013-02-12 16:50:02 +01:00
										 |  |  | 	gpio_set_value(217, 1); | 
					
						
							| 
									
										
										
										
											2011-01-28 09:59:17 +00:00
										 |  |  | 	mdelay(100); | 
					
						
							| 
									
										
										
										
											2011-01-20 08:41:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | #ifdef CONFIG_CACHE_L2X0
 | 
					
						
							|  |  |  | 	/* Shared attribute override enable, 64K*8way */ | 
					
						
							| 
									
										
										
										
											2012-03-09 17:16:40 -06:00
										 |  |  | 	l2x0_init(IOMEM(0xf0100000), 0x00460000, 0xc2000fff); | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 	sh73a0_add_standard_devices(); | 
					
						
							| 
									
										
										
										
											2013-07-04 21:13:30 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	i2c_register_board_info(1, &backlight_board_info, 1); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | 	platform_add_devices(ag5evm_devices, ARRAY_SIZE(ag5evm_devices)); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | MACHINE_START(AG5EVM, "ag5evm") | 
					
						
							| 
									
										
										
										
											2011-09-08 13:15:22 +01:00
										 |  |  | 	.smp		= smp_ops(sh73a0_smp_ops), | 
					
						
							| 
									
										
										
										
											2012-02-29 21:37:27 +09:00
										 |  |  | 	.map_io		= sh73a0_map_io, | 
					
						
							|  |  |  | 	.init_early	= sh73a0_add_early_devices, | 
					
						
							| 
									
										
										
										
											2011-11-22 15:31:40 +09:00
										 |  |  | 	.nr_irqs	= NR_IRQS_LEGACY, | 
					
						
							| 
									
										
										
										
											2011-10-17 18:00:52 +09:00
										 |  |  | 	.init_irq	= sh73a0_init_irq, | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | 	.init_machine	= ag5evm_init, | 
					
						
							| 
									
										
										
										
											2012-04-26 21:58:41 +08:00
										 |  |  | 	.init_late	= shmobile_init_late, | 
					
						
							| 
									
										
										
										
											2012-11-08 12:40:59 -07:00
										 |  |  | 	.init_time	= sh73a0_earlytimer_init, | 
					
						
							| 
									
										
										
										
											2010-11-17 10:59:31 +00:00
										 |  |  | MACHINE_END |