Commit 00fe610b authored by Benoit Cousson's avatar Benoit Cousson Committed by Paul Walmsley

OMAP4: hwmod data: Fix bad alignement

Fix .prcm alignement and usb_otg_hs class and hwmod structures.

Add a couple of more potential hwmods in the comment.
Remove hsi, since it is already included in the data.

Remove one blank line.
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 7ecc5373
...@@ -632,7 +632,9 @@ static struct omap_hwmod omap44xx_mpu_private_hwmod = { ...@@ -632,7 +632,9 @@ static struct omap_hwmod omap44xx_mpu_private_hwmod = {
* gpmc * gpmc
* gpu * gpu
* hdq1w * hdq1w
* hsi * mcasp
* mpu_c0
* mpu_c1
* ocmc_ram * ocmc_ram
* ocp2scp_usb_phy * ocp2scp_usb_phy
* ocp_wp_noc * ocp_wp_noc
...@@ -739,7 +741,7 @@ static struct omap_hwmod omap44xx_aess_hwmod = { ...@@ -739,7 +741,7 @@ static struct omap_hwmod omap44xx_aess_hwmod = {
.mpu_irqs = omap44xx_aess_irqs, .mpu_irqs = omap44xx_aess_irqs,
.sdma_reqs = omap44xx_aess_sdma_reqs, .sdma_reqs = omap44xx_aess_sdma_reqs,
.main_clk = "aess_fck", .main_clk = "aess_fck",
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM1_ABE_AESS_CLKCTRL, .clkctrl_reg = OMAP4430_CM1_ABE_AESS_CLKCTRL,
}, },
...@@ -768,7 +770,7 @@ static struct omap_hwmod_opt_clk bandgap_opt_clks[] = { ...@@ -768,7 +770,7 @@ static struct omap_hwmod_opt_clk bandgap_opt_clks[] = {
static struct omap_hwmod omap44xx_bandgap_hwmod = { static struct omap_hwmod omap44xx_bandgap_hwmod = {
.name = "bandgap", .name = "bandgap",
.class = &omap44xx_bandgap_hwmod_class, .class = &omap44xx_bandgap_hwmod_class,
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM_WKUP_BANDGAP_CLKCTRL, .clkctrl_reg = OMAP4430_CM_WKUP_BANDGAP_CLKCTRL,
}, },
...@@ -827,7 +829,7 @@ static struct omap_hwmod omap44xx_counter_32k_hwmod = { ...@@ -827,7 +829,7 @@ static struct omap_hwmod omap44xx_counter_32k_hwmod = {
.class = &omap44xx_counter_hwmod_class, .class = &omap44xx_counter_hwmod_class,
.flags = HWMOD_SWSUP_SIDLE, .flags = HWMOD_SWSUP_SIDLE,
.main_clk = "sys_32k_ck", .main_clk = "sys_32k_ck",
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM_WKUP_SYNCTIMER_CLKCTRL, .clkctrl_reg = OMAP4430_CM_WKUP_SYNCTIMER_CLKCTRL,
}, },
...@@ -1003,7 +1005,7 @@ static struct omap_hwmod omap44xx_dmic_hwmod = { ...@@ -1003,7 +1005,7 @@ static struct omap_hwmod omap44xx_dmic_hwmod = {
.mpu_irqs = omap44xx_dmic_irqs, .mpu_irqs = omap44xx_dmic_irqs,
.sdma_reqs = omap44xx_dmic_sdma_reqs, .sdma_reqs = omap44xx_dmic_sdma_reqs,
.main_clk = "dmic_fck", .main_clk = "dmic_fck",
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM1_ABE_DMIC_CLKCTRL, .clkctrl_reg = OMAP4430_CM1_ABE_DMIC_CLKCTRL,
}, },
...@@ -2093,7 +2095,7 @@ static struct omap_hwmod omap44xx_hsi_hwmod = { ...@@ -2093,7 +2095,7 @@ static struct omap_hwmod omap44xx_hsi_hwmod = {
.class = &omap44xx_hsi_hwmod_class, .class = &omap44xx_hsi_hwmod_class,
.mpu_irqs = omap44xx_hsi_irqs, .mpu_irqs = omap44xx_hsi_irqs,
.main_clk = "hsi_fck", .main_clk = "hsi_fck",
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM_L3INIT_HSI_CLKCTRL, .clkctrl_reg = OMAP4430_CM_L3INIT_HSI_CLKCTRL,
}, },
...@@ -2390,7 +2392,7 @@ static struct omap_hwmod omap44xx_ipu_c0_hwmod = { ...@@ -2390,7 +2392,7 @@ static struct omap_hwmod omap44xx_ipu_c0_hwmod = {
.flags = HWMOD_INIT_NO_RESET, .flags = HWMOD_INIT_NO_RESET,
.rst_lines = omap44xx_ipu_c0_resets, .rst_lines = omap44xx_ipu_c0_resets,
.rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_c0_resets), .rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_c0_resets),
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.rstctrl_reg = OMAP4430_RM_DUCATI_RSTCTRL, .rstctrl_reg = OMAP4430_RM_DUCATI_RSTCTRL,
}, },
...@@ -2405,7 +2407,7 @@ static struct omap_hwmod omap44xx_ipu_c1_hwmod = { ...@@ -2405,7 +2407,7 @@ static struct omap_hwmod omap44xx_ipu_c1_hwmod = {
.flags = HWMOD_INIT_NO_RESET, .flags = HWMOD_INIT_NO_RESET,
.rst_lines = omap44xx_ipu_c1_resets, .rst_lines = omap44xx_ipu_c1_resets,
.rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_c1_resets), .rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_c1_resets),
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.rstctrl_reg = OMAP4430_RM_DUCATI_RSTCTRL, .rstctrl_reg = OMAP4430_RM_DUCATI_RSTCTRL,
}, },
...@@ -2420,7 +2422,7 @@ static struct omap_hwmod omap44xx_ipu_hwmod = { ...@@ -2420,7 +2422,7 @@ static struct omap_hwmod omap44xx_ipu_hwmod = {
.rst_lines = omap44xx_ipu_resets, .rst_lines = omap44xx_ipu_resets,
.rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_resets), .rst_lines_cnt = ARRAY_SIZE(omap44xx_ipu_resets),
.main_clk = "ipu_fck", .main_clk = "ipu_fck",
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM_DUCATI_DUCATI_CLKCTRL, .clkctrl_reg = OMAP4430_CM_DUCATI_DUCATI_CLKCTRL,
.rstctrl_reg = OMAP4430_RM_DUCATI_RSTCTRL, .rstctrl_reg = OMAP4430_RM_DUCATI_RSTCTRL,
...@@ -2506,7 +2508,7 @@ static struct omap_hwmod omap44xx_iss_hwmod = { ...@@ -2506,7 +2508,7 @@ static struct omap_hwmod omap44xx_iss_hwmod = {
.mpu_irqs = omap44xx_iss_irqs, .mpu_irqs = omap44xx_iss_irqs,
.sdma_reqs = omap44xx_iss_sdma_reqs, .sdma_reqs = omap44xx_iss_sdma_reqs,
.main_clk = "iss_fck", .main_clk = "iss_fck",
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM_CAM_ISS_CLKCTRL, .clkctrl_reg = OMAP4430_CM_CAM_ISS_CLKCTRL,
}, },
...@@ -2686,7 +2688,7 @@ static struct omap_hwmod omap44xx_kbd_hwmod = { ...@@ -2686,7 +2688,7 @@ static struct omap_hwmod omap44xx_kbd_hwmod = {
.class = &omap44xx_kbd_hwmod_class, .class = &omap44xx_kbd_hwmod_class,
.mpu_irqs = omap44xx_kbd_irqs, .mpu_irqs = omap44xx_kbd_irqs,
.main_clk = "kbd_fck", .main_clk = "kbd_fck",
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM_WKUP_KEYBOARD_CLKCTRL, .clkctrl_reg = OMAP4430_CM_WKUP_KEYBOARD_CLKCTRL,
}, },
...@@ -2750,7 +2752,7 @@ static struct omap_hwmod omap44xx_mailbox_hwmod = { ...@@ -2750,7 +2752,7 @@ static struct omap_hwmod omap44xx_mailbox_hwmod = {
.name = "mailbox", .name = "mailbox",
.class = &omap44xx_mailbox_hwmod_class, .class = &omap44xx_mailbox_hwmod_class,
.mpu_irqs = omap44xx_mailbox_irqs, .mpu_irqs = omap44xx_mailbox_irqs,
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM_L4CFG_MAILBOX_CLKCTRL, .clkctrl_reg = OMAP4430_CM_L4CFG_MAILBOX_CLKCTRL,
}, },
...@@ -3132,7 +3134,7 @@ static struct omap_hwmod omap44xx_mcpdm_hwmod = { ...@@ -3132,7 +3134,7 @@ static struct omap_hwmod omap44xx_mcpdm_hwmod = {
.mpu_irqs = omap44xx_mcpdm_irqs, .mpu_irqs = omap44xx_mcpdm_irqs,
.sdma_reqs = omap44xx_mcpdm_sdma_reqs, .sdma_reqs = omap44xx_mcpdm_sdma_reqs,
.main_clk = "mcpdm_fck", .main_clk = "mcpdm_fck",
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM1_ABE_PDM_CLKCTRL, .clkctrl_reg = OMAP4430_CM1_ABE_PDM_CLKCTRL,
}, },
...@@ -3429,7 +3431,6 @@ static struct omap_hwmod_class omap44xx_mmc_hwmod_class = { ...@@ -3429,7 +3431,6 @@ static struct omap_hwmod_class omap44xx_mmc_hwmod_class = {
}; };
/* mmc1 */ /* mmc1 */
static struct omap_hwmod_irq_info omap44xx_mmc1_irqs[] = { static struct omap_hwmod_irq_info omap44xx_mmc1_irqs[] = {
{ .irq = 83 + OMAP44XX_IRQ_GIC_START }, { .irq = 83 + OMAP44XX_IRQ_GIC_START },
{ .irq = -1 } { .irq = -1 }
...@@ -3480,7 +3481,7 @@ static struct omap_hwmod omap44xx_mmc1_hwmod = { ...@@ -3480,7 +3481,7 @@ static struct omap_hwmod omap44xx_mmc1_hwmod = {
.mpu_irqs = omap44xx_mmc1_irqs, .mpu_irqs = omap44xx_mmc1_irqs,
.sdma_reqs = omap44xx_mmc1_sdma_reqs, .sdma_reqs = omap44xx_mmc1_sdma_reqs,
.main_clk = "mmc1_fck", .main_clk = "mmc1_fck",
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM_L3INIT_MMC1_CLKCTRL, .clkctrl_reg = OMAP4430_CM_L3INIT_MMC1_CLKCTRL,
}, },
...@@ -3539,7 +3540,7 @@ static struct omap_hwmod omap44xx_mmc2_hwmod = { ...@@ -3539,7 +3540,7 @@ static struct omap_hwmod omap44xx_mmc2_hwmod = {
.mpu_irqs = omap44xx_mmc2_irqs, .mpu_irqs = omap44xx_mmc2_irqs,
.sdma_reqs = omap44xx_mmc2_sdma_reqs, .sdma_reqs = omap44xx_mmc2_sdma_reqs,
.main_clk = "mmc2_fck", .main_clk = "mmc2_fck",
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM_L3INIT_MMC2_CLKCTRL, .clkctrl_reg = OMAP4430_CM_L3INIT_MMC2_CLKCTRL,
}, },
...@@ -3593,7 +3594,7 @@ static struct omap_hwmod omap44xx_mmc3_hwmod = { ...@@ -3593,7 +3594,7 @@ static struct omap_hwmod omap44xx_mmc3_hwmod = {
.mpu_irqs = omap44xx_mmc3_irqs, .mpu_irqs = omap44xx_mmc3_irqs,
.sdma_reqs = omap44xx_mmc3_sdma_reqs, .sdma_reqs = omap44xx_mmc3_sdma_reqs,
.main_clk = "mmc3_fck", .main_clk = "mmc3_fck",
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM_L4PER_MMCSD3_CLKCTRL, .clkctrl_reg = OMAP4430_CM_L4PER_MMCSD3_CLKCTRL,
}, },
...@@ -3646,7 +3647,7 @@ static struct omap_hwmod omap44xx_mmc4_hwmod = { ...@@ -3646,7 +3647,7 @@ static struct omap_hwmod omap44xx_mmc4_hwmod = {
.sdma_reqs = omap44xx_mmc4_sdma_reqs, .sdma_reqs = omap44xx_mmc4_sdma_reqs,
.main_clk = "mmc4_fck", .main_clk = "mmc4_fck",
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM_L4PER_MMCSD4_CLKCTRL, .clkctrl_reg = OMAP4430_CM_L4PER_MMCSD4_CLKCTRL,
}, },
...@@ -3698,7 +3699,7 @@ static struct omap_hwmod omap44xx_mmc5_hwmod = { ...@@ -3698,7 +3699,7 @@ static struct omap_hwmod omap44xx_mmc5_hwmod = {
.mpu_irqs = omap44xx_mmc5_irqs, .mpu_irqs = omap44xx_mmc5_irqs,
.sdma_reqs = omap44xx_mmc5_sdma_reqs, .sdma_reqs = omap44xx_mmc5_sdma_reqs,
.main_clk = "mmc5_fck", .main_clk = "mmc5_fck",
.prcm = { .prcm = {
.omap4 = { .omap4 = {
.clkctrl_reg = OMAP4430_CM_L4PER_MMCSD5_CLKCTRL, .clkctrl_reg = OMAP4430_CM_L4PER_MMCSD5_CLKCTRL,
}, },
...@@ -4834,8 +4835,8 @@ static struct omap_hwmod_class_sysconfig omap44xx_usb_otg_hs_sysc = { ...@@ -4834,8 +4835,8 @@ static struct omap_hwmod_class_sysconfig omap44xx_usb_otg_hs_sysc = {
}; };
static struct omap_hwmod_class omap44xx_usb_otg_hs_hwmod_class = { static struct omap_hwmod_class omap44xx_usb_otg_hs_hwmod_class = {
.name = "usb_otg_hs", .name = "usb_otg_hs",
.sysc = &omap44xx_usb_otg_hs_sysc, .sysc = &omap44xx_usb_otg_hs_sysc,
}; };
/* usb_otg_hs */ /* usb_otg_hs */
...@@ -4889,7 +4890,7 @@ static struct omap_hwmod omap44xx_usb_otg_hs_hwmod = { ...@@ -4889,7 +4890,7 @@ static struct omap_hwmod omap44xx_usb_otg_hs_hwmod = {
}, },
}, },
.opt_clks = usb_otg_hs_opt_clks, .opt_clks = usb_otg_hs_opt_clks,
.opt_clks_cnt = ARRAY_SIZE(usb_otg_hs_opt_clks), .opt_clks_cnt = ARRAY_SIZE(usb_otg_hs_opt_clks),
.slaves = omap44xx_usb_otg_hs_slaves, .slaves = omap44xx_usb_otg_hs_slaves,
.slaves_cnt = ARRAY_SIZE(omap44xx_usb_otg_hs_slaves), .slaves_cnt = ARRAY_SIZE(omap44xx_usb_otg_hs_slaves),
.masters = omap44xx_usb_otg_hs_masters, .masters = omap44xx_usb_otg_hs_masters,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment