diff options
author | Chen-Yu Tsai <wens@csie.org> | 2017-01-28 20:22:35 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-01-30 08:37:51 +0100 |
commit | 439b65c4bb66564e46a8df38c06863ee7cecb4e4 (patch) | |
tree | 61831f6418fc174e8441edb71b71fe2ccd41975e /drivers/clk/sunxi-ng/Makefile | |
parent | b8eb71dcdd0817ce75f2874301a068fb211dab41 (diff) | |
download | linux-stable-439b65c4bb66564e46a8df38c06863ee7cecb4e4.tar.gz linux-stable-439b65c4bb66564e46a8df38c06863ee7cecb4e4.tar.bz2 linux-stable-439b65c4bb66564e46a8df38c06863ee7cecb4e4.zip |
clk: sunxi-ng: Add A80 USB CCU
Add support for the USB clock controls found on the A80.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'drivers/clk/sunxi-ng/Makefile')
-rw-r--r-- | drivers/clk/sunxi-ng/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Makefile b/drivers/clk/sunxi-ng/Makefile index 126bb7c1c3f7..8f37ef7fb67d 100644 --- a/drivers/clk/sunxi-ng/Makefile +++ b/drivers/clk/sunxi-ng/Makefile @@ -26,3 +26,4 @@ obj-$(CONFIG_SUN8I_A33_CCU) += ccu-sun8i-a33.o obj-$(CONFIG_SUN8I_H3_CCU) += ccu-sun8i-h3.o obj-$(CONFIG_SUN8I_V3S_CCU) += ccu-sun8i-v3s.o obj-$(CONFIG_SUN9I_A80_CCU) += ccu-sun9i-a80.o +obj-$(CONFIG_SUN9I_A80_CCU) += ccu-sun9i-a80-usb.o |