diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_3xxx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index 8d4b686a5e04..ed6084004260 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | |||
@@ -18,6 +18,8 @@ | |||
18 | #include <plat/cpu.h> | 18 | #include <plat/cpu.h> |
19 | #include <plat/dma.h> | 19 | #include <plat/dma.h> |
20 | 20 | ||
21 | #include "omap_hwmod_common_data.h" | ||
22 | |||
21 | #include "prm-regbits-34xx.h" | 23 | #include "prm-regbits-34xx.h" |
22 | 24 | ||
23 | /* | 25 | /* |
@@ -69,6 +71,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l3_masters[] = { | |||
69 | /* L3 */ | 71 | /* L3 */ |
70 | static struct omap_hwmod omap3xxx_l3_hwmod = { | 72 | static struct omap_hwmod omap3xxx_l3_hwmod = { |
71 | .name = "l3_hwmod", | 73 | .name = "l3_hwmod", |
74 | .class = &l3_hwmod_class, | ||
72 | .masters = omap3xxx_l3_masters, | 75 | .masters = omap3xxx_l3_masters, |
73 | .masters_cnt = ARRAY_SIZE(omap3xxx_l3_masters), | 76 | .masters_cnt = ARRAY_SIZE(omap3xxx_l3_masters), |
74 | .slaves = omap3xxx_l3_slaves, | 77 | .slaves = omap3xxx_l3_slaves, |
@@ -98,6 +101,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l4_core_masters[] = { | |||
98 | /* L4 CORE */ | 101 | /* L4 CORE */ |
99 | static struct omap_hwmod omap3xxx_l4_core_hwmod = { | 102 | static struct omap_hwmod omap3xxx_l4_core_hwmod = { |
100 | .name = "l4_core_hwmod", | 103 | .name = "l4_core_hwmod", |
104 | .class = &l4_hwmod_class, | ||
101 | .masters = omap3xxx_l4_core_masters, | 105 | .masters = omap3xxx_l4_core_masters, |
102 | .masters_cnt = ARRAY_SIZE(omap3xxx_l4_core_masters), | 106 | .masters_cnt = ARRAY_SIZE(omap3xxx_l4_core_masters), |
103 | .slaves = omap3xxx_l4_core_slaves, | 107 | .slaves = omap3xxx_l4_core_slaves, |
@@ -117,6 +121,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l4_per_masters[] = { | |||
117 | /* L4 PER */ | 121 | /* L4 PER */ |
118 | static struct omap_hwmod omap3xxx_l4_per_hwmod = { | 122 | static struct omap_hwmod omap3xxx_l4_per_hwmod = { |
119 | .name = "l4_per_hwmod", | 123 | .name = "l4_per_hwmod", |
124 | .class = &l4_hwmod_class, | ||
120 | .masters = omap3xxx_l4_per_masters, | 125 | .masters = omap3xxx_l4_per_masters, |
121 | .masters_cnt = ARRAY_SIZE(omap3xxx_l4_per_masters), | 126 | .masters_cnt = ARRAY_SIZE(omap3xxx_l4_per_masters), |
122 | .slaves = omap3xxx_l4_per_slaves, | 127 | .slaves = omap3xxx_l4_per_slaves, |
@@ -136,6 +141,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_l4_wkup_masters[] = { | |||
136 | /* L4 WKUP */ | 141 | /* L4 WKUP */ |
137 | static struct omap_hwmod omap3xxx_l4_wkup_hwmod = { | 142 | static struct omap_hwmod omap3xxx_l4_wkup_hwmod = { |
138 | .name = "l4_wkup_hwmod", | 143 | .name = "l4_wkup_hwmod", |
144 | .class = &l4_hwmod_class, | ||
139 | .masters = omap3xxx_l4_wkup_masters, | 145 | .masters = omap3xxx_l4_wkup_masters, |
140 | .masters_cnt = ARRAY_SIZE(omap3xxx_l4_wkup_masters), | 146 | .masters_cnt = ARRAY_SIZE(omap3xxx_l4_wkup_masters), |
141 | .slaves = omap3xxx_l4_wkup_slaves, | 147 | .slaves = omap3xxx_l4_wkup_slaves, |
@@ -151,6 +157,7 @@ static struct omap_hwmod_ocp_if *omap3xxx_mpu_masters[] = { | |||
151 | /* MPU */ | 157 | /* MPU */ |
152 | static struct omap_hwmod omap3xxx_mpu_hwmod = { | 158 | static struct omap_hwmod omap3xxx_mpu_hwmod = { |
153 | .name = "mpu_hwmod", | 159 | .name = "mpu_hwmod", |
160 | .class = &mpu_hwmod_class, | ||
154 | .main_clk = "arm_fck", | 161 | .main_clk = "arm_fck", |
155 | .masters = omap3xxx_mpu_masters, | 162 | .masters = omap3xxx_mpu_masters, |
156 | .masters_cnt = ARRAY_SIZE(omap3xxx_mpu_masters), | 163 | .masters_cnt = ARRAY_SIZE(omap3xxx_mpu_masters), |