diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-02-05 14:05:03 +0100 |
---|---|---|
committer | Emilio López <emilio@elopez.com.ar> | 2014-02-18 09:45:13 -0300 |
commit | 92ef67c53ad92487c3c8de75e7940384c2edd793 (patch) | |
tree | ca846e52a7c9183ef4038399e5c8d098bbba8827 /Documentation/devicetree/bindings/clock | |
parent | 5abdbf2f497c1769aa9df284ad125d40641207c7 (diff) | |
download | lwn-92ef67c53ad92487c3c8de75e7940384c2edd793.tar.gz lwn-92ef67c53ad92487c3c8de75e7940384c2edd793.zip |
clk: sunxi: Add support for PLL6 on the A31
The A31 has a slightly different PLL6 clock. Add support for this new clock in
our driver.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Emilio López <emilio@elopez.com.ar>
Diffstat (limited to 'Documentation/devicetree/bindings/clock')
-rw-r--r-- | Documentation/devicetree/bindings/clock/sunxi.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/sunxi.txt b/Documentation/devicetree/bindings/clock/sunxi.txt index ca2b6920fca4..c37c764cbbc5 100644 --- a/Documentation/devicetree/bindings/clock/sunxi.txt +++ b/Documentation/devicetree/bindings/clock/sunxi.txt @@ -11,6 +11,7 @@ Required properties: "allwinner,sun6i-a31-pll1-clk" - for the main PLL clock on A31 "allwinner,sun4i-pll5-clk" - for the PLL5 clock "allwinner,sun4i-pll6-clk" - for the PLL6 clock + "allwinner,sun6i-a31-pll6-clk" - for the PLL6 clock on A31 "allwinner,sun4i-cpu-clk" - for the CPU multiplexer clock "allwinner,sun4i-axi-clk" - for the AXI clock "allwinner,sun4i-axi-gates-clk" - for the AXI gates |