clk: sunxi: Add sun8i MBUS clock support
authorChen-Yu Tsai <wens@csie.org>
Tue, 16 Sep 2014 10:04:01 +0000 (18:04 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 27 Sep 2014 07:05:43 +0000 (09:05 +0200)
commit9c8176bfb67f98ed9a521b624dcb6ab7fa254aa7
tree52bf5988af67aa1c7423010c09dbccfe9ab40671
parent37e1041f04717d726931c8688cbf425071aeb9c1
clk: sunxi: Add sun8i MBUS clock support

The MBUS clock on sun8i is slightly different from the old mod0 clocks.
The divider is 3 bits wider, while also needing a divider table for the
higher 4 values, which all set the same divider.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Documentation/devicetree/bindings/clock/sunxi.txt
drivers/clk/sunxi/Makefile
drivers/clk/sunxi/clk-sun8i-mbus.c [new file with mode: 0644]