commit | e94f8cb32d47b157b2af1906eb965290e89ee3fe | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Mon Oct 20 22:10:26 2014 +0800 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue Oct 21 21:40:56 2014 +0200 |
tree | 192452c87d48dd90c9cb64f2b175cae0d1472ea1 | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 [diff] |
clk: sunxi: make factors clock mux mask configurable Some of the factors-style clocks on the A80 have different widths for the mux values in the registers. Add a .muxmask field to clk_factors_config to make it configurable. Passing a bitmask instead of a width parameter will allow reuse in case we support table-based muxes in the future. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>