On 04/12/19 1:25 AM, Dario Binacchi wrote: > In locked condition CLKOUT = CLKINP * [M / (N + 1)]. > > Signed-off-by: Dario Binacchi <[email protected]> Merged into u-boot-ti. Thanks and regards, Lokesh > --- > > arch/arm/mach-omap2/am33xx/clock_am33xx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-omap2/am33xx/clock_am33xx.c > b/arch/arm/mach-omap2/am33xx/clock_am33xx.c > index 32cdf63e3d..f2cd496607 100644 > --- a/arch/arm/mach-omap2/am33xx/clock_am33xx.c > +++ b/arch/arm/mach-omap2/am33xx/clock_am33xx.c > @@ -77,7 +77,7 @@ const struct dpll_params > dpll_mpu_opp[NUM_CRYSTAL_FREQ][NUM_OPPS] = { > {-1, -1, -1, -1, -1, -1, -1}, /* OPP RESERVED */ > {25, 0, 1, -1, -1, -1, -1}, /* OPP 100 */ > {30, 0, 1, -1, -1, -1, -1}, /* OPP 120 */ > - {100, 3, 1, -1, -1, -1, -1}, /* OPP TB */ > + {100, 2, 1, -1, -1, -1, -1}, /* OPP TB */ > {125, 2, 1, -1, -1, -1, -1} /* OPP NT */ > }, > { /* 25 MHz */ >

