diff options
author | Chen-Yu Tsai <wens@csie.org> | 2015-01-20 23:46:31 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-01-20 17:14:38 +0100 |
commit | 7a6fca879f59824963cd456d8cc5db24ac5acfc0 (patch) | |
tree | c9519f6cb366fe1c3a3545c55f89e664f88e6a54 /drivers/clk/sunxi/Makefile | |
parent | 61af4d8dceeb179b62cb342f4008ce3774d3d1fd (diff) | |
download | blackbird-op-linux-7a6fca879f59824963cd456d8cc5db24ac5acfc0.tar.gz blackbird-op-linux-7a6fca879f59824963cd456d8cc5db24ac5acfc0.zip |
clk: sunxi: Add driver for A80 MMC config clocks/resets
On the A80 SoC, the 4 mmc controllers each have a separate register
controlling their register access clocks and reset controls. These
registers in turn share a ahb clock gate and reset control.
This patch adds a platform device driver for these controls. It
requires both clocks and reset controls to be available, so using
CLK_OF_DECLARE might not be the best way.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'drivers/clk/sunxi/Makefile')
-rw-r--r-- | drivers/clk/sunxi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/sunxi/Makefile b/drivers/clk/sunxi/Makefile index a66953c0f430..3a5292e3fcf8 100644 --- a/drivers/clk/sunxi/Makefile +++ b/drivers/clk/sunxi/Makefile @@ -8,6 +8,7 @@ obj-y += clk-a20-gmac.o obj-y += clk-mod0.o obj-y += clk-sun8i-mbus.o obj-y += clk-sun9i-core.o +obj-y += clk-sun9i-mmc.o obj-$(CONFIG_MFD_SUN6I_PRCM) += \ clk-sun6i-ar100.o clk-sun6i-apb0.o clk-sun6i-apb0-gates.o \ |