|
@@ -2542,14 +2542,11 @@ static struct omap_hwmod_class omap44xx_ocp2scp_hwmod_class = {
|
|
|
};
|
|
|
|
|
|
/* ocp2scp_usb_phy */
|
|
|
-static struct omap_hwmod_opt_clk ocp2scp_usb_phy_opt_clks[] = {
|
|
|
- { .role = "phy_48m", .clk = "ocp2scp_usb_phy_phy_48m" },
|
|
|
-};
|
|
|
-
|
|
|
static struct omap_hwmod omap44xx_ocp2scp_usb_phy_hwmod = {
|
|
|
.name = "ocp2scp_usb_phy",
|
|
|
.class = &omap44xx_ocp2scp_hwmod_class,
|
|
|
.clkdm_name = "l3_init_clkdm",
|
|
|
+ .main_clk = "ocp2scp_usb_phy_phy_48m",
|
|
|
.prcm = {
|
|
|
.omap4 = {
|
|
|
.clkctrl_offs = OMAP4_CM_L3INIT_USBPHYOCP2SCP_CLKCTRL_OFFSET,
|
|
@@ -2557,8 +2554,6 @@ static struct omap_hwmod omap44xx_ocp2scp_usb_phy_hwmod = {
|
|
|
.modulemode = MODULEMODE_HWCTRL,
|
|
|
},
|
|
|
},
|
|
|
- .opt_clks = ocp2scp_usb_phy_opt_clks,
|
|
|
- .opt_clks_cnt = ARRAY_SIZE(ocp2scp_usb_phy_opt_clks),
|
|
|
};
|
|
|
|
|
|
/*
|