summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi/clk-simple-gates.c
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2015-11-29 11:03:07 +0800
committerMaxime Ripard <maxime.ripard@free-electrons.com>2015-12-01 12:15:47 +0100
commitbfcba2ed83f00e06f82fca3edcb5d723acce74c1 (patch)
tree9220ae60e2fa04524c03db2a07960dffd1f032ad /drivers/clk/sunxi/clk-simple-gates.c
parent7bec0200ac214b5cba44e2c2c4385815be4b9f00 (diff)
clk: sunxi: Add sun9i A80 apbs gates support
This patch adds support for the PRCM apbs clock gates found on the Allwinner A80 SoC. 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/clk-simple-gates.c')
-rw-r--r--drivers/clk/sunxi/clk-simple-gates.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/sunxi/clk-simple-gates.c b/drivers/clk/sunxi/clk-simple-gates.c
index 0214c6548afd..c8acc0612c15 100644
--- a/drivers/clk/sunxi/clk-simple-gates.c
+++ b/drivers/clk/sunxi/clk-simple-gates.c
@@ -140,6 +140,8 @@ CLK_OF_DECLARE(sun9i_a80_apb0, "allwinner,sun9i-a80-apb0-gates-clk",
sunxi_simple_gates_init);
CLK_OF_DECLARE(sun9i_a80_apb1, "allwinner,sun9i-a80-apb1-gates-clk",
sunxi_simple_gates_init);
+CLK_OF_DECLARE(sun9i_a80_apbs, "allwinner,sun9i-a80-apbs-gates-clk",
+ sunxi_simple_gates_init);
static const int sun4i_a10_ahb_critical_clocks[] __initconst = {
14, /* ahb_sdram */