[RFC PATCH 4/5] ARM: sun8i: enable PLL2 on a23/33
Icenowy Zheng
icenowy at aosc.xyz
Tue Jun 28 03:13:24 PDT 2016
Signed-off-by: Icenowy Zheng <icenowy at aosc.xyz>
---
arch/arm/boot/dts/sun8i-a23-a33.dtsi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/arm/boot/dts/sun8i-a23-a33.dtsi b/arch/arm/boot/dts/sun8i-a23-a33.dtsi
index 7e05e09..a340cea 100644
--- a/arch/arm/boot/dts/sun8i-a23-a33.dtsi
+++ b/arch/arm/boot/dts/sun8i-a23-a33.dtsi
@@ -46,6 +46,7 @@
#include <dt-bindings/interrupt-controller/arm-gic.h>
+#include <dt-bindings/clock/sun4i-a10-pll2.h>
#include <dt-bindings/pinctrl/sun4i-a10.h>
/ {
@@ -120,6 +121,15 @@
clock-output-names = "pll1";
};
+ pll2: clk at 01c20008 {
+ #clock-cells = <1>;
+ compatible = "allwinner,sun6i-a31-pll2-clk";
+ reg = <0x01c20008 0x8>;
+ clocks = <&osc24M>;
+ clock-output-names = "pll2-1x", "pll2-2x",
+ "pll2-4x", "pll2-8x";
+ };
+
/* dummy clock until actually implemented */
pll5: pll5_clk {
#clock-cells = <0>;
--
2.9.0
More information about the linux-arm-kernel
mailing list