commit | 574f4e80d59e5c669c0729718525df8bac5e4d78 | [log] [tgz] |
---|---|---|
author | Paul Cercueil <paul@crapouillou.net> | Wed Jun 27 14:14:58 2018 +0200 |
committer | Stephen Boyd <sboyd@kernel.org> | Fri Jul 06 11:47:27 2018 -0700 |
tree | 05f31b76958f5f13727b0ec57738007478e3f4bf | |
parent | ce397d215ccd07b8ae3f71db689aedb85d56ab40 [diff] |
clk: ingenic: Fix incorrect data for the i2s clock The register field for configuring the divider for the i2s clock occupies the bits [8-0], which means 9 bits and not 8. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Stephen Boyd <sboyd@kernel.org>