clk: ti: dra7: Fix mcasp8 clock bits
authorTony Lindgren <tony@atomide.com>
Mon, 23 Sep 2019 17:32:37 +0000 (10:32 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 23 Sep 2019 17:32:37 +0000 (10:32 -0700)
commitdd8882a255388ba66175098b1560d4f81c100d30
treef13b69e81db13597c6eaa4541adcc5e1de78138e
parent4d856f72c10ecb060868ed10ff1b1453943fc6c8
clk: ti: dra7: Fix mcasp8 clock bits

There's a typo for dra7 mcasp clkctrl bit, it should be 22 like the other
macasp instances, and not 24. And in dra7xx_clks[] we have the bits wrong
way around.

Fixes: dffa9051d546 ("clk: ti: dra7: add new clkctrl data")
Cc: linux-clk@vger.kernel.org
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Suman Anna <s-anna@ti.com>
Cc: Tero Kristo <t-kristo@ti.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/clk/ti/clk-7xx.c