aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_44xx_data.c')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c28
1 files changed, 14 insertions, 14 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index d055b4725679..4cab6318d33e 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -1928,7 +1928,7 @@ static struct omap_hwmod_dma_info omap44xx_mcbsp1_sdma_reqs[] = {
1928 1928
1929static struct omap_hwmod_opt_clk mcbsp1_opt_clks[] = { 1929static struct omap_hwmod_opt_clk mcbsp1_opt_clks[] = {
1930 { .role = "pad_fck", .clk = "pad_clks_ck" }, 1930 { .role = "pad_fck", .clk = "pad_clks_ck" },
1931 { .role = "prcm_clk", .clk = "mcbsp1_sync_mux_ck" }, 1931 { .role = "prcm_fck", .clk = "mcbsp1_sync_mux_ck" },
1932}; 1932};
1933 1933
1934static struct omap_hwmod omap44xx_mcbsp1_hwmod = { 1934static struct omap_hwmod omap44xx_mcbsp1_hwmod = {
@@ -1963,7 +1963,7 @@ static struct omap_hwmod_dma_info omap44xx_mcbsp2_sdma_reqs[] = {
1963 1963
1964static struct omap_hwmod_opt_clk mcbsp2_opt_clks[] = { 1964static struct omap_hwmod_opt_clk mcbsp2_opt_clks[] = {
1965 { .role = "pad_fck", .clk = "pad_clks_ck" }, 1965 { .role = "pad_fck", .clk = "pad_clks_ck" },
1966 { .role = "prcm_clk", .clk = "mcbsp2_sync_mux_ck" }, 1966 { .role = "prcm_fck", .clk = "mcbsp2_sync_mux_ck" },
1967}; 1967};
1968 1968
1969static struct omap_hwmod omap44xx_mcbsp2_hwmod = { 1969static struct omap_hwmod omap44xx_mcbsp2_hwmod = {
@@ -1998,7 +1998,7 @@ static struct omap_hwmod_dma_info omap44xx_mcbsp3_sdma_reqs[] = {
1998 1998
1999static struct omap_hwmod_opt_clk mcbsp3_opt_clks[] = { 1999static struct omap_hwmod_opt_clk mcbsp3_opt_clks[] = {
2000 { .role = "pad_fck", .clk = "pad_clks_ck" }, 2000 { .role = "pad_fck", .clk = "pad_clks_ck" },
2001 { .role = "prcm_clk", .clk = "mcbsp3_sync_mux_ck" }, 2001 { .role = "prcm_fck", .clk = "mcbsp3_sync_mux_ck" },
2002}; 2002};
2003 2003
2004static struct omap_hwmod omap44xx_mcbsp3_hwmod = { 2004static struct omap_hwmod omap44xx_mcbsp3_hwmod = {
@@ -2033,7 +2033,7 @@ static struct omap_hwmod_dma_info omap44xx_mcbsp4_sdma_reqs[] = {
2033 2033
2034static struct omap_hwmod_opt_clk mcbsp4_opt_clks[] = { 2034static struct omap_hwmod_opt_clk mcbsp4_opt_clks[] = {
2035 { .role = "pad_fck", .clk = "pad_clks_ck" }, 2035 { .role = "pad_fck", .clk = "pad_clks_ck" },
2036 { .role = "prcm_clk", .clk = "mcbsp4_sync_mux_ck" }, 2036 { .role = "prcm_fck", .clk = "mcbsp4_sync_mux_ck" },
2037}; 2037};
2038 2038
2039static struct omap_hwmod omap44xx_mcbsp4_hwmod = { 2039static struct omap_hwmod omap44xx_mcbsp4_hwmod = {
@@ -3861,7 +3861,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_cfg__l3_main_2 = {
3861}; 3861};
3862 3862
3863/* usb_host_fs -> l3_main_2 */ 3863/* usb_host_fs -> l3_main_2 */
3864static struct omap_hwmod_ocp_if omap44xx_usb_host_fs__l3_main_2 = { 3864static struct omap_hwmod_ocp_if __maybe_unused omap44xx_usb_host_fs__l3_main_2 = {
3865 .master = &omap44xx_usb_host_fs_hwmod, 3865 .master = &omap44xx_usb_host_fs_hwmod,
3866 .slave = &omap44xx_l3_main_2_hwmod, 3866 .slave = &omap44xx_l3_main_2_hwmod,
3867 .clk = "l3_div_ck", 3867 .clk = "l3_div_ck",
@@ -3919,7 +3919,7 @@ static struct omap_hwmod_ocp_if omap44xx_l4_cfg__l3_main_3 = {
3919}; 3919};
3920 3920
3921/* aess -> l4_abe */ 3921/* aess -> l4_abe */
3922static struct omap_hwmod_ocp_if omap44xx_aess__l4_abe = { 3922static struct omap_hwmod_ocp_if __maybe_unused omap44xx_aess__l4_abe = {
3923 .master = &omap44xx_aess_hwmod, 3923 .master = &omap44xx_aess_hwmod,
3924 .slave = &omap44xx_l4_abe_hwmod, 3924 .slave = &omap44xx_l4_abe_hwmod,
3925 .clk = "ocp_abe_iclk", 3925 .clk = "ocp_abe_iclk",
@@ -4010,7 +4010,7 @@ static struct omap_hwmod_addr_space omap44xx_aess_addrs[] = {
4010}; 4010};
4011 4011
4012/* l4_abe -> aess */ 4012/* l4_abe -> aess */
4013static struct omap_hwmod_ocp_if omap44xx_l4_abe__aess = { 4013static struct omap_hwmod_ocp_if __maybe_unused omap44xx_l4_abe__aess = {
4014 .master = &omap44xx_l4_abe_hwmod, 4014 .master = &omap44xx_l4_abe_hwmod,
4015 .slave = &omap44xx_aess_hwmod, 4015 .slave = &omap44xx_aess_hwmod,
4016 .clk = "ocp_abe_iclk", 4016 .clk = "ocp_abe_iclk",
@@ -4028,7 +4028,7 @@ static struct omap_hwmod_addr_space omap44xx_aess_dma_addrs[] = {
4028}; 4028};
4029 4029
4030/* l4_abe -> aess (dma) */ 4030/* l4_abe -> aess (dma) */
4031static struct omap_hwmod_ocp_if omap44xx_l4_abe__aess_dma = { 4031static struct omap_hwmod_ocp_if __maybe_unused omap44xx_l4_abe__aess_dma = {
4032 .master = &omap44xx_l4_abe_hwmod, 4032 .master = &omap44xx_l4_abe_hwmod,
4033 .slave = &omap44xx_aess_hwmod, 4033 .slave = &omap44xx_aess_hwmod,
4034 .clk = "ocp_abe_iclk", 4034 .clk = "ocp_abe_iclk",
@@ -5854,7 +5854,7 @@ static struct omap_hwmod_addr_space omap44xx_usb_host_fs_addrs[] = {
5854}; 5854};
5855 5855
5856/* l4_cfg -> usb_host_fs */ 5856/* l4_cfg -> usb_host_fs */
5857static struct omap_hwmod_ocp_if omap44xx_l4_cfg__usb_host_fs = { 5857static struct omap_hwmod_ocp_if __maybe_unused omap44xx_l4_cfg__usb_host_fs = {
5858 .master = &omap44xx_l4_cfg_hwmod, 5858 .master = &omap44xx_l4_cfg_hwmod,
5859 .slave = &omap44xx_usb_host_fs_hwmod, 5859 .slave = &omap44xx_usb_host_fs_hwmod,
5860 .clk = "l4_div_ck", 5860 .clk = "l4_div_ck",
@@ -6011,13 +6011,13 @@ static struct omap_hwmod_ocp_if *omap44xx_hwmod_ocp_ifs[] __initdata = {
6011 &omap44xx_iva__l3_main_2, 6011 &omap44xx_iva__l3_main_2,
6012 &omap44xx_l3_main_1__l3_main_2, 6012 &omap44xx_l3_main_1__l3_main_2,
6013 &omap44xx_l4_cfg__l3_main_2, 6013 &omap44xx_l4_cfg__l3_main_2,
6014 &omap44xx_usb_host_fs__l3_main_2, 6014 /* &omap44xx_usb_host_fs__l3_main_2, */
6015 &omap44xx_usb_host_hs__l3_main_2, 6015 &omap44xx_usb_host_hs__l3_main_2,
6016 &omap44xx_usb_otg_hs__l3_main_2, 6016 &omap44xx_usb_otg_hs__l3_main_2,
6017 &omap44xx_l3_main_1__l3_main_3, 6017 &omap44xx_l3_main_1__l3_main_3,
6018 &omap44xx_l3_main_2__l3_main_3, 6018 &omap44xx_l3_main_2__l3_main_3,
6019 &omap44xx_l4_cfg__l3_main_3, 6019 &omap44xx_l4_cfg__l3_main_3,
6020 &omap44xx_aess__l4_abe, 6020 /* &omap44xx_aess__l4_abe, */
6021 &omap44xx_dsp__l4_abe, 6021 &omap44xx_dsp__l4_abe,
6022 &omap44xx_l3_main_1__l4_abe, 6022 &omap44xx_l3_main_1__l4_abe,
6023 &omap44xx_mpu__l4_abe, 6023 &omap44xx_mpu__l4_abe,
@@ -6026,8 +6026,8 @@ static struct omap_hwmod_ocp_if *omap44xx_hwmod_ocp_ifs[] __initdata = {
6026 &omap44xx_l4_cfg__l4_wkup, 6026 &omap44xx_l4_cfg__l4_wkup,
6027 &omap44xx_mpu__mpu_private, 6027 &omap44xx_mpu__mpu_private,
6028 &omap44xx_l4_cfg__ocp_wp_noc, 6028 &omap44xx_l4_cfg__ocp_wp_noc,
6029 &omap44xx_l4_abe__aess, 6029 /* &omap44xx_l4_abe__aess, */
6030 &omap44xx_l4_abe__aess_dma, 6030 /* &omap44xx_l4_abe__aess_dma, */
6031 &omap44xx_l3_main_2__c2c, 6031 &omap44xx_l3_main_2__c2c,
6032 &omap44xx_l4_wkup__counter_32k, 6032 &omap44xx_l4_wkup__counter_32k,
6033 &omap44xx_l4_cfg__ctrl_module_core, 6033 &omap44xx_l4_cfg__ctrl_module_core,
@@ -6133,7 +6133,7 @@ static struct omap_hwmod_ocp_if *omap44xx_hwmod_ocp_ifs[] __initdata = {
6133 &omap44xx_l4_per__uart2, 6133 &omap44xx_l4_per__uart2,
6134 &omap44xx_l4_per__uart3, 6134 &omap44xx_l4_per__uart3,
6135 &omap44xx_l4_per__uart4, 6135 &omap44xx_l4_per__uart4,
6136 &omap44xx_l4_cfg__usb_host_fs, 6136 /* &omap44xx_l4_cfg__usb_host_fs, */
6137 &omap44xx_l4_cfg__usb_host_hs, 6137 &omap44xx_l4_cfg__usb_host_hs,
6138 &omap44xx_l4_cfg__usb_otg_hs, 6138 &omap44xx_l4_cfg__usb_otg_hs,
6139 &omap44xx_l4_cfg__usb_tll_hs, 6139 &omap44xx_l4_cfg__usb_tll_hs,