diff options
author | Emilio López <emilio@elopez.com.ar> | 2013-12-22 22:32:35 -0500 |
---|---|---|
committer | Emilio López <emilio@elopez.com.ar> | 2013-12-28 15:28:23 -0500 |
commit | ec5589f7a33956ea3671d198ff170dc51ff2145d (patch) | |
tree | 4031df901b9dc065272b9b5a0eb7f9d29cccc21e /arch/arm/boot/dts/sun7i-a20.dtsi | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) |
ARM: sunxi: add PLL4 support
This commit adds the PLL4 definition to the sun4i, sun5i and sun7i
device trees. PLL4 is compatible with PLL1.
Signed-off-by: Emilio López <emilio@elopez.com.ar>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index e46cfedde74c..e4a5d37a12f8 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi | |||
@@ -62,6 +62,13 @@ | |||
62 | clocks = <&osc24M>; | 62 | clocks = <&osc24M>; |
63 | }; | 63 | }; |
64 | 64 | ||
65 | pll4: pll4@01c20018 { | ||
66 | #clock-cells = <0>; | ||
67 | compatible = "allwinner,sun4i-pll1-clk"; | ||
68 | reg = <0x01c20018 0x4>; | ||
69 | clocks = <&osc24M>; | ||
70 | }; | ||
71 | |||
65 | /* | 72 | /* |
66 | * This is a dummy clock, to be used as placeholder on | 73 | * This is a dummy clock, to be used as placeholder on |
67 | * other mux clocks when a specific parent clock is not | 74 | * other mux clocks when a specific parent clock is not |