diff options
-rw-r--r-- | Documentation/devicetree/bindings/clock/sunxi.txt | 1 | ||||
-rw-r--r-- | drivers/clk/sunxi/clk-sun8i-bus-gates.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/sunxi.txt b/Documentation/devicetree/bindings/clock/sunxi.txt index 7f19ef55d61f..c09f59b1747c 100644 --- a/Documentation/devicetree/bindings/clock/sunxi.txt +++ b/Documentation/devicetree/bindings/clock/sunxi.txt | |||
@@ -58,6 +58,7 @@ Required properties: | |||
58 | "allwinner,sun9i-a80-apb1-gates-clk" - for the APB1 gates on A80 | 58 | "allwinner,sun9i-a80-apb1-gates-clk" - for the APB1 gates on A80 |
59 | "allwinner,sun6i-a31-apb2-gates-clk" - for the APB2 gates on A31 | 59 | "allwinner,sun6i-a31-apb2-gates-clk" - for the APB2 gates on A31 |
60 | "allwinner,sun8i-a23-apb2-gates-clk" - for the APB2 gates on A23 | 60 | "allwinner,sun8i-a23-apb2-gates-clk" - for the APB2 gates on A23 |
61 | "allwinner,sun8i-a83t-bus-gates-clk" - for the bus gates on A83T | ||
61 | "allwinner,sun8i-h3-bus-gates-clk" - for the bus gates on H3 | 62 | "allwinner,sun8i-h3-bus-gates-clk" - for the bus gates on H3 |
62 | "allwinner,sun9i-a80-apbs-gates-clk" - for the APBS gates on A80 | 63 | "allwinner,sun9i-a80-apbs-gates-clk" - for the APBS gates on A80 |
63 | "allwinner,sun4i-a10-dram-gates-clk" - for the DRAM gates on A10 | 64 | "allwinner,sun4i-a10-dram-gates-clk" - for the DRAM gates on A10 |
diff --git a/drivers/clk/sunxi/clk-sun8i-bus-gates.c b/drivers/clk/sunxi/clk-sun8i-bus-gates.c index 1113eb98c9b4..63fdb790df29 100644 --- a/drivers/clk/sunxi/clk-sun8i-bus-gates.c +++ b/drivers/clk/sunxi/clk-sun8i-bus-gates.c | |||
@@ -109,3 +109,5 @@ err_unmap: | |||
109 | 109 | ||
110 | CLK_OF_DECLARE(sun8i_h3_bus_gates, "allwinner,sun8i-h3-bus-gates-clk", | 110 | CLK_OF_DECLARE(sun8i_h3_bus_gates, "allwinner,sun8i-h3-bus-gates-clk", |
111 | sun8i_h3_bus_gates_init); | 111 | sun8i_h3_bus_gates_init); |
112 | CLK_OF_DECLARE(sun8i_a83t_bus_gates, "allwinner,sun8i-a83t-bus-gates-clk", | ||
113 | sun8i_h3_bus_gates_init); | ||