|  | @@ -0,0 +1,64 @@
 | 
	
		
			
				|  |  | +/* linux/arch/arm/mach-s5pv210/mach-goni.c
 | 
	
		
			
				|  |  | + *
 | 
	
		
			
				|  |  | + * Copyright (c) 2010 Samsung Electronics Co., Ltd.
 | 
	
		
			
				|  |  | + *		http://www.samsung.com/
 | 
	
		
			
				|  |  | + *
 | 
	
		
			
				|  |  | + * 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.
 | 
	
		
			
				|  |  | +*/
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +#include <linux/kernel.h>
 | 
	
		
			
				|  |  | +#include <linux/types.h>
 | 
	
		
			
				|  |  | +#include <linux/init.h>
 | 
	
		
			
				|  |  | +#include <linux/serial_core.h>
 | 
	
		
			
				|  |  | +#include <linux/fb.h>
 | 
	
		
			
				|  |  | +#include <linux/i2c.h>
 | 
	
		
			
				|  |  | +#include <linux/i2c-gpio.h>
 | 
	
		
			
				|  |  | +#include <linux/i2c/atmel_mxt_ts.h>
 | 
	
		
			
				|  |  | +#include <linux/mfd/max8998.h>
 | 
	
		
			
				|  |  | +#include <linux/mfd/wm8994/pdata.h>
 | 
	
		
			
				|  |  | +#include <linux/regulator/fixed.h>
 | 
	
		
			
				|  |  | +#include <linux/spi/spi.h>
 | 
	
		
			
				|  |  | +#include <linux/spi/spi_gpio.h>
 | 
	
		
			
				|  |  | +#include <linux/lcd.h>
 | 
	
		
			
				|  |  | +#include <linux/gpio_keys.h>
 | 
	
		
			
				|  |  | +#include <linux/input.h>
 | 
	
		
			
				|  |  | +#include <linux/gpio.h>
 | 
	
		
			
				|  |  | +#include <linux/mmc/host.h>
 | 
	
		
			
				|  |  | +#include <linux/interrupt.h>
 | 
	
		
			
				|  |  | +#include <linux/platform_data/s3c-hsotg.h>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +#include <asm/hardware/vic.h>
 | 
	
		
			
				|  |  | +#include <asm/mach/arch.h>
 | 
	
		
			
				|  |  | +#include <asm/mach/map.h>
 | 
	
		
			
				|  |  | +#include <asm/setup.h>
 | 
	
		
			
				|  |  | +#include <asm/mach-types.h>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +#include <video/samsung_fimd.h>
 | 
	
		
			
				|  |  | +#include <mach/map.h>
 | 
	
		
			
				|  |  | +#include <mach/regs-clock.h>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +#include <plat/gpio-cfg.h>
 | 
	
		
			
				|  |  | +#include <plat/regs-serial.h>
 | 
	
		
			
				|  |  | +#include <plat/devs.h>
 | 
	
		
			
				|  |  | +#include <plat/cpu.h>
 | 
	
		
			
				|  |  | +#include <plat/fb.h>
 | 
	
		
			
				|  |  | +#include <linux/platform_data/i2c-s3c2410.h>
 | 
	
		
			
				|  |  | +#include <plat/keypad.h>
 | 
	
		
			
				|  |  | +#include <plat/sdhci.h>
 | 
	
		
			
				|  |  | +#include <plat/clock.h>
 | 
	
		
			
				|  |  | +#include <plat/s5p-time.h>
 | 
	
		
			
				|  |  | +#include <plat/mfc.h>
 | 
	
		
			
				|  |  | +#include <plat/camport.h>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +#include <media/v4l2-mediabus.h>
 | 
	
		
			
				|  |  | +#include <media/s5p_fimc.h>
 | 
	
		
			
				|  |  | +#include <media/noon010pc30.h>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +#include "common.h"
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +/* Following are default values for UCON, ULCON and UFCON UART registers */
 | 
	
		
			
				|  |  | +#define GONI_UCON_DEFAULT	(S3C2410_UCON_TXILEVEL |	\
 | 
	
		
			
				|  |  | +				 S3C2410_UCON_RXILEVEL |	\
 | 
	
		
			
				|  |  | +				 S3C2410_UCON_TXIRQMODE |	\
 |