diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2430_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2430_data.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c b/arch/arm/mach-omap2/omap_hwmod_2430_data.c index ed2de7936c10..241bd8230729 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2430_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2430_data.c | |||
@@ -16,6 +16,8 @@ | |||
16 | #include <plat/cpu.h> | 16 | #include <plat/cpu.h> |
17 | #include <plat/dma.h> | 17 | #include <plat/dma.h> |
18 | 18 | ||
19 | #include "omap_hwmod_common_data.h" | ||
20 | |||
19 | #include "prm-regbits-24xx.h" | 21 | #include "prm-regbits-24xx.h" |
20 | 22 | ||
21 | /* | 23 | /* |
@@ -58,6 +60,7 @@ static struct omap_hwmod_ocp_if *omap2430_l3_masters[] = { | |||
58 | /* L3 */ | 60 | /* L3 */ |
59 | static struct omap_hwmod omap2430_l3_hwmod = { | 61 | static struct omap_hwmod omap2430_l3_hwmod = { |
60 | .name = "l3_hwmod", | 62 | .name = "l3_hwmod", |
63 | .class = &l3_hwmod_class, | ||
61 | .masters = omap2430_l3_masters, | 64 | .masters = omap2430_l3_masters, |
62 | .masters_cnt = ARRAY_SIZE(omap2430_l3_masters), | 65 | .masters_cnt = ARRAY_SIZE(omap2430_l3_masters), |
63 | .slaves = omap2430_l3_slaves, | 66 | .slaves = omap2430_l3_slaves, |
@@ -89,6 +92,7 @@ static struct omap_hwmod_ocp_if *omap2430_l4_core_masters[] = { | |||
89 | /* L4 CORE */ | 92 | /* L4 CORE */ |
90 | static struct omap_hwmod omap2430_l4_core_hwmod = { | 93 | static struct omap_hwmod omap2430_l4_core_hwmod = { |
91 | .name = "l4_core_hwmod", | 94 | .name = "l4_core_hwmod", |
95 | .class = &l4_hwmod_class, | ||
92 | .masters = omap2430_l4_core_masters, | 96 | .masters = omap2430_l4_core_masters, |
93 | .masters_cnt = ARRAY_SIZE(omap2430_l4_core_masters), | 97 | .masters_cnt = ARRAY_SIZE(omap2430_l4_core_masters), |
94 | .slaves = omap2430_l4_core_slaves, | 98 | .slaves = omap2430_l4_core_slaves, |
@@ -108,6 +112,7 @@ static struct omap_hwmod_ocp_if *omap2430_l4_wkup_masters[] = { | |||
108 | /* L4 WKUP */ | 112 | /* L4 WKUP */ |
109 | static struct omap_hwmod omap2430_l4_wkup_hwmod = { | 113 | static struct omap_hwmod omap2430_l4_wkup_hwmod = { |
110 | .name = "l4_wkup_hwmod", | 114 | .name = "l4_wkup_hwmod", |
115 | .class = &l4_hwmod_class, | ||
111 | .masters = omap2430_l4_wkup_masters, | 116 | .masters = omap2430_l4_wkup_masters, |
112 | .masters_cnt = ARRAY_SIZE(omap2430_l4_wkup_masters), | 117 | .masters_cnt = ARRAY_SIZE(omap2430_l4_wkup_masters), |
113 | .slaves = omap2430_l4_wkup_slaves, | 118 | .slaves = omap2430_l4_wkup_slaves, |
@@ -123,6 +128,7 @@ static struct omap_hwmod_ocp_if *omap2430_mpu_masters[] = { | |||
123 | /* MPU */ | 128 | /* MPU */ |
124 | static struct omap_hwmod omap2430_mpu_hwmod = { | 129 | static struct omap_hwmod omap2430_mpu_hwmod = { |
125 | .name = "mpu_hwmod", | 130 | .name = "mpu_hwmod", |
131 | .class = &mpu_hwmod_class, | ||
126 | .main_clk = "mpu_ck", | 132 | .main_clk = "mpu_ck", |
127 | .masters = omap2430_mpu_masters, | 133 | .masters = omap2430_mpu_masters, |
128 | .masters_cnt = ARRAY_SIZE(omap2430_mpu_masters), | 134 | .masters_cnt = ARRAY_SIZE(omap2430_mpu_masters), |