]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
clk: ti: dra7: Fix mcasp8 clock bits
authorTony Lindgren <tony@atomide.com>
Mon, 23 Sep 2019 17:32:37 +0000 (10:32 -0700)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 12 Nov 2019 17:46:11 +0000 (18:46 +0100)
commita3109085c15ca59ac5fb13c8bf5e8b2c7b41fa82
tree3635e3b9558786c0ae6d654e5144028295556bc2
parent24a2c8666834387776954c8dbcd024bfb8d8ae04
clk: ti: dra7: Fix mcasp8 clock bits

BugLink: https://bugs.launchpad.net/bugs/1850456
[ Upstream commit dd8882a255388ba66175098b1560d4f81c100d30 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Connor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
drivers/clk/ti/clk-7xx.c