aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2016-06-22 05:15:55 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-07-04 15:18:11 -0400
commit73ba3a1c64a4c5a1a4b87c773714814eecb84877 (patch)
treebceada543b22eaf161c181500c1f1eb418489daf
parent6a706356b4456204fd89ef3fbfc6ed4165cebf37 (diff)
ARM: sun5i: Allow PLL3 2x fixed factor clock to change PLL3 rate
In order to be able to properly generate its pixel clock, the pll3-2x fixed factor needs to be able to change the PLL3 rate too. Add the needed extra compatible so that it behaves that way. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r--arch/arm/boot/dts/sun5i.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun5i.dtsi b/arch/arm/boot/dts/sun5i.dtsi
index 0840612b5ed6..e374f4fc8073 100644
--- a/arch/arm/boot/dts/sun5i.dtsi
+++ b/arch/arm/boot/dts/sun5i.dtsi
@@ -130,7 +130,7 @@
130 }; 130 };
131 131
132 pll3x2: pll3x2_clk { 132 pll3x2: pll3x2_clk {
133 compatible = "fixed-factor-clock"; 133 compatible = "allwinner,sun4i-a10-pll3-2x-clk", "fixed-factor-clock";
134 #clock-cells = <0>; 134 #clock-cells = <0>;
135 clock-div = <1>; 135 clock-div = <1>;
136 clock-mult = <2>; 136 clock-mult = <2>;