commit | 427400fc5c1988245827bacb0dfba0214f153a2f | [log] [tgz] |
---|---|---|
author | Joel Stanley <[email protected]> | Wed Oct 16 23:43:19 2019 +1030 |
committer | Stephen Boyd <[email protected]> | Mon Oct 28 16:40:21 2019 -0700 |
tree | e4db44911c9ef07aa7e65aa47fd297c084a2269f | |
parent | 658fd65cf0b0d511de1718e48d9a28844c385ae0 [diff] |
clk: ast2600: Fix enabling of clocks The struct clk_ops enable callback for the aspeed gates mixes up the set to clear and write to set registers. Fixes: d3d04f6c330a ("clk: Add support for AST2600 SoC") Reviewed-by: Andrew Jeffery <[email protected]> Signed-off-by: Joel Stanley <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>