| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322 | 
							- /*
 
-  * omap_hwmod_2xxx_ipblock_data.c - common IP block data for OMAP2xxx
 
-  *
 
-  * Copyright (C) 2011 Nokia Corporation
 
-  * Paul Walmsley
 
-  *
 
-  * 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/platform_data/gpio-omap.h>
 
- #include <linux/omap-dma.h>
 
- #include <plat/dmtimer.h>
 
- #include <linux/platform_data/spi-omap2-mcspi.h>
 
- #include "omap_hwmod.h"
 
- #include "omap_hwmod_common_data.h"
 
- #include "cm-regbits-24xx.h"
 
- #include "prm-regbits-24xx.h"
 
- #include "wd_timer.h"
 
- struct omap_hwmod_irq_info omap2xxx_timer12_mpu_irqs[] = {
 
- 	{ .irq = 48 + OMAP_INTC_START, },
 
- 	{ .irq = -1 },
 
- };
 
- struct omap_hwmod_dma_info omap2xxx_dss_sdma_chs[] = {
 
- 	{ .name = "dispc", .dma_req = 5 },
 
- 	{ .dma_req = -1 }
 
- };
 
- /*
 
-  * 'dispc' class
 
-  * display controller
 
-  */
 
- static struct omap_hwmod_class_sysconfig omap2_dispc_sysc = {
 
- 	.rev_offs	= 0x0000,
 
- 	.sysc_offs	= 0x0010,
 
- 	.syss_offs	= 0x0014,
 
- 	.sysc_flags	= (SYSC_HAS_SIDLEMODE | SYSC_HAS_MIDLEMODE |
 
- 			   SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE),
 
- 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART |
 
- 			   MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
 
- 	.sysc_fields	= &omap_hwmod_sysc_type1,
 
- };
 
- struct omap_hwmod_class omap2_dispc_hwmod_class = {
 
- 	.name	= "dispc",
 
- 	.sysc	= &omap2_dispc_sysc,
 
- };
 
- /* OMAP2xxx Timer Common */
 
- static struct omap_hwmod_class_sysconfig omap2xxx_timer_sysc = {
 
- 	.rev_offs	= 0x0000,
 
- 	.sysc_offs	= 0x0010,
 
- 	.syss_offs	= 0x0014,
 
- 	.sysc_flags	= (SYSC_HAS_SIDLEMODE | SYSC_HAS_CLOCKACTIVITY |
 
- 			   SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
 
- 			   SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS),
 
- 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
 
- 	.clockact       = CLOCKACT_TEST_ICLK,
 
- 	.sysc_fields	= &omap_hwmod_sysc_type1,
 
- };
 
- struct omap_hwmod_class omap2xxx_timer_hwmod_class = {
 
- 	.name	= "timer",
 
- 	.sysc	= &omap2xxx_timer_sysc,
 
- };
 
- /*
 
-  * 'wd_timer' class
 
-  * 32-bit watchdog upward counter that generates a pulse on the reset pin on
 
-  * overflow condition
 
-  */
 
- static struct omap_hwmod_class_sysconfig omap2xxx_wd_timer_sysc = {
 
- 	.rev_offs	= 0x0000,
 
- 	.sysc_offs	= 0x0010,
 
- 	.syss_offs	= 0x0014,
 
- 	.sysc_flags	= (SYSC_HAS_EMUFREE | SYSC_HAS_SOFTRESET |
 
- 			   SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS),
 
- 	.sysc_fields	= &omap_hwmod_sysc_type1,
 
- };
 
- struct omap_hwmod_class omap2xxx_wd_timer_hwmod_class = {
 
- 	.name		= "wd_timer",
 
- 	.sysc		= &omap2xxx_wd_timer_sysc,
 
- 	.pre_shutdown	= &omap2_wd_timer_disable,
 
- 	.reset		= &omap2_wd_timer_reset,
 
- };
 
- /*
 
-  * 'gpio' class
 
-  * general purpose io module
 
-  */
 
- static struct omap_hwmod_class_sysconfig omap2xxx_gpio_sysc = {
 
- 	.rev_offs	= 0x0000,
 
- 	.sysc_offs	= 0x0010,
 
- 	.syss_offs	= 0x0014,
 
- 	.sysc_flags	= (SYSC_HAS_ENAWAKEUP | SYSC_HAS_SIDLEMODE |
 
- 			   SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE |
 
- 			   SYSS_HAS_RESET_STATUS),
 
- 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
 
- 	.sysc_fields	= &omap_hwmod_sysc_type1,
 
- };
 
- struct omap_hwmod_class omap2xxx_gpio_hwmod_class = {
 
- 	.name = "gpio",
 
- 	.sysc = &omap2xxx_gpio_sysc,
 
- 	.rev = 0,
 
- };
 
- /* system dma */
 
- static struct omap_hwmod_class_sysconfig omap2xxx_dma_sysc = {
 
- 	.rev_offs	= 0x0000,
 
- 	.sysc_offs	= 0x002c,
 
- 	.syss_offs	= 0x0028,
 
- 	.sysc_flags	= (SYSC_HAS_SOFTRESET | SYSC_HAS_MIDLEMODE |
 
- 			   SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_EMUFREE |
 
- 			   SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS),
 
- 	.idlemodes	= (MSTANDBY_FORCE | MSTANDBY_NO | MSTANDBY_SMART),
 
- 	.sysc_fields	= &omap_hwmod_sysc_type1,
 
- };
 
- struct omap_hwmod_class omap2xxx_dma_hwmod_class = {
 
- 	.name	= "dma",
 
- 	.sysc	= &omap2xxx_dma_sysc,
 
- };
 
- /*
 
-  * 'mailbox' class
 
-  * mailbox module allowing communication between the on-chip processors
 
-  * using a queued mailbox-interrupt mechanism.
 
-  */
 
- static struct omap_hwmod_class_sysconfig omap2xxx_mailbox_sysc = {
 
- 	.rev_offs	= 0x000,
 
- 	.sysc_offs	= 0x010,
 
- 	.syss_offs	= 0x014,
 
- 	.sysc_flags	= (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
 
- 			   SYSC_HAS_SOFTRESET | SYSC_HAS_AUTOIDLE),
 
- 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
 
- 	.sysc_fields	= &omap_hwmod_sysc_type1,
 
- };
 
- struct omap_hwmod_class omap2xxx_mailbox_hwmod_class = {
 
- 	.name	= "mailbox",
 
- 	.sysc	= &omap2xxx_mailbox_sysc,
 
- };
 
- /*
 
-  * 'mcspi' class
 
-  * multichannel serial port interface (mcspi) / master/slave synchronous serial
 
-  * bus
 
-  */
 
- static struct omap_hwmod_class_sysconfig omap2xxx_mcspi_sysc = {
 
- 	.rev_offs	= 0x0000,
 
- 	.sysc_offs	= 0x0010,
 
- 	.syss_offs	= 0x0014,
 
- 	.sysc_flags	= (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
 
- 				SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
 
- 				SYSC_HAS_AUTOIDLE | SYSS_HAS_RESET_STATUS),
 
- 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
 
- 	.sysc_fields	= &omap_hwmod_sysc_type1,
 
- };
 
- struct omap_hwmod_class omap2xxx_mcspi_class = {
 
- 	.name	= "mcspi",
 
- 	.sysc	= &omap2xxx_mcspi_sysc,
 
- 	.rev	= OMAP2_MCSPI_REV,
 
- };
 
- /*
 
-  * 'gpmc' class
 
-  * general purpose memory controller
 
-  */
 
- static struct omap_hwmod_class_sysconfig omap2xxx_gpmc_sysc = {
 
- 	.rev_offs	= 0x0000,
 
- 	.sysc_offs	= 0x0010,
 
- 	.syss_offs	= 0x0014,
 
- 	.sysc_flags	= (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE |
 
- 			   SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
 
- 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
 
- 	.sysc_fields	= &omap_hwmod_sysc_type1,
 
- };
 
- static struct omap_hwmod_class omap2xxx_gpmc_hwmod_class = {
 
- 	.name	= "gpmc",
 
- 	.sysc	= &omap2xxx_gpmc_sysc,
 
- };
 
- /*
 
-  * IP blocks
 
-  */
 
- /* L3 */
 
- struct omap_hwmod omap2xxx_l3_main_hwmod = {
 
- 	.name		= "l3_main",
 
- 	.class		= &l3_hwmod_class,
 
- 	.flags		= HWMOD_NO_IDLEST,
 
- };
 
- /* L4 CORE */
 
- struct omap_hwmod omap2xxx_l4_core_hwmod = {
 
- 	.name		= "l4_core",
 
- 	.class		= &l4_hwmod_class,
 
- 	.flags		= HWMOD_NO_IDLEST,
 
- };
 
- /* L4 WKUP */
 
- struct omap_hwmod omap2xxx_l4_wkup_hwmod = {
 
- 	.name		= "l4_wkup",
 
- 	.class		= &l4_hwmod_class,
 
- 	.flags		= HWMOD_NO_IDLEST,
 
- };
 
- /* MPU */
 
- static struct omap_hwmod_irq_info omap2xxx_mpu_irqs[] = {
 
- 	{ .name = "pmu", .irq = 3 + OMAP_INTC_START },
 
- 	{ .irq = -1 }
 
- };
 
- struct omap_hwmod omap2xxx_mpu_hwmod = {
 
- 	.name		= "mpu",
 
- 	.mpu_irqs	= omap2xxx_mpu_irqs,
 
- 	.class		= &mpu_hwmod_class,
 
- 	.main_clk	= "mpu_ck",
 
- };
 
- /* IVA2 */
 
- struct omap_hwmod omap2xxx_iva_hwmod = {
 
- 	.name		= "iva",
 
- 	.class		= &iva_hwmod_class,
 
- };
 
- /* always-on timers dev attribute */
 
- static struct omap_timer_capability_dev_attr capability_alwon_dev_attr = {
 
- 	.timer_capability       = OMAP_TIMER_ALWON,
 
- };
 
- /* pwm timers dev attribute */
 
- static struct omap_timer_capability_dev_attr capability_pwm_dev_attr = {
 
- 	.timer_capability       = OMAP_TIMER_HAS_PWM,
 
- };
 
- /* timers with DSP interrupt dev attribute */
 
- static struct omap_timer_capability_dev_attr capability_dsp_dev_attr = {
 
- 	.timer_capability       = OMAP_TIMER_HAS_DSP_IRQ,
 
- };
 
- /* timer1 */
 
- struct omap_hwmod omap2xxx_timer1_hwmod = {
 
- 	.name		= "timer1",
 
- 	.mpu_irqs	= omap2_timer1_mpu_irqs,
 
- 	.main_clk	= "gpt1_fck",
 
- 	.prcm		= {
 
- 		.omap2 = {
 
- 			.prcm_reg_id = 1,
 
- 			.module_bit = OMAP24XX_EN_GPT1_SHIFT,
 
- 			.module_offs = WKUP_MOD,
 
- 			.idlest_reg_id = 1,
 
- 			.idlest_idle_bit = OMAP24XX_ST_GPT1_SHIFT,
 
- 		},
 
- 	},
 
- 	.dev_attr	= &capability_alwon_dev_attr,
 
- 	.class		= &omap2xxx_timer_hwmod_class,
 
- 	.flags          = HWMOD_SET_DEFAULT_CLOCKACT,
 
- };
 
- /* timer2 */
 
- struct omap_hwmod omap2xxx_timer2_hwmod = {
 
- 	.name		= "timer2",
 
- 	.mpu_irqs	= omap2_timer2_mpu_irqs,
 
- 	.main_clk	= "gpt2_fck",
 
- 	.prcm		= {
 
- 		.omap2 = {
 
- 			.prcm_reg_id = 1,
 
- 			.module_bit = OMAP24XX_EN_GPT2_SHIFT,
 
- 			.module_offs = CORE_MOD,
 
- 			.idlest_reg_id = 1,
 
- 			.idlest_idle_bit = OMAP24XX_ST_GPT2_SHIFT,
 
- 		},
 
- 	},
 
- 	.class		= &omap2xxx_timer_hwmod_class,
 
- 	.flags          = HWMOD_SET_DEFAULT_CLOCKACT,
 
- };
 
- /* timer3 */
 
- struct omap_hwmod omap2xxx_timer3_hwmod = {
 
- 	.name		= "timer3",
 
- 	.mpu_irqs	= omap2_timer3_mpu_irqs,
 
- 	.main_clk	= "gpt3_fck",
 
- 	.prcm		= {
 
- 		.omap2 = {
 
- 			.prcm_reg_id = 1,
 
- 			.module_bit = OMAP24XX_EN_GPT3_SHIFT,
 
- 			.module_offs = CORE_MOD,
 
- 			.idlest_reg_id = 1,
 
- 			.idlest_idle_bit = OMAP24XX_ST_GPT3_SHIFT,
 
- 		},
 
- 	},
 
- 	.class		= &omap2xxx_timer_hwmod_class,
 
- 	.flags          = HWMOD_SET_DEFAULT_CLOCKACT,
 
- };
 
- /* timer4 */
 
- struct omap_hwmod omap2xxx_timer4_hwmod = {
 
- 	.name		= "timer4",
 
- 	.mpu_irqs	= omap2_timer4_mpu_irqs,
 
- 	.main_clk	= "gpt4_fck",
 
- 	.prcm		= {
 
- 		.omap2 = {
 
- 			.prcm_reg_id = 1,
 
- 			.module_bit = OMAP24XX_EN_GPT4_SHIFT,
 
 
  |