We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59269b9 commit 91a290cCopy full SHA for 91a290c
arch/arm/mach-omap2/clock44xx_data.c
@@ -957,8 +957,8 @@ static struct dpll_data dpll_usb_dd = {
957
.modes = (1 << DPLL_LOW_POWER_BYPASS) | (1 << DPLL_LOCKED),
958
.autoidle_reg = OMAP4430_CM_AUTOIDLE_DPLL_USB,
959
.idlest_reg = OMAP4430_CM_IDLEST_DPLL_USB,
960
- .mult_mask = OMAP4430_DPLL_MULT_MASK,
961
- .div1_mask = OMAP4430_DPLL_DIV_MASK,
+ .mult_mask = OMAP4430_DPLL_MULT_USB_MASK,
+ .div1_mask = OMAP4430_DPLL_DIV_0_7_MASK,
962
.enable_mask = OMAP4430_DPLL_EN_MASK,
963
.autoidle_mask = OMAP4430_AUTO_DPLL_MODE_MASK,
964
.idlest_mask = OMAP4430_ST_DPLL_CLK_MASK,
0 commit comments