~ubuntu-branches/ubuntu/trusty/linux-linaro-omap/trusty

« back to all changes in this revision

Viewing changes to arch/arm/mach-omap2/omap_hwmod_3xxx_data.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-57i0gl3v99b3lkfg
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
1460
1460
static struct omap_hwmod_class i2c_class = {
1461
1461
        .name = "i2c",
1462
1462
        .sysc = &i2c_sysc,
1463
 
        .rev  = OMAP_I2C_IP_VERSION_1,
1464
1463
};
1465
1464
 
1466
1465
/*
1875
1874
 
1876
1875
static struct omap_i2c_dev_attr i2c1_dev_attr = {
1877
1876
        .fifo_depth     = 8, /* bytes */
1878
 
        .flags = OMAP_I2C_FLAG_APPLY_ERRATA_I207 |
1879
 
                 OMAP_I2C_FLAG_RESET_REGS_POSTIDLE |
1880
 
                 OMAP_I2C_FLAG_BUS_SHIFT_2,
1881
1877
};
1882
1878
 
1883
1879
static struct omap_hwmod_irq_info i2c1_mpu_irqs[] = {
1895
1891
 
1896
1892
static struct omap_hwmod omap3xxx_i2c1_hwmod = {
1897
1893
        .name           = "i2c1",
1898
 
        .flags          = HWMOD_16BIT_REG,
1899
1894
        .mpu_irqs       = i2c1_mpu_irqs,
1900
1895
        .mpu_irqs_cnt   = ARRAY_SIZE(i2c1_mpu_irqs),
1901
1896
        .sdma_reqs      = i2c1_sdma_reqs,
1921
1916
 
1922
1917
static struct omap_i2c_dev_attr i2c2_dev_attr = {
1923
1918
        .fifo_depth     = 8, /* bytes */
1924
 
        .flags = OMAP_I2C_FLAG_APPLY_ERRATA_I207 |
1925
 
                 OMAP_I2C_FLAG_RESET_REGS_POSTIDLE |
1926
 
                 OMAP_I2C_FLAG_BUS_SHIFT_2,
1927
1919
};
1928
1920
 
1929
1921
static struct omap_hwmod_irq_info i2c2_mpu_irqs[] = {
1941
1933
 
1942
1934
static struct omap_hwmod omap3xxx_i2c2_hwmod = {
1943
1935
        .name           = "i2c2",
1944
 
        .flags          = HWMOD_16BIT_REG,
1945
1936
        .mpu_irqs       = i2c2_mpu_irqs,
1946
1937
        .mpu_irqs_cnt   = ARRAY_SIZE(i2c2_mpu_irqs),
1947
1938
        .sdma_reqs      = i2c2_sdma_reqs,
1967
1958
 
1968
1959
static struct omap_i2c_dev_attr i2c3_dev_attr = {
1969
1960
        .fifo_depth     = 64, /* bytes */
1970
 
        .flags = OMAP_I2C_FLAG_APPLY_ERRATA_I207 |
1971
 
                 OMAP_I2C_FLAG_RESET_REGS_POSTIDLE |
1972
 
                 OMAP_I2C_FLAG_BUS_SHIFT_2,
1973
1961
};
1974
1962
 
1975
1963
static struct omap_hwmod_irq_info i2c3_mpu_irqs[] = {
1987
1975
 
1988
1976
static struct omap_hwmod omap3xxx_i2c3_hwmod = {
1989
1977
        .name           = "i2c3",
1990
 
        .flags          = HWMOD_16BIT_REG,
1991
1978
        .mpu_irqs       = i2c3_mpu_irqs,
1992
1979
        .mpu_irqs_cnt   = ARRAY_SIZE(i2c3_mpu_irqs),
1993
1980
        .sdma_reqs      = i2c3_sdma_reqs,