ARM: sun5i: Allow PLL3 2x fixed factor clock to change PLL3 rate
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 22 Jun 2016 09:15:55 +0000 (11:15 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 4 Jul 2016 19:18:11 +0000 (21:18 +0200)
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>
arch/arm/boot/dts/sun5i.dtsi

index 0840612..e374f4f 100644 (file)
                };
 
                pll3x2: pll3x2_clk {
-                       compatible = "fixed-factor-clock";
+                       compatible = "allwinner,sun4i-a10-pll3-2x-clk", "fixed-factor-clock";
                        #clock-cells = <0>;
                        clock-div = <1>;
                        clock-mult = <2>;