diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2420_data.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2430_data.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap_hwmod_2420_data.c index f3901abf2c28..95f547cf35d8 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c | |||
@@ -1029,6 +1029,7 @@ static struct omap_hwmod_class_sysconfig i2c_sysc = { | |||
1029 | static struct omap_hwmod_class i2c_class = { | 1029 | static struct omap_hwmod_class i2c_class = { |
1030 | .name = "i2c", | 1030 | .name = "i2c", |
1031 | .sysc = &i2c_sysc, | 1031 | .sysc = &i2c_sysc, |
1032 | .rev = OMAP_I2C_IP_VERSION_1, | ||
1032 | }; | 1033 | }; |
1033 | 1034 | ||
1034 | static struct omap_i2c_dev_attr i2c_dev_attr; | 1035 | static struct omap_i2c_dev_attr i2c_dev_attr; |
diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c b/arch/arm/mach-omap2/omap_hwmod_2430_data.c index 19ddf082144d..d7ed51b016e7 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2430_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2430_data.c | |||
@@ -1078,6 +1078,7 @@ static struct omap_hwmod_class_sysconfig i2c_sysc = { | |||
1078 | static struct omap_hwmod_class i2c_class = { | 1078 | static struct omap_hwmod_class i2c_class = { |
1079 | .name = "i2c", | 1079 | .name = "i2c", |
1080 | .sysc = &i2c_sysc, | 1080 | .sysc = &i2c_sysc, |
1081 | .rev = OMAP_I2C_IP_VERSION_1, | ||
1081 | }; | 1082 | }; |
1082 | 1083 | ||
1083 | static struct omap_i2c_dev_attr i2c_dev_attr = { | 1084 | static struct omap_i2c_dev_attr i2c_dev_attr = { |
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index 542a11b19a99..58ec1e220cb9 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | |||
@@ -1308,6 +1308,7 @@ static struct omap_hwmod omap3xxx_uart4_hwmod = { | |||
1308 | static struct omap_hwmod_class i2c_class = { | 1308 | static struct omap_hwmod_class i2c_class = { |
1309 | .name = "i2c", | 1309 | .name = "i2c", |
1310 | .sysc = &i2c_sysc, | 1310 | .sysc = &i2c_sysc, |
1311 | .rev = OMAP_I2C_IP_VERSION_1, | ||
1311 | }; | 1312 | }; |
1312 | 1313 | ||
1313 | static struct omap_hwmod_dma_info omap3xxx_dss_sdma_chs[] = { | 1314 | static struct omap_hwmod_dma_info omap3xxx_dss_sdma_chs[] = { |
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 2ebccb8820c5..1bed3b81d981 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |||
@@ -2160,6 +2160,7 @@ static struct omap_hwmod_class_sysconfig omap44xx_i2c_sysc = { | |||
2160 | static struct omap_hwmod_class omap44xx_i2c_hwmod_class = { | 2160 | static struct omap_hwmod_class omap44xx_i2c_hwmod_class = { |
2161 | .name = "i2c", | 2161 | .name = "i2c", |
2162 | .sysc = &omap44xx_i2c_sysc, | 2162 | .sysc = &omap44xx_i2c_sysc, |
2163 | .rev = OMAP_I2C_IP_VERSION_2, | ||
2163 | }; | 2164 | }; |
2164 | 2165 | ||
2165 | /* i2c1 */ | 2166 | /* i2c1 */ |